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: <047c3d45-fb18-4081-8990-e406efd0e9cd@arm.com>
Date: Thu, 17 Apr 2025 14:38:49 +0100
From: Lukasz Luba <lukasz.luba@....com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: "Rafael J. Wysocki" <rafael@...nel.org>, linux-pm@...r.kernel.org,
 linux-kernel@...r.kernel.org, Zhang Rui <rui.zhang@...el.com>,
 Daniel Lezcano <daniel.lezcano@...aro.org>
Subject: Re: [PATCH] thermal: hisi: Do not enable by default during compile
 testing



On 4/17/25 08:46, Krzysztof Kozlowski wrote:
> Enabling the compile test should not cause automatic enabling of all
> drivers, but only allow to choose to compile them.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> 
> ---
> 
> For longer rationale:
> https://lore.kernel.org/all/191543a8-2e2e-4ac4-9b2b-d253820a0c9f@app.fastmail.com/
> ---
>   drivers/thermal/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index d3f9686e26e7..510c2b821546 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -257,7 +257,7 @@ config HISI_THERMAL
>   	depends on ARCH_HISI || COMPILE_TEST
>   	depends on HAS_IOMEM
>   	depends on OF
> -	default y
> +	default ARCH_HISI
>   	help
>   	  Enable this to plug hisilicon's thermal sensor driver into the Linux
>   	  thermal framework. cpufreq is used as the cooling device to throttle


Make sense, thanks Krzysztof for the clean up.

Reviewed-by: Lukasz Luba <lukasz.luba@....com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ