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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 22 Jul 2022 14:46:40 +0000
From:   "Limonciello, Mario" <Mario.Limonciello@....com>
To:     "Saba Kareem, Syed" <Syed.SabaKareem@....com>,
        "broonie@...nel.org" <broonie@...nel.org>,
        "alsa-devel@...a-project.org" <alsa-devel@...a-project.org>
CC:     "Mukunda, Vijendar" <Vijendar.Mukunda@....com>,
        "Deucher, Alexander" <Alexander.Deucher@....com>,
        "Hiregoudar, Basavaraj" <Basavaraj.Hiregoudar@....com>,
        "Dommati, Sunil-kumar" <Sunil-kumar.Dommati@....com>,
        "markpearson@...ovo.com" <markpearson@...ovo.com>,
        "Saba Kareem, Syed" <Syed.SabaKareem@....com>,
        Liam Girdwood <lgirdwood@...il.com>,
        Jaroslav Kysela <perex@...ex.cz>,
        Takashi Iwai <tiwai@...e.com>,
        "Mukunda, Vijendar" <Vijendar.Mukunda@....com>,
        open list <linux-kernel@...r.kernel.org>,
        "gerbilsoft@...bilsoft.com" <gerbilsoft@...bilsoft.com>
Subject: RE: [PATCH] ASoC: amd: yc: Update DMI table entries

[Public]

> -----Original Message-----
> From: syed sabakareem <Syed.SabaKareem@....com>
> Sent: Friday, July 22, 2022 08:46
> To: broonie@...nel.org; alsa-devel@...a-project.org
> Cc: Mukunda, Vijendar <Vijendar.Mukunda@....com>; Deucher,
> Alexander <Alexander.Deucher@....com>; Hiregoudar, Basavaraj
> <Basavaraj.Hiregoudar@....com>; Dommati, Sunil-kumar <Sunil-
> kumar.Dommati@....com>; markpearson@...ovo.com; Limonciello, Mario
> <Mario.Limonciello@....com>; Saba Kareem, Syed
> <Syed.SabaKareem@....com>; Liam Girdwood <lgirdwood@...il.com>;
> Jaroslav Kysela <perex@...ex.cz>; Takashi Iwai <tiwai@...e.com>;
> Mukunda, Vijendar <Vijendar.Mukunda@....com>; open list <linux-
> kernel@...r.kernel.org>
> Subject: [PATCH] ASoC: amd: yc: Update DMI table entries
> 
> Removed intel DMI product id's 21AW/21AX/21D8/21D9/21BN/21BQ
> in DMI table and updated DMI entry for AMD platform X13 Gen 3
> platform 21CM/21CN.
> 
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=216267

Syed thanks for the quick patch on this issue.
I just noticed one more tag to add for the reporter of this that Mark can pick up when he pulls this in.

Reported-by: David Korth <gerbilsoft@...bilsoft.com>

Also suggest Mark this to consider to pull back to @stable, mostly because of the X13 IDs missing.

> 
> Signed-off-by: syed sabakareem <Syed.SabaKareem@....com>
> Reviewed-by: Mario Limonciello <mario.limonciello@....com>
> ---
>  sound/soc/amd/yc/acp6x-mach.c | 32 ++------------------------------
>  1 file changed, 2 insertions(+), 30 deletions(-)
> 
> diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-
> mach.c
> index f06e6c1a7799..ecfe7a790790 100644
> --- a/sound/soc/amd/yc/acp6x-mach.c
> +++ b/sound/soc/amd/yc/acp6x-mach.c
> @@ -105,28 +105,14 @@ static const struct dmi_system_id
> yc_acp_quirk_table[] = {
>  		.driver_data = &acp6x_card,
>  		.matches = {
>  			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "21AW"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "21CM"),
>  		}
>  	},
>  	{
>  		.driver_data = &acp6x_card,
>  		.matches = {
>  			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "21AX"),
> -		}
> -	},
> -	{
> -		.driver_data = &acp6x_card,
> -		.matches = {
> -			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "21BN"),
> -		}
> -	},
> -	{
> -		.driver_data = &acp6x_card,
> -		.matches = {
> -			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "21BQ"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "21CN"),
>  		}
>  	},
>  	{
> @@ -157,20 +143,6 @@ static const struct dmi_system_id
> yc_acp_quirk_table[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "21CL"),
>  		}
>  	},
> -	{
> -		.driver_data = &acp6x_card,
> -		.matches = {
> -			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "21D8"),
> -		}
> -	},
> -	{
> -		.driver_data = &acp6x_card,
> -		.matches = {
> -			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> -			DMI_MATCH(DMI_PRODUCT_NAME, "21D9"),
> -		}
> -	},
>  	{}
>  };
> 
> --
> 2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ