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

From: André Almeida
Date: Wed Nov 24 2021 - 10:56:27 EST


Às 11:29 de 24/11/21, Arnd Bergmann escreveu:
> 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.

Thanks!

>
> Should I take this through the asm-generic tree, or would you send it
> through the
> tip tree?
>
I think that adding it to asm-generic tree make sense to me.