On Fri, Jul 21, 2023 at 1:11 PM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote: > To complement sys_futex_waitv()/wake(), add sys_futex_wait(). This > syscall implements what was previously known as FUTEX_WAIT_BITSET > except it uses 'unsigned long' for the value and bitmask arguments, > takes timespec and clockid_t arguments for the absolute timeout and > uses FUTEX2 flags. > > The 'unsigned long' allows FUTEX2_64 on 64bit platforms. > > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> > arch/m68k/kernel/syscalls/syscall.tbl | 1 Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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