2023-07-26 23:35:26

by August Wikerfors

[permalink] [raw]
Subject: [REGRESSION] IRQ override revert breaks keyboard on Lenovo Yoga 7 14ARB7

Hi,

Since v6.5-rc1 the keyboard on this laptop no longer works. This problem
also existed before v6.0-rc1 commit 9946e39fe8d0 ("ACPI: resource: skip
IRQ override on AMD Zen platforms"), so I suspected the cause to be
a9c4a912b7dc ("ACPI: resource: Remove "Zen" specific match and quirks")
which reverted that commit. Reverting a9c4a912b7dc confirmed this theory.

#regzbot introduced: a9c4a912b7dc

My specs are:
Laptop model: Lenovo Yoga 7 14ARB7
BIOS: K5CN40WWT66 (latest beta from [1])
CPU: AMD Ryzen 5 6600U
Kernel config: [2]
Distribution: Arch Linux

The issue has been confirmed by at least one other user with this
laptop: [3]

[1] https://forums.lenovo.com/t5/Lenovo-Yoga-Series-Laptops/Yoga-7-14ARB7-keyboard-lag-when-on-certain-websites-or-when-Vantage-is-opened/m-p/5174991?page=28#5974742
[2] https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/d4a56a1e994201b6c607199922aa22e4337b56c9/config
[3] https://github.com/tomsom/yoga-linux/issues/47

Regards,
August Wikerfors


2023-07-27 03:34:19

by Mario Limonciello

[permalink] [raw]
Subject: Re: [REGRESSION] IRQ override revert breaks keyboard on Lenovo Yoga 7 14ARB7

On 7/26/23 17:54, August Wikerfors wrote:
> Hi,
>
> Since v6.5-rc1 the keyboard on this laptop no longer works. This problem
> also existed before v6.0-rc1 commit 9946e39fe8d0 ("ACPI: resource: skip
> IRQ override on AMD Zen platforms"), so I suspected the cause to be
> a9c4a912b7dc ("ACPI: resource: Remove "Zen" specific match and quirks")
> which reverted that commit. Reverting a9c4a912b7dc confirmed this theory.
>
> #regzbot introduced: a9c4a912b7dc
>
> My specs are:
> Laptop model: Lenovo Yoga 7 14ARB7
> BIOS: K5CN40WWT66 (latest beta from [1])
> CPU: AMD Ryzen 5 6600U
> Kernel config: [2]
> Distribution: Arch Linux
>
> The issue has been confirmed by at least one other user with this
> laptop: [3]
>
> [1]
> https://forums.lenovo.com/t5/Lenovo-Yoga-Series-Laptops/Yoga-7-14ARB7-keyboard-lag-when-on-certain-websites-or-when-Vantage-is-opened/m-p/5174991?page=28#5974742
> [2]
> https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/d4a56a1e994201b6c607199922aa22e4337b56c9/config
> [3] https://github.com/tomsom/yoga-linux/issues/47
>
> Regards,
> August Wikerfors

This is unfortunate. Before we go adding more quirks for your system,
can you please check for a BIOS upgrade for your system? If it's
happening with the latest BIOS, then can you please open a kernel
bugzilla with an acpidump and dmidecode included?

2023-07-27 16:59:20

by August Wikerfors

[permalink] [raw]
Subject: Re: [REGRESSION] IRQ override revert breaks keyboard on Lenovo Yoga 7 14ARB7

On 2023-07-27 04:56, Mario Limonciello wrote:
> This is unfortunate.  Before we go adding more quirks for your system,
> can you please check for a BIOS upgrade for your system?  If it's
> happening with the latest BIOS, then can you please open a kernel
> bugzilla with an acpidump and dmidecode included?

The latest released BIOS is K5CN40WW, I'm using K5CN40WWT66 which is a
later beta that partially mitigates a Windows BSOD issue. I've opened a
Bugzilla report with the dmidecode here:
https://bugzilla.kernel.org/show_bug.cgi?id=217718

For the acpidump I'm not sure what parts could be sensitive so I will
e-mail it directly to you.

2023-07-30 17:12:14

by Thorsten Leemhuis

[permalink] [raw]
Subject: Re: [REGRESSION] IRQ override revert breaks keyboard on Lenovo Yoga 7 14ARB7

On 27.07.23 00:54, August Wikerfors wrote:
>
> Since v6.5-rc1 the keyboard on this laptop no longer works. This problem
> also existed before v6.0-rc1 commit 9946e39fe8d0 ("ACPI: resource: skip
> IRQ override on AMD Zen platforms"), so I suspected the cause to be
> a9c4a912b7dc ("ACPI: resource: Remove "Zen" specific match and quirks")
> which reverted that commit. Reverting a9c4a912b7dc confirmed this theory.
>
> #regzbot introduced: a9c4a912b7dc

Point regzbot to the fix:

#regzbot monitor:
https://lore.kernel.org/linux-acpi/[email protected]/
#regzbot fix: ACPI: resource: Add a quirk for Lenovo Yoga 7 14ARB7
#regzbot ignore-activity

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
That page also explains what to do if mails like this annoy you.



2023-08-13 14:52:45

by Thorsten Leemhuis

[permalink] [raw]
Subject: Re: [REGRESSION] IRQ override revert breaks keyboard on Lenovo Yoga 7 14ARB7

On 30.07.23 18:53, Linux regression tracking #update (Thorsten Leemhuis)
wrote:
> On 27.07.23 00:54, August Wikerfors wrote:
>>
>> Since v6.5-rc1 the keyboard on this laptop no longer works. This problem
>> also existed before v6.0-rc1 commit 9946e39fe8d0 ("ACPI: resource: skip
>> IRQ override on AMD Zen platforms"), so I suspected the cause to be
>> a9c4a912b7dc ("ACPI: resource: Remove "Zen" specific match and quirks")
>> which reverted that commit. Reverting a9c4a912b7dc confirmed this theory.
>>
>> #regzbot introduced: a9c4a912b7dc
>
> Point regzbot to the fix:
>
> #regzbot monitor:
> https://lore.kernel.org/linux-acpi/[email protected]/
> #regzbot fix: ACPI: resource: Add a quirk for Lenovo Yoga 7 14ARB7
> #regzbot ignore-activity

Things changed:

#regzbot ignore-activity
#regzbot fix: 9728ac221160c5ea111879125a7694bb81364

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
That page also explains what to do if mails like this annoy you.

#regzbot ignore-activity