All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o
@ 2022-04-16 17:47 Masahiro Yamada
  2022-04-19 14:42 ` [tip: x86/tdx] " tip-bot2 for Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2022-04-16 17:47 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, Masahiro Yamada, Alexei Starovoitov,
	Borislav Petkov, Brijesh Singh, Daniel Bristot de Oliveira,
	Dave Hansen, H. Peter Anvin, Ingo Molnar,
	Javier Martinez Canillas, Kirill A. Shutemov, Masami Hiramatsu,
	Peter Zijlstra, Steven Rostedt (Google),
	Thomas Gleixner, Tom Lendacky

Commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST")
removed arch/x86/kernel/test_nx.c

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/x86/kernel/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index c41ef42adbe8..d8b2a81b3dba 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -34,8 +34,6 @@ KASAN_SANITIZE_sev.o					:= n
 # by several compilation units. To be safe, disable all instrumentation.
 KCSAN_SANITIZE := n
 
-OBJECT_FILES_NON_STANDARD_test_nx.o			:= y
-
 ifdef CONFIG_FRAME_POINTER
 OBJECT_FILES_NON_STANDARD_ftrace_$(BITS).o		:= y
 endif
-- 
2.32.0


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

* [tip: x86/tdx] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o
  2022-04-16 17:47 [PATCH] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o Masahiro Yamada
@ 2022-04-19 14:42 ` tip-bot2 for Masahiro Yamada
  2022-06-19 22:58   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: tip-bot2 for Masahiro Yamada @ 2022-04-19 14:42 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Masahiro Yamada, Dave Hansen, x86, linux-kernel

The following commit has been merged into the x86/tdx branch of tip:

Commit-ID:     51e8253cf5444299db09e1027160bf503ef49ec9
Gitweb:        https://git.kernel.org/tip/51e8253cf5444299db09e1027160bf503ef49ec9
Author:        Masahiro Yamada <masahiroy@kernel.org>
AuthorDate:    Sun, 17 Apr 2022 02:47:10 +09:00
Committer:     Dave Hansen <dave.hansen@linux.intel.com>
CommitterDate: Tue, 19 Apr 2022 07:17:16 -07:00

x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o

Commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST")
removed arch/x86/kernel/test_nx.c

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220416174710.269226-1-masahiroy@kernel.org
---
 arch/x86/kernel/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index c41ef42..d8b2a81 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -34,8 +34,6 @@ KASAN_SANITIZE_sev.o					:= n
 # by several compilation units. To be safe, disable all instrumentation.
 KCSAN_SANITIZE := n
 
-OBJECT_FILES_NON_STANDARD_test_nx.o			:= y
-
 ifdef CONFIG_FRAME_POINTER
 OBJECT_FILES_NON_STANDARD_ftrace_$(BITS).o		:= y
 endif

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

* Re: [tip: x86/tdx] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o
  2022-04-19 14:42 ` [tip: x86/tdx] " tip-bot2 for Masahiro Yamada
@ 2022-06-19 22:58   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2022-06-19 22:58 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: linux-tip-commits, Dave Hansen, X86 ML

Hi x86 maintainers.

On Tue, Apr 19, 2022 at 11:42 PM tip-bot2 for Masahiro Yamada
<tip-bot2@linutronix.de> wrote:
>
> The following commit has been merged into the x86/tdx branch of tip:
>
> Commit-ID:     51e8253cf5444299db09e1027160bf503ef49ec9
> Gitweb:        https://git.kernel.org/tip/51e8253cf5444299db09e1027160bf503ef49ec9
> Author:        Masahiro Yamada <masahiroy@kernel.org>
> AuthorDate:    Sun, 17 Apr 2022 02:47:10 +09:00
> Committer:     Dave Hansen <dave.hansen@linux.intel.com>
> CommitterDate: Tue, 19 Apr 2022 07:17:16 -07:00
>
> x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o
>
> Commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST")
> removed arch/x86/kernel/test_nx.c
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
> Link: https://lkml.kernel.org/r/20220416174710.269226-1-masahiroy@kernel.org



What happened to this patch?

This has not been merged into the mainline.
It does not show up in linux-next either.





> ---
>  arch/x86/kernel/Makefile | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
> index c41ef42..d8b2a81 100644
> --- a/arch/x86/kernel/Makefile
> +++ b/arch/x86/kernel/Makefile
> @@ -34,8 +34,6 @@ KASAN_SANITIZE_sev.o                                  := n
>  # by several compilation units. To be safe, disable all instrumentation.
>  KCSAN_SANITIZE := n
>
> -OBJECT_FILES_NON_STANDARD_test_nx.o                    := y
> -
>  ifdef CONFIG_FRAME_POINTER
>  OBJECT_FILES_NON_STANDARD_ftrace_$(BITS).o             := y
>  endif



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2022-06-19 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 17:47 [PATCH] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o Masahiro Yamada
2022-04-19 14:42 ` [tip: x86/tdx] " tip-bot2 for Masahiro Yamada
2022-06-19 22:58   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.