Re: [PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread Thomas Gleixner
On Wed, Nov 24 2021 at 15:29, Arnd Bergmann wrote: > On Wed, Nov 24, 2021 at 2:21 PM André Almeida > wrote: >> >> Wireup futex_waitv syscall for all remaining archs. >> >> Signed-off-by: André Almeida > > Reviewed-by: Arnd Bergmann > > I double-checked that futex_waitv() doesn't need any archit

Re: [PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread Michael Ellerman
André Almeida writes: > diff --git a/arch/powerpc/kernel/syscalls/syscall.tbl > b/arch/powerpc/kernel/syscalls/syscall.tbl > index 7bef917cc84e..15109af9d075 100644 > --- a/arch/powerpc/kernel/syscalls/syscall.tbl > +++ b/arch/powerpc/kernel/syscalls/syscall.tbl > @@ -528,3 +528,4 @@ > 446 comm

Re: [PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread Max Filippov
On Wed, Nov 24, 2021 at 5:21 AM André Almeida wrote: > > Wireup futex_waitv syscall for all remaining archs. > > Signed-off-by: André Almeida > --- > arch/alpha/kernel/syscalls/syscall.tbl | 1 + > arch/ia64/kernel/syscalls/syscall.tbl | 1 + > arch/m68k/kernel/syscalls/syscall.tbl

Re: [PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread André Almeida
Às 11:29 de 24/11/21, Arnd Bergmann escreveu: > On Wed, Nov 24, 2021 at 2:21 PM André Almeida > wrote: >> >> Wireup futex_waitv syscall for all remaining archs. >> >> Signed-off-by: André Almeida > > Reviewed-by: Arnd Bergmann > > I double-checked that futex_waitv() doesn't need any architect

Re: [PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread Arnd Bergmann
On Wed, Nov 24, 2021 at 2:21 PM André Almeida wrote: > > Wireup futex_waitv syscall for all remaining archs. > > Signed-off-by: André Almeida Reviewed-by: Arnd Bergmann I double-checked that futex_waitv() doesn't need any architecture specific hacks, and that the list above is complete. Shoul

Re: [PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread Geert Uytterhoeven
On Wed, Nov 24, 2021 at 2:21 PM André Almeida wrote: > Wireup futex_waitv syscall for all remaining archs. > > Signed-off-by: André Almeida > arch/m68k/kernel/syscalls/syscall.tbl | 1 + Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeve

[PATCH 1/1] futex: Wireup futex_waitv syscall

2021-11-24 Thread André Almeida
Wireup futex_waitv syscall for all remaining archs. Signed-off-by: André Almeida --- arch/alpha/kernel/syscalls/syscall.tbl | 1 + arch/ia64/kernel/syscalls/syscall.tbl | 1 + arch/m68k/kernel/syscalls/syscall.tbl | 1 + arch/microblaze/kernel/syscalls/syscall.tbl | 1 + arch/po