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: <CAJZ5v0gL8ZapHmhBHxcuYT+A93X=zJHvAf3nkLLBh9E5og7JcA@mail.gmail.com>
Date: Tue, 10 Sep 2024 20:30:55 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Werner Sembach <wse@...edocomputers.com>
Cc: "Rafael J. Wysocki" <rafael@...nel.org>, Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] ACPI: resource: Add another DMI match for the
 TongFang GMxXGxx

On Tue, Sep 10, 2024 at 11:40 AM Werner Sembach <wse@...edocomputers.com> wrote:
>
> Internal documentation suggest that the TUXEDO Polaris 15 Gen5 AMD might
> have GMxXGxX as the board name instead of GMxXGxx.
>
> Adding both to be on the safe side.
>
> Signed-off-by: Werner Sembach <wse@...edocomputers.com>
> Cc: stable@...r.kernel.org
> ---
>  drivers/acpi/resource.c | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> index 59423fe9d0f29..b50fc5c16f749 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -545,6 +545,12 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
>                         DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
>                 },
>         },
> +       {
> +               /* TongFang GMxXGxX/TUXEDO Polaris 15 Gen5 AMD */
> +               .matches = {
> +                       DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
> +               },
> +       },
>         {
>                 /* TongFang GMxXGxx sold as Eluktronics Inc. RP-15 */
>                 .matches = {
> --

Applied as 6.12 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ