lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAMuHMdWaJyNqUeq4qu3AgU0fYrQdZ_zbo0DFFiM97Y5HESYYnA@mail.gmail.com> Date: Mon, 21 Jan 2019 09:55:48 +0100 From: Geert Uytterhoeven <geert@...ux-m68k.org> To: Arnd Bergmann <arnd@...db.de> Cc: y2038 Mailman List <y2038@...ts.linaro.org>, Linux API <linux-api@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux-Arch <linux-arch@...r.kernel.org>, Matt Turner <mattst88@...il.com>, Russell King <linux@...linux.org.uk>, Catalin Marinas <catalin.marinas@....com>, Will Deacon <will.deacon@....com>, Tony Luck <tony.luck@...el.com>, Fenghua Yu <fenghua.yu@...el.com>, Michal Simek <monstr@...str.eu>, Paul Burton <paul.burton@...s.com>, Helge Deller <deller@....de>, Benjamin Herrenschmidt <benh@...nel.crashing.org>, Michael Ellerman <mpe@...erman.id.au>, Martin Schwidefsky <schwidefsky@...ibm.com>, Heiko Carstens <heiko.carstens@...ibm.com>, Rich Felker <dalias@...c.org>, "David S. Miller" <davem@...emloft.net>, Andy Lutomirski <luto@...nel.org>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, "H. Peter Anvin" <hpa@...or.com>, "the arch/x86 maintainers" <x86@...nel.org>, Max Filippov <jcmvbkbc@...il.com>, Andrew Morton <akpm@...ux-foundation.org>, Deepa Dinamani <deepa.kernel@...il.com>, "Eric W. Biederman" <ebiederm@...ssion.com>, Firoz Khan <firoz.khan@...aro.org>, alpha <linux-alpha@...r.kernel.org>, Linux ARM <linux-arm-kernel@...ts.infradead.org>, "linux-ia64@...r.kernel.org" <linux-ia64@...r.kernel.org>, linux-m68k <linux-m68k@...ts.linux-m68k.org>, linux-mips@...r.kernel.org, Parisc List <linux-parisc@...r.kernel.org>, linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>, linux-s390 <linux-s390@...r.kernel.org>, Linux-sh list <linux-sh@...r.kernel.org>, sparclinux <sparclinux@...r.kernel.org>, netdev <netdev@...r.kernel.org>, Linux FS Devel <linux-fsdevel@...r.kernel.org> Subject: Re: [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere On Fri, Jan 18, 2019 at 5:20 PM Arnd Bergmann <arnd@...db.de> wrote: > Most architectures define system call numbers for the rseq and pkey system > calls, even when they don't support the features, and perhaps never will. > > Only a few architectures are missing these, so just define them anyway > for consistency. If we decide to add them later to one of these, the > system call numbers won't get out of sync then. > > Signed-off-by: Arnd Bergmann <arnd@...db.de> > arch/m68k/kernel/syscalls/syscall.tbl | 4 ++++ > --- a/arch/m68k/kernel/syscalls/syscall.tbl > +++ b/arch/m68k/kernel/syscalls/syscall.tbl > @@ -388,6 +388,10 @@ > 378 common pwritev2 sys_pwritev2 > 379 common statx sys_statx > 380 common seccomp sys_seccomp > +381 common pkey_alloc sys_pkey_alloc > +382 common pkey_free sys_pkey_free > +383 common pkey_mprotect sys_pkey_mprotect > +384 common rseq sys_rseq Note that all architectures that already define pkey syscalls, list pkey_mprotect first. Regardless, for m68k: Acked-by: Geert Uytterhoeven <geert@...ux-m68k.org> > # room for arch specific calls > 393 common semget sys_semget > 394 common semctl sys_semctl Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
Powered by blists - more mailing lists