Bug 216243
Summary: | Shutdown successful but machine does not power off | ||
---|---|---|---|
Product: | Drivers | Reporter: | bminaker |
Component: | USB | Assignee: | Default virtual assignee for Drivers/USB (drivers_usb) |
Status: | NEW --- | ||
Severity: | normal | CC: | joey.corleone, mathias.nyman |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://bbs.archlinux.org/viewtopic.php?id=277872 | ||
Kernel Version: | 5.18.8, 5.18.9, 5.18.10 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
journalctl -b -1 --no-pager > log.txt
attachment-13597-0.html dynamic debug on, journalctl -b -1 --no-pager > log.txt |
Description
bminaker
2022-07-12 20:56:31 UTC
Would you mind sharing a new log with xhci dynamic debug enabled as is described here [1]? Enable the debug output first, then try to reproduce the issue, and finally collect the log file. [1] https://lore.kernel.org/linux-usb/9d54d0e4-d2db-3896-301e-9d9048599092@linux.intel.com/T/#m011e17c6eedcf0e8fafbedf60caed1c2e8c7579f Created attachment 301463 [details] attachment-13597-0.html Sure, I will try, but one question first: once dynamic debug is enabled, and I get the log, how do I disable it? Is it reset at reboot? ________________________________ From: bugzilla-daemon@kernel.org <bugzilla-daemon@kernel.org> Sent: Wednesday, July 20, 2022 4:24:45 AM To: Bruce Minaker <bminaker@uwindsor.ca> Subject: [Bug 216243] Shutdown successful but machine does not power off https://bugzilla.kernel.org/show_bug.cgi?id=216243 joey.corleone@mail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joey.corleone@mail.ru --- Comment #1 from joey.corleone@mail.ru --- Would you mind sharing a new log with xhci dynamic debug enabled as is described here [1]? Enable the debug output first, then try to reproduce the issue, and finally collect the log file. [1] https://lore.kernel.org/linux-usb/9d54d0e4-d2db-3896-301e-9d9048599092@linux.intel.com/T/#m011e17c6eedcf0e8fafbedf60caed1c2e8c7579f -- You may reply to this email to add a comment. You are receiving this mail because: You reported the bug. Created attachment 301464 [details]
dynamic debug on, journalctl -b -1 --no-pager > log.txt
update to latest kernel 5.18.12-arch1-1
echo 'module xhci_hcd =p' > /sys/kernel/debug/dynamic_debug/control
reboot (machine fails to power off)
journalctl -b -1 --no-pager > log.txt
(In reply to bminaker from comment #2) > Sure, I will try, but one question first: once dynamic debug is enabled, and > I get the log, how do I disable it? Is it reset at reboot? Yes, rebooting will turn off dynamic debug output. |