Re: [PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-12-15 Thread Naresh Kamboju
Anders, On Wed, 2 Dec 2020 at 13:31, Naresh Kamboju wrote: > > Anders, > > On Fri, 27 Nov 2020 at 04:10, Anders Roxell wrote: > > > > On Thu, 26 Nov 2020 at 15:46, Helge Deller wrote: > > > > > > On 11/26/20 2:06 PM, Anders Roxell wrote: > > > > When building tinyconfig on parisc the following

Re: [PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-12-02 Thread Naresh Kamboju
Anders, On Fri, 27 Nov 2020 at 04:10, Anders Roxell wrote: > > On Thu, 26 Nov 2020 at 15:46, Helge Deller wrote: > > > > On 11/26/20 2:06 PM, Anders Roxell wrote: > > > When building tinyconfig on parisc the following error shows up: > > > > > > /tmp/kernel/signal.c: In function 'do_sigaction':

Re: [PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-11-26 Thread Anders Roxell
On Thu, 26 Nov 2020 at 15:46, Helge Deller wrote: > > On 11/26/20 2:06 PM, Anders Roxell wrote: > > When building tinyconfig on parisc the following error shows up: > > > > /tmp/kernel/signal.c: In function 'do_sigaction': > > /tmp/arch/parisc/include/asm/signal.h:24:30: error: '_SA_SIGGFAULT' >

Re: [PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-11-26 Thread Helge Deller
On 11/26/20 2:06 PM, Anders Roxell wrote: > When building tinyconfig on parisc the following error shows up: > > /tmp/kernel/signal.c: In function 'do_sigaction': > /tmp/arch/parisc/include/asm/signal.h:24:30: error: '_SA_SIGGFAULT' > undeclared (first use in this function); did you mean

[PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-11-26 Thread Anders Roxell
When building tinyconfig on parisc the following error shows up: /tmp/kernel/signal.c: In function 'do_sigaction': /tmp/arch/parisc/include/asm/signal.h:24:30: error: '_SA_SIGGFAULT' undeclared (first use in this function); did you mean 'SIL_FAULT'? #define __ARCH_UAPI_SA_FLAGS _SA_SIGGFAULT