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

From: Arnd Bergmann
Date: Wed Nov 24 2021 - 09:29:49 EST


On Wed, Nov 24, 2021 at 2:21 PM André Almeida <andrealmeid@xxxxxxxxxxxxx> wrote:
>
> Wireup futex_waitv syscall for all remaining archs.
>
> Signed-off-by: André Almeida <andrealmeid@xxxxxxxxxxxxx>

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>

I double-checked that futex_waitv() doesn't need any architecture specific
hacks, and that the list above is complete.

Should I take this through the asm-generic tree, or would you send it
through the
tip tree?

Arnd