2020-10-12 04:42:58

by Jinyang He

[permalink] [raw]
Subject: [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro

Fixes: e1cc9d8d596e ("sh: switch to copy_thread_tls()")
Signed-off-by: Jinyang He <[email protected]>
---
arch/sh/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index d209271..165f291 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -30,7 +30,6 @@ config SUPERH
select HAVE_ARCH_KGDB
select HAVE_ARCH_SECCOMP_FILTER
select HAVE_ARCH_TRACEHOOK
- select HAVE_COPY_THREAD_TLS
select HAVE_DEBUG_BUGVERBOSE
select HAVE_DEBUG_KMEMLEAK
select HAVE_DYNAMIC_FTRACE
--
2.1.0


Subject: Re: [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro

On 10/12/20 5:50 AM, Jinyang He wrote:
> Fixes: e1cc9d8d596e ("sh: switch to copy_thread_tls()")
> Signed-off-by: Jinyang He <[email protected]>
> ---
> arch/sh/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
> index d209271..165f291 100644
> --- a/arch/sh/Kconfig
> +++ b/arch/sh/Kconfig
> @@ -30,7 +30,6 @@ config SUPERH
> select HAVE_ARCH_KGDB
> select HAVE_ARCH_SECCOMP_FILTER
> select HAVE_ARCH_TRACEHOOK
> - select HAVE_COPY_THREAD_TLS
> select HAVE_DEBUG_BUGVERBOSE
> select HAVE_DEBUG_KMEMLEAK
> select HAVE_DYNAMIC_FTRACE

Acked-by: John Paul Adrian Glaubitz <[email protected]>

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - [email protected]
`. `' Freie Universitaet Berlin - [email protected]
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

2021-01-19 12:22:19

by Christian Brauner

[permalink] [raw]
Subject: Re: [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro

On Mon, Oct 12, 2020 at 11:50:24AM +0800, Jinyang He wrote:
> Fixes: e1cc9d8d596e ("sh: switch to copy_thread_tls()")
> Signed-off-by: Jinyang He <[email protected]>
> ---

Acked-by: Christian Brauner <[email protected]>

weird that I missed to remove this during the conversion.

Thanks!
Christian