Re: [PATCH v8 3/3] x86: vdso: Wire up getrandom() vDSO implementation

From: Jason A. Donenfeld
Date: Mon Nov 28 2022 - 16:29:50 EST


On Mon, Nov 28, 2022 at 10:13 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> On Mon, Nov 28, 2022, at 21:02, Jason A. Donenfeld wrote:
> > On Mon, Nov 28, 2022 at 8:57 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> > Okay, I can split it that way. If I gather your meaning correctly:
> >
> > 1) generic syscall C code
> > 2) #define __NR_... in asm-generic/unistd.h x86/.../unistd.h,
> > x86/.../syscall_64.tbl
>
> I mean all syscall*.tbl files, not just x86. There are currently
> eight architectures using asm-generic/unistd.h, the rest use
> syscall.tbl.

Oh okay, I'll add this to all of the *.tbl files.

Jason