On Thu, 05 May 2022 01:46:11 PDT (-0700), tklauser@xxxxxxxxxx wrote:
On 2022-05-05 at 10:18:15 +0200, Tobias Klauser <tklauser@xxxxxxxxxx> wrote:
Move the __ARCH_WANT_MEMFD_SECRET define added in commit 7bb7f2ac24a0
("arch, mm: wire up memfd_secret system call where relevant") to
<uapi/asm/unistd.h> so __NR_memfd_secret is defined when including
<unistd.h> in userspace.
This allows the memds_secret selftest to pass on riscv.
^- this should say memfd_secret
I can fix it up in a v2 if needed.
No big deal, I don't mind squashing stuff like that. This is on
for-next (no fixes, I'm still on 5.19). I added
Fixes: 7bb7f2ac24a0 ("arch, mm: wire up memfd_secret system call where relevant")
Cc: stable@xxxxxxxxxxxxxxx
but LMK if you think that's wrong for some reason.
Thanks!