Re: [PATCH v2 5/5] m68k: added __IGNORE* entries in asm/unistd.h

2018-09-24 Thread Geert Uytterhoeven
On Thu, Sep 20, 2018 at 5:07 PM Firoz Khan wrote: > Added few __IGNORE* entries for seccomp, pkey_mprotect, > pkey_alloc, pkey_free, io_pgetevents and rseq in the file > asm/unistd.h as it is correct to keep __IGNORE* entry in > non uapi header asm/unistd.h while uapi/asm/unistd.h must > hold

[PATCH v2 5/5] m68k: added __IGNORE* entries in asm/unistd.h

2018-09-20 Thread Firoz Khan
Added few __IGNORE* entries for seccomp, pkey_mprotect, pkey_alloc, pkey_free, io_pgetevents and rseq in the file asm/unistd.h as it is correct to keep __IGNORE* entry in non uapi header asm/unistd.h while uapi/asm/unistd.h must hold information only useful for user space applications.