Bug 2227968
Summary: | power_supply_uevent on USB leads to page_fault_oops | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Bowen <david> | ||||||||||||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||||
Priority: | unspecified | ||||||||||||||||
Version: | 38 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, jarodwilson, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, ptalbert, stanley.king, steved | ||||||||||||||
Target Milestone: | --- | Keywords: | Regression | ||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||
OS: | Linux | ||||||||||||||||
Whiteboard: | |||||||||||||||||
Fixed In Version: | Doc Type: | --- | |||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2023-08-20 21:37:35 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
David Bowen
2023-07-31 23:47:09 UTC
Created attachment 1980988 [details]
The interesting section of the journal when the problem occurred
Kernel trace leading from power_supply_uevent to page_fault_oops
Created attachment 1980989 [details]
USB devices
Log from running "lsusb"
Created attachment 1980990 [details]
USB device tree
Log from running "lsusb -t"
Created attachment 1980991 [details]
Modules
Result of running "lsmod"
Created attachment 1980992 [details]
oops.conf
I've added:
DropNotReportableOopses=no
to oops.conf
Created attachment 1981005 [details]
abrt output
It's not great because it's recorded as "not-reportable".
(I'm adding this comment to bugzillae 2227968 and 2227221, which appear to be duplicates of each other.) I'm having this same problem, with very similar dmesg output, triggered by the USB disconnect that occurs when switching ports on a KVM switch that implements a USB hub to provide the connection to the keyboard and mouse. It started with kernel kernel-6.4.4-200.fc38.x86_64 and persists with 6.4.7. Kernel kernel-6.3.12-200.fc38.x86_64 is OK. I see this on three of my systems, the newest of which has an Intel i5-11400 processor. Two of my systems seem immune to this, the oldest of which has an Intel i7-3770 processor. I'd be happy to try a debug kernel on my affected i7-8550U system, but I'd have to be stepped through the generation process. *** This bug has been marked as a duplicate of bug 2227221 *** |