linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro
@ 2020-10-12  3:50 Jinyang He
  2021-01-18 20:08 ` John Paul Adrian Glaubitz
  2021-01-19 11:13 ` Christian Brauner
  0 siblings, 2 replies; 3+ messages in thread
From: Jinyang He @ 2020-10-12  3:50 UTC (permalink / raw)
  To: Yoshinori Sato, Rich Felker, Christian Brauner; +Cc: linux-sh, linux-kernel

Fixes: 	e1cc9d8d596e ("sh: switch to copy_thread_tls()")
Signed-off-by: Jinyang He <hejinyang@loongson.cn>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro
  2020-10-12  3:50 [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro Jinyang He
@ 2021-01-18 20:08 ` John Paul Adrian Glaubitz
  2021-01-19 11:13 ` Christian Brauner
  1 sibling, 0 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-18 20:08 UTC (permalink / raw)
  To: Jinyang He, Yoshinori Sato, Rich Felker, Christian Brauner
  Cc: linux-sh, linux-kernel

On 10/12/20 5:50 AM, Jinyang He wrote:
> Fixes: 	e1cc9d8d596e ("sh: switch to copy_thread_tls()")
> Signed-off-by: Jinyang He <hejinyang@loongson.cn>
> ---
>  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 <glaubitz@physik.fu-berlin.de>

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro
  2020-10-12  3:50 [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro Jinyang He
  2021-01-18 20:08 ` John Paul Adrian Glaubitz
@ 2021-01-19 11:13 ` Christian Brauner
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Brauner @ 2021-01-19 11:13 UTC (permalink / raw)
  To: Jinyang He; +Cc: Yoshinori Sato, Rich Felker, linux-sh, linux-kernel

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 <hejinyang@loongson.cn>
> ---

Acked-by: Christian Brauner <christian.brauner@ubuntu.com>

weird that I missed to remove this during the conversion.

Thanks!
Christian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-19 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  3:50 [PATCH] sh: Remove unused HAVE_COPY_THREAD_TLS macro Jinyang He
2021-01-18 20:08 ` John Paul Adrian Glaubitz
2021-01-19 11:13 ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).