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:   Sun, 3 Apr 2022 14:23:57 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Denis Pauk <pauk.denis@...il.com>
Cc:     Ed Brindley <kernel@...davale.org>,
        Jean Delvare <jdelvare@...e.com>, linux-hwmon@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] hwmon: (asus_wmi_sensors) Fix CROSSHAIR VI HERO name

On 4/3/22 12:34, Denis Pauk wrote:
> CROSSHAIR VI HERO motherboard is incorrectly named as
> ROG CROSSHAIR VI HERO. Issue is found by github user in [1].
> 
> [1]: https://github.com/electrified/asus-wmi-sensors/pull/79
> 

We have an official Reported-by: tag to give credit to reporters.
I don't see value in deviating from that. I can understand
if a reporter wants to remain anonymous, but then a link
to the anonymous report is pointless.

> Signed-off-by: Denis Pauk <pauk.denis@...il.com>
> 
> ---
> Changes in v2:
> - fix base commit.

That would not be a reason to send v2. Did this otherwise cause a conflict,
or is there some other problem with v1 ? If so, please provide such
information in the change log. I tried to apply v1 on top of mainline,
though, and it didn't report a conflict for me, so I am a bit confused.

Thanks,
Guenter

> ---
>   drivers/hwmon/asus_wmi_sensors.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/asus_wmi_sensors.c b/drivers/hwmon/asus_wmi_sensors.c
> index c80eee874b6c..49784a6ea23a 100644
> --- a/drivers/hwmon/asus_wmi_sensors.c
> +++ b/drivers/hwmon/asus_wmi_sensors.c
> @@ -71,7 +71,7 @@ static const struct dmi_system_id asus_wmi_dmi_table[] = {
>   	DMI_EXACT_MATCH_ASUS_BOARD_NAME("PRIME X399-A"),
>   	DMI_EXACT_MATCH_ASUS_BOARD_NAME("PRIME X470-PRO"),
>   	DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG CROSSHAIR VI EXTREME"),
> -	DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG CROSSHAIR VI HERO"),
> +	DMI_EXACT_MATCH_ASUS_BOARD_NAME("CROSSHAIR VI HERO"),
>   	DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG CROSSHAIR VI HERO (WI-FI AC)"),
>   	DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG CROSSHAIR VII HERO"),
>   	DMI_EXACT_MATCH_ASUS_BOARD_NAME("ROG CROSSHAIR VII HERO (WI-FI)"),
> 
> base-commit: f443e374ae131c168a065ea1748feac6b2e76613

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ