lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <175589239618.1420.10700126604519433794.tip-bot2@tip-bot2>
Date: Fri, 22 Aug 2025 19:53:16 -0000
From: "tip-bot2 for Lukas Bulwahn" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Lukas Bulwahn <lukas.bulwahn@...hat.com>,
 Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject: [tip: x86/build] x86: Drop unused and needless config X86_64_SMP

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

Commit-ID:     87d1911cca1e947fb444c158de9be358a1964df7
Gitweb:        https://git.kernel.org/tip/87d1911cca1e947fb444c158de9be358a1964df7
Author:        Lukas Bulwahn <lukas.bulwahn@...hat.com>
AuthorDate:    Wed, 23 Jul 2025 09:12:11 +02:00
Committer:     Dave Hansen <dave.hansen@...ux.intel.com>
CommitterDate: Fri, 22 Aug 2025 12:45:53 -07:00

x86: Drop unused and needless config X86_64_SMP

As part of the commit 38a4968b3190 ("x86/percpu/64: Remove INIT_PER_CPU
macros"), the only use of the config option X86_64_SMP in the kernel tree
is removed. As this config option X86_64_SMP is just equivalent to
X86_64 && SMP, the source code in the tree just uses that expression in the
few places where needed. Note further that this option cannot be explicitly
enabled or disabled when configuring the kernel build configuration.

Drop this needless and unused config option. No functional change.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com>
Link: https://lore.kernel.org/all/20250723071211.622802-1-lukas.bulwahn%40redhat.com
---
 arch/x86/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 85b9126..99866e3 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -410,10 +410,6 @@ config HAVE_INTEL_TXT
 	def_bool y
 	depends on INTEL_IOMMU && ACPI
 
-config X86_64_SMP
-	def_bool y
-	depends on X86_64 && SMP
-
 config ARCH_SUPPORTS_UPROBES
 	def_bool y
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ