From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Date: Wed, 24 Nov 2021 23:18:00 +0000 Subject: Re: [PATCH 1/1] futex: Wireup futex_waitv syscall Message-Id: <87v90hjg7r.ffs@tglx> List-Id: References: <20211124132112.11641-1-andrealmeid@collabora.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Arnd Bergmann , =?utf-8?Q?Andr=C3=A9?= Almeida Cc: Linux Kernel Mailing List , Arnd Bergmann , Geert Uytterhoeven , Michal Simek , Michael Ellerman , Yoshinori Sato , Rich Felker , David Miller , Chris Zankel , Max Filippov , alpha , linux-ia64@vger.kernel.org, linux-m68k , linuxppc-dev , Linux-sh list , sparclinux , "open list:TENSILICA XTENSA PORT (xtensa)" , Andrew Morton , Sebastian Andrzej Siewior , Boqun Feng , Linux-Next Mailing List , lkft-triage@lists.linaro.org, Waiman Long , Minchan Kim , Ingo Molnar , Naresh Kamboju , Peter Zijlstra , Rob Landley , Sergey Senozhatsky , Stephen Rothwell , Mike Galbraith , Will Deacon 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 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? Feel free to pick it up. Thanks, tglx