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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <29f935fc-5607-46a0-8733-3754aed94471@amd.com>
Date: Tue, 3 Sep 2024 08:27:38 -0500
From: Mario Limonciello <mario.limonciello@....com>
To: "Luke D. Jones" <luke@...nes.dev>, platform-driver-x86@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, ilpo.jarvinen@...ux.intel.com,
 hdegoede@...hat.com, Shyam-sundar.S-k@....com
Subject: Re: [PATCH] platform/x86/amd: pmf: Make ASUS GA403 quirk generic

On 8/30/2024 19:39, Luke D. Jones wrote:
> The original quirk should match to GA403U so that the full
> range of GA403U models can benefit.
> 
> Signed-off-by: Luke D. Jones <luke@...nes.dev>
Reviewed-by: Mario Limonciello <mario.limonciello@....com>
> ---
>   drivers/platform/x86/amd/pmf/pmf-quirks.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/platform/x86/amd/pmf/pmf-quirks.c b/drivers/platform/x86/amd/pmf/pmf-quirks.c
> index 460444cda1b2..48870ca52b41 100644
> --- a/drivers/platform/x86/amd/pmf/pmf-quirks.c
> +++ b/drivers/platform/x86/amd/pmf/pmf-quirks.c
> @@ -25,7 +25,7 @@ static const struct dmi_system_id fwbug_list[] = {
>   		.ident = "ROG Zephyrus G14",
>   		.matches = {
>   			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "GA403UV"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "GA403U"),
>   		},
>   		.driver_data = &quirk_no_sps_bug,
>   	},


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ