Re: [PATCH v2] asm goto: eradicate CC_HAS_ASM_GOTO

2022-08-21 Thread Sedat Dilek
On Sun, Aug 21, 2022 at 7:13 PM Linus Torvalds wrote: > > Applied directly, just because I love seeing old nasty stuff like this go > away. > > Linus Hi, Small nitpick: --- a/arch/x86/include/asm/rmwcc.h +++ b/arch/x86/include/asm/rmwcc.h ... -#if !defined(__GCC_ASM_FLAG_OUTPUTS__

Re: [PATCH] kernel: exit: cleanup release_thread()

2022-08-21 Thread Stafford Horne
On Fri, Aug 19, 2022 at 09:44:06AM +0800, Kefeng Wang wrote: > Only x86 has own release_thread(), introduce a new weak > release_thread() function to clean empty definitions in > other ARCHs. > > Signed-off-by: Kefeng Wang > --- > arch/openrisc/include/asm/processor.h | 1 - > arch/openrisc/k

Re: [PATCH v2] asm goto: eradicate CC_HAS_ASM_GOTO

2022-08-21 Thread Linus Torvalds
Applied directly, just because I love seeing old nasty stuff like this go away. Linus ___ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um

Re: [PATCH] kernel: exit: cleanup release_thread()

2022-08-21 Thread Huacai Chen
For LoongArch parts: Acked-by: Huacai Chen On Sun, Aug 21, 2022 at 7:54 PM Catalin Marinas wrote: > > On Fri, Aug 19, 2022 at 09:44:06AM +0800, Kefeng Wang wrote: > > Only x86 has own release_thread(), introduce a new weak > > release_thread() function to clean empty definitions in > > other AR

Re: [PATCH] kernel: exit: cleanup release_thread()

2022-08-21 Thread Catalin Marinas
On Fri, Aug 19, 2022 at 09:44:06AM +0800, Kefeng Wang wrote: > Only x86 has own release_thread(), introduce a new weak > release_thread() function to clean empty definitions in > other ARCHs. > > Signed-off-by: Kefeng Wang [...] > arch/arm64/include/asm/processor.h | 3 --- > arch/arm64/ker

Re: [PATCH v2] asm goto: eradicate CC_HAS_ASM_GOTO

2022-08-21 Thread Ingo Molnar
* Nick Desaulniers wrote: > GCC has supported asm goto since 4.5, and Clang has since version 9.0.0. > The minimum supported versions of these tools for the build according to > Documentation/process/changes.rst are 5.1 and 11.0.0 respectively. > > Remove the feature detection script, Kconfig