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: <jhjr1m61wq6.mognet@arm.com>
Date:   Wed, 27 Jan 2021 10:48:49 +0000
From:   Valentin Schneider <valentin.schneider@....com>
To:     Yue Hu <zbestahu@...il.com>, thara.gopinath@...aro.org,
        peterz@...radead.org
Cc:     linux-kernel@...r.kernel.org, huyue2@...ong.com,
        zhangwen@...ong.com, zbestahu@....com
Subject: Re: [PATCH] init/Kconfig: correct thermal pressure retrieve API

On 27/01/21 13:44, Yue Hu wrote:
> From: Yue Hu <huyue2@...ong.com>
>
> We're using arch_scale_thermal_pressure() to retrieve per CPU thermal
> pressure.
>
> Signed-off-by: Yue Hu <huyue2@...ong.com>

Whoever wrote that clearly got "arch" and "topology" mixed up!

Reviewed-by: Valentin Schneider <valentin.schneider@....com>

> ---
>  init/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index c4e0a7e..5b35e15 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -525,7 +525,7 @@ config SCHED_THERMAL_PRESSURE
>         i.e. put less load on throttled CPUs than on non/less throttled ones.
>
>         This requires the architecture to implement
> -	  arch_set_thermal_pressure() and arch_get_thermal_pressure().
> +	  arch_set_thermal_pressure() and arch_scale_thermal_pressure().
>
>  config BSD_PROCESS_ACCT
>       bool "BSD Process Accounting"
> --
> 1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ