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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240115144307.27409-1-lukas.bulwahn@gmail.com>
Date: Mon, 15 Jan 2024 15:43:07 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Alexandre Torgue <alexandre.torgue@...s.st.com>,
	Catalin Marinas <catalin.marinas@....com>,
	Will Deacon <will@...nel.org>,
	linux-arm-kernel@...ts.infradead.org
Cc: kernel-janitors@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] arm64: drop the no-effect select ARM_SMC_MBOX in config ARCH_STM32

Commit 9e4e24414cc6 ("arm64: introduce STM32 family on Armv8 architecture")
adds the config ARCH_STM32, which selects the non-existing config
ARM_SMC_MBOX. The config ARM_SMC_MBOX was once proposed on the mailing list
(see Link), but it was never merged.

It seems though that this STM32 architecture works fine without this
driver---otherwise, the users and contributor would have already noticed
this by now.

Drop this no-effect select ARM_SMC_MBOX in config ARCH_STM32.

Link: https://lore.kernel.org/lkml/1575281525-1549-1-git-send-email-peng.fan@nxp.com/
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
 arch/arm64/Kconfig.platforms | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 24335565bad5..50ace066d57b 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -302,7 +302,6 @@ config ARCH_STM32
 	select GPIOLIB
 	select PINCTRL
 	select PINCTRL_STM32MP257
-	select ARM_SMC_MBOX
 	select ARM_SCMI_PROTOCOL
 	select COMMON_CLK_SCMI
 	help
-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ