Bug 2260517

Summary: Laptop keyboard not working after resume from suspend with kernel 6.6.13-200
Product: [Fedora] Fedora Reporter: Arthur Bols <arthur>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 39CC: acaringi, adscvr, airlied, alciregi, bskeggs, gustavo, hdegoede, hpa, jarod, jforbes, josef, kernel-maint, linville, masami256, mchehab, nixuser, ptalbert, steved
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: kernel-6.7.4-200.fc39 kernel-6.7.4-100.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-02-10 01:26:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dmesg_6.6.13 none

Description Arthur Bols 2024-01-26 15:03:23 UTC
After resume from suspend, my laptop keyboard doesn't work. Rebooting solves the issue until the next suspend.

Issue appears from 6.6.13-200. It works fine on 6.6.12-200

The issue was first discovered by an arch user [0] and is submitted upstream [1]. They tracked the issue to the commit in [3].

[0] https://bbs.archlinux.org/viewtopic.php?pid=2146300
[1] https://bugzilla.kernel.org/show_bug.cgi?id=218424
[2] https://github.com/gregkh/linux/commit/274333f82597a78e884fea359e87c08f8cfd5612

Reproducible: Always

Comment 1 Arthur Bols 2024-01-26 15:04:00 UTC
Created attachment 2010743 [details]
dmesg_6.6.13

Comment 2 Hans de Goede 2024-01-26 16:10:13 UTC
Thank you for reporting this and sorry about the trouble.

I have submitted a patch-series fixing this upstream:
https://lore.kernel.org/linux-input/20240126160724.13278-1-hdegoede@redhat.com/

For now as a workaround I suggest staying with 6.6.12. Hopefully the fixes will get accepted upstream soon and also added to the 6.6.y (and other stable) series.

Comment 3 Hans de Goede 2024-02-02 17:36:44 UTC
The fixes for this are now on their way to Linus's tree, after which they should be quickly picked up by the stable 6.6.y kernel series:

https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?h=for-linus&id=683cd8259a9b883a51973511f860976db2550a6e
https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?h=for-linus&id=9cf6e24c9fbf17e52de9fff07f12be7565ea6d61

@jforbes / @acaringi since these are heading upstream and multiple users are hit perhaps you can add these as downstream patches to the fedora 6.6.y kernels for now ?

Comment 4 Justin M. Forbes 2024-02-02 18:12:06 UTC
These have been added to 6.7, and will appear in the Fedora 6.7.4 update.

Comment 5 Fedora Update System 2024-02-06 03:05:45 UTC
FEDORA-2024-3ca09cc1a0 (kernel-6.7.4-200.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-3ca09cc1a0

Comment 6 Fedora Update System 2024-02-06 03:05:48 UTC
FEDORA-2024-c5ff48d3d3 (kernel-6.7.4-100.fc38) has been submitted as an update to Fedora 38.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-c5ff48d3d3

Comment 7 Fedora Update System 2024-02-07 01:14:45 UTC
FEDORA-2024-c5ff48d3d3 has been pushed to the Fedora 38 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-c5ff48d3d3`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-c5ff48d3d3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 8 Fedora Update System 2024-02-07 01:29:03 UTC
FEDORA-2024-3ca09cc1a0 has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-3ca09cc1a0`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-3ca09cc1a0

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Fedora Update System 2024-02-10 01:26:01 UTC
FEDORA-2024-3ca09cc1a0 (kernel-6.7.4-200.fc39) has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 Fedora Update System 2024-02-11 05:39:29 UTC
FEDORA-2024-c5ff48d3d3 (kernel-6.7.4-100.fc38) has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 11 Arthur Bols 2024-02-13 17:15:04 UTC
Thank you for your work on this!