From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <20211026100432.1730393-1-arnd@kernel.org> <20211026100432.1730393-2-arnd@kernel.org> In-Reply-To: <20211026100432.1730393-2-arnd@kernel.org> From: Max Filippov Date: Tue, 26 Oct 2021 05:30:26 -0700 Message-ID: Subject: Re: [PATCH 2/2] futex: remove futex_cmpxchg detection Content-Type: text/plain; charset="UTF-8" To: Arnd Bergmann Cc: Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Arnd Bergmann , Vineet Gupta , Russell King , Catalin Marinas , Will Deacon , Guo Ren , Geert Uytterhoeven , Paul Walmsley , Palmer Dabbelt , Albert Ou , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Alexander Gordeev , Yoshinori Sato , Rich Felker , Jeff Dike , Richard Weinberger , Anton Ivanov , Chris Zankel , Darren Hart , Davidlohr Bueso , =?UTF-8?Q?Andr=C3=A9_Almeida?= , Andrew Morton , Mike Rapoport , Mark Rutland , Anshuman Khandual , linux-snps-arc@lists.infradead.org, LKML , linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, "open list:M68K ARCHITECTURE" , linux-riscv@lists.infradead.org, linux-s390 , "open list:SUPERH" , linux-um@lists.infradead.org, "open list:TENSILICA XTENSA PORT (xtensa)" List-ID: On Tue, Oct 26, 2021 at 3:06 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > Now that all architectures have a working futex implementation > in any configuration, remove the runtime detection code. > > Signed-off-by: Arnd Bergmann > --- > arch/arc/Kconfig | 1 - > arch/arm/Kconfig | 1 - > arch/arm64/Kconfig | 1 - > arch/csky/Kconfig | 1 - > arch/m68k/Kconfig | 1 - > arch/riscv/Kconfig | 1 - > arch/s390/Kconfig | 1 - > arch/sh/Kconfig | 1 - > arch/um/Kconfig | 1 - > arch/um/kernel/skas/uaccess.c | 1 - > arch/xtensa/Kconfig | 1 - > init/Kconfig | 8 -------- > kernel/futex/core.c | 35 ----------------------------------- > kernel/futex/futex.h | 6 ------ > kernel/futex/syscalls.c | 22 ---------------------- > 15 files changed, 82 deletions(-) For xtensa: Acked-by: Max Filippov -- Thanks. -- Max