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>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251110212400.282952-3-rosenp@gmail.com>
Date: Mon, 10 Nov 2025 13:24:00 -0800
From: Rosen Penev <rosenp@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Dinh Nguyen <dinguyen@...nel.org>
Subject: [PATCH 2/2] firmware: stratix10-rsu: add COMPILE_TEST support

Helps the buildbots catch potential issues.

Remove ARM64 dependency. ARM32 can build this now.

Remove HAVE_ARM_SMCCC. On at least x86, it seems to not be needed.

Signed-off-by: Rosen Penev <rosenp@...il.com>
---
 drivers/firmware/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index bbd2155d8483..bbe478cfba6b 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -141,7 +141,7 @@ config FW_CFG_SYSFS_CMDLINE
 
 config INTEL_STRATIX10_SERVICE
 	tristate "Intel Stratix10 Service Layer"
-	depends on ARCH_INTEL_SOCFPGA && ARM64 && HAVE_ARM_SMCCC
+	depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
 	default n
 	help
 	  Intel Stratix10 service layer runs at privileged exception level,
-- 
2.51.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ