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] [thread-next>] [day] [month] [year] [list]
Message-ID: <aQ2csK4TtTOFmyLj@yilunxu-OptiPlex-7050>
Date: Fri, 7 Nov 2025 15:16:00 +0800
From: Xu Yilun <yilun.xu@...ux.intel.com>
To: Rosen Penev <rosenp@...il.com>
Cc: linux-fpga@...r.kernel.org, Moritz Fischer <mdf@...nel.org>,
	Xu Yilun <yilun.xu@...el.com>, Tom Rix <trix@...hat.com>,
	open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] fpga: stratix10-soc: add COMPILE_TEST support

On Thu, Nov 06, 2025 at 10:59:38AM -0800, Rosen Penev wrote:
> Allow the buildbots to find compilation issues.
> 
> Signed-off-by: Rosen Penev <rosenp@...il.com>
> ---
>  drivers/fpga/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
> index 311313f3b282..f2e2776acdd5 100644
> --- a/drivers/fpga/Kconfig
> +++ b/drivers/fpga/Kconfig
> @@ -60,7 +60,7 @@ config FPGA_MGR_ZYNQ_FPGA
>  
>  config FPGA_MGR_STRATIX10_SOC
>  	tristate "Intel Stratix10 SoC FPGA Manager"
> -	depends on (ARCH_INTEL_SOCFPGA && INTEL_STRATIX10_SERVICE)
> +	depends on (ARCH_INTEL_SOCFPGA && INTEL_STRATIX10_SERVICE) || COMPILE_TEST

I don't think it works without INTEL_STRATIX10_SERVICE, maybe:

	depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
	depends on INTEL_STRATIX10_SERVICE

But INTEL_STRATIX10_SERVICE depends on HAVE_ARM_SMCCC, and they all
require arch configurations...

>  	help
>  	  FPGA manager driver support for the Intel Stratix10 SoC.
>  
> -- 
> 2.51.2
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ