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: <CAJZ5v0iz5wjJHp2o=OGkcuE3PeJ33vqp5p9pKnRG1=14Wx-dVQ@mail.gmail.com>
Date: Tue, 18 Feb 2025 18:46:06 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: xueqin Luo <luoxueqin@...inos.cn>
Cc: rafael@...nel.org, rui.zhang@...el.com, lenb@...nel.org, 
	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ACPI: thermal: Fix incorrect comment about trip points

On Sat, Feb 8, 2025 at 2:33 AM xueqin Luo <luoxueqin@...inos.cn> wrote:
>
> The function `acpi_thermal_get_trip_points()` no longer retrieves
> the "_CRT" resource.  Instead, it obtains "_ACi" trip points. Update
> the comment accordingly to reflect the correct behavior.
>
> Signed-off-by: xueqin Luo <luoxueqin@...inos.cn>
> ---
>  drivers/acpi/thermal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
> index 95982c098d5b..0c874186f8ae 100644
> --- a/drivers/acpi/thermal.c
> +++ b/drivers/acpi/thermal.c
> @@ -803,7 +803,7 @@ static int acpi_thermal_add(struct acpi_device *device)
>
>         acpi_thermal_aml_dependency_fix(tz);
>
> -       /* Get trip points [_CRT, _PSV, etc.] (required). */
> +       /* Get trip points [_ACi, _PSV, etc.] (required). */
>         acpi_thermal_get_trip_points(tz);
>
>         crit_temp = acpi_thermal_get_critical_trip(tz);
> --

Applied as 6.15 material with edits in the subject and changelog, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ