Re: [PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-30 Thread Vineet Gupta
On 10/26/21 3:03 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 - Acked-by: Vineet Gupta #arch/arc T

Re: [PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-26 Thread Rich Felker
On Tue, Oct 26, 2021 at 12:03:48PM +0200, 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 - > ar

Re: [PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-26 Thread Max Filippov
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/Kc

Re: [PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-26 Thread Christian Borntraeger
Am 26.10.21 um 12:03 schrieb Arnd Bergmann: 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 s390 part Acked-by: Christian Borntraeger --- arch/arc/Kconfig

Re: [PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-26 Thread Russell King (Oracle)
On Tue, Oct 26, 2021 at 12:03:48PM +0200, 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 > --- For ARM: Reviewed-by: Russell King (Oracle)

Re: [PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-26 Thread Geert Uytterhoeven
On Tue, Oct 26, 2021 at 12:06 PM 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/m68k/Kconfig | 1 - Acked-by: Geert Uyt

[PATCH 2/2] futex: remove futex_cmpxchg detection

2021-10-26 Thread Arnd Bergmann
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/cs