Re: [PATCH v8 3/3] x86: vdso: Wire up getrandom() vDSO implementation
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2022-11-28 21:29:50
Also in:
linux-crypto, linux-patches, lkml
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2022-11-28 21:29:50
Also in:
linux-crypto, linux-patches, lkml
On Mon, Nov 28, 2022 at 10:13 PM Arnd Bergmann [off-list ref] wrote:
On Mon, Nov 28, 2022, at 21:02, Jason A. Donenfeld wrote:quoted
On Mon, Nov 28, 2022 at 8:57 PM Arnd Bergmann [off-list ref] wrote:quoted
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.tblI 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