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: <20251008160218.GB8757@google.com>
Date: Wed, 8 Oct 2025 17:02:18 +0100
From: Lee Jones <lee@...nel.org>
To: Johan Hovold <johan@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mfd: altera-sysmgr: enable compile testing

On Thu, 25 Sep 2025, Johan Hovold wrote:

> Nothing seems to prevent this driver from being compile tested so allow
> that.
> 
> Signed-off-by: Johan Hovold <johan@...nel.org>
> ---
>  drivers/mfd/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 3c1b58181f79..aa950b0cfda3 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -45,7 +45,8 @@ config MFD_ALTERA_A10SR
>  
>  config MFD_ALTERA_SYSMGR
>  	bool "Altera SOCFPGA System Manager"
> -	depends on ARCH_INTEL_SOCFPGA && OF
> +	depends on ARCH_INTEL_SOCFPGA || COMPILE_TEST
> +	depends on OF
>  	select MFD_SYSCON
>  	help
>  	  Select this to get System Manager support for all Altera branded

Applied, thanks

-- 
Lee Jones [李琼斯]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ