[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHmME9ouVcCt6C6XdvvKACbCBLV1DaAuv_NP8=fXFN1UMeUu_Q@mail.gmail.com>
Date: Wed, 3 Jul 2024 21:04:30 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: linux-kernel@...r.kernel.org, patches@...ts.linux.dev,
Thomas Gleixner <tglx@...utronix.de>, linux-crypto@...r.kernel.org,
linux-api@...r.kernel.org, x86@...nel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Adhemerval Zanella Netto <adhemerval.zanella@...aro.org>, "Carlos O'Donell" <carlos@...hat.com>,
Florian Weimer <fweimer@...hat.com>, Jann Horn <jannh@...gle.com>,
Christian Brauner <brauner@...nel.org>, David Hildenbrand <dhildenb@...hat.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>, Christian Göttsche <cgzones@...glemail.com>,
Jiri Olsa <jolsa@...nel.org>, Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH v20 3/5] arch: allocate vgetrandom_alloc() syscall number
Hi Arnd,
On Wed, Jul 3, 2024 at 8:59 PM Arnd Bergmann <arnd@...db.de> wrote:
>
> On Wed, Jul 3, 2024, at 20:31, Jason A. Donenfeld wrote:
> > Add vgetrandom_alloc() as syscall 463 (or 573 on alpha) by adding it to
> > all of the various syscall.tbl and unistd.h files.
> >
> > Acked-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> > Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
>
> I checked that the system calls are all hooked up correctly
> across all architectures:
>
> Acked-by: Arnd Bergmann <arnd@...db.de>
Thanks.
> Unfortunately we now have three syscalls scheduled for
> the number 463, the other ones being uretprobe (only
> for arc, arm64, csky, hexagon, loongarch, nios2, openrisc,
> riscv and x86 for some reason) and setxattrat (on
> all architectures).
>
> It would be nice if you could all coordinate on this to
> pick unique numbers.
Stephen and I were just talking about this when looking at the linux-next merge.
Dibs on 463! Just kidding.
There's going to be merge conflicts anyway, due to the __NR_syscalls
counter changing. So I figured this is something Linus typically just
handles based on what order he merges things in. But I actually don't
know. What's the best way to handle this?
Jason
Powered by blists - more mailing lists