[adding Eric] On 11/27/20 10:43 AM, Randy Dunlap wrote: > On 11/27/20 1:04 AM, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20201126: >> > > on parisc, _SA_SIGGFAULT is undefined and causing build errors. > > commit 23acdc76f1798b090bb9dcc90671cd29d929834e > Author: Peter Collingbourne <pcc@xxxxxxxxxx> > Date: Thu Nov 12 18:53:34 2020 -0800 > > signal: clear non-uapi flag bits when passing/returning sa_flags > > > > _SA_SIGGFAULT is not used or defined anywhere else in the > kernel source tree. Here is the build error (although it should be obvious): ../kernel/signal.c: In function 'do_sigaction': ../arch/parisc/include/asm/signal.h:24:30: error: '_SA_SIGGFAULT' undeclared (first use in this function) 24 | #define __ARCH_UAPI_SA_FLAGS _SA_SIGGFAULT | ^~~~~~~~~~~~~ -- ~Randy Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>