[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <165037936030.4207.3583631675331739342.tip-bot2@tip-bot2>
Date: Tue, 19 Apr 2022 14:42:40 -0000
From: "tip-bot2 for Masahiro Yamada" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Masahiro Yamada <masahiroy@...nel.org>,
Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/tdx] x86/build: remove unused OBJECT_FILES_NON_STANDARD_test_nx.o
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@...nel.org>
AuthorDate: Sun, 17 Apr 2022 02:47:10 +09:00
Committer: Dave Hansen <dave.hansen@...ux.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@...nel.org>
Signed-off-by: Dave Hansen <dave.hansen@...ux.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
Powered by blists - more mailing lists