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__
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
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
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
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
* 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