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]
Date:   Mon, 21 Aug 2023 06:06:01 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Eugene Shalygin <eugene.shalygin@...il.com>
Cc:     Jean Delvare <jdelvare@...e.com>, Michael Carns <mike@...ns.com>,
        linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/1] hwmon: (asus-ec-sensosrs) fix mutex path for
 X670E Hero

On Mon, Aug 21, 2023 at 01:52:35PM +0200, Eugene Shalygin wrote:
> A user reported that they observe race condition warning [1] and after
> looking once again into the DSDT source it was found that wrong mutex
> was used.
> 
> [1] https://github.com/zeule/asus-ec-sensors/issues/43
> 
> Fixes: 790dec13c012 ("hwmon: (asus-ec-sensors) add ROG Crosshair X670E Hero.")
> Signed-off-by: Eugene Shalygin <eugene.shalygin@...il.com>

Applied.

Note that you don't have to (and should not) send an introduction
for a 1-patch "series". Add the change log after "---" instead.

Thanks,
Guenter

> ---
>  drivers/hwmon/asus-ec-sensors.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/asus-ec-sensors.c b/drivers/hwmon/asus-ec-sensors.c
> index f52a539eb33e..51f9c2db403e 100644
> --- a/drivers/hwmon/asus-ec-sensors.c
> +++ b/drivers/hwmon/asus-ec-sensors.c
> @@ -340,7 +340,7 @@ static const struct ec_board_info board_info_crosshair_x670e_hero = {
>  	.sensors = SENSOR_TEMP_CPU | SENSOR_TEMP_CPU_PACKAGE |
>  		SENSOR_TEMP_MB | SENSOR_TEMP_VRM |
>  		SENSOR_SET_TEMP_WATER,
> -	.mutex_path = ASUS_HW_ACCESS_MUTEX_RMTW_ASMX,
> +	.mutex_path = ACPI_GLOBAL_LOCK_PSEUDO_PATH,
>  	.family = family_amd_600_series,
>  };
>  

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ