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: <CAJZ5v0jeDFx4q7jDsBQbdDHh_jC3fqytiOyyn1wH0hDjrsqZAw@mail.gmail.com>
Date: Mon, 26 Aug 2024 18:55:32 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Li Chen <me@...ux.beauty>
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 V2] ACPI: resource: Do IRQ override on MECHREV GM7XG0M

On Sat, Aug 3, 2024 at 10:13 AM Li Chen <me@...ux.beauty> wrote:
>
>
> Listed device need the override for the keyboard to work.
>
> Cc: stable@...r.kernel.org
> Fixes: 9946e39fe8d0 ("ACPI: resource: skip IRQ override on AMD Zen platforms")
> Signed-off-by: Li Chen <me@...ux.beauty>
> ---
> Changes since V1:
> [1] https://lore.kernel.org/lkml/MN0PR12MB610178FBE11426B042C61A24E22AA@MN0PR12MB6101.namprd12.prod.outlook.com/T/
>
> - replace DMI_SYS_VENDOR + DMI_PRODUCT_NAME with DMI_BOARD_NAME
> - rebase on top of next-20240802
>
>  drivers/acpi/resource.c | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> index df5d5a554b388..aa9990507f34c 100644
> --- a/drivers/acpi/resource.c
> +++ b/drivers/acpi/resource.c
> @@ -554,6 +554,12 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
>   * to have a working keyboard.
>   */
>  static const struct dmi_system_id irq1_edge_low_force_override[] = {
> +       {
> +               /* MECHREV Jiaolong17KS Series GM7XG0M */
> +               .matches = {
> +                       DMI_MATCH(DMI_BOARD_NAME, "GM7XG0M"),
> +               },
> +       },
>         {
>                 /* XMG APEX 17 (M23) */
>                 .matches = {
> --

Applied as 6.12 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ