Bug 209435
Summary: | NMI watchdog : BUG: soft-lock CPU#0 stuck for 22s! [iwlwifi] | ||
---|---|---|---|
Product: | Drivers | Reporter: | Lahfa Samy (samy) |
Component: | network-wireless-intel | Assignee: | Default virtual assignee for network-wireless-intel (drivers_network-wireless-intel) |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | high | CC: | dion, samy |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
See Also: | https://bugzilla.kernel.org/show_bug.cgi?id=204241 | ||
Kernel Version: | 5.8.12-arch1-1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | soft-locked cpu#0 log |
Description
Lahfa Samy
2020-09-30 19:48:08 UTC
Created attachment 292735 [details]
soft-locked cpu#0 log
Erratum : The lts kernel affected by this bug is the 5.4.68-1-lts (as can be seen in the attachment) not 5.2.68. It seems this bug is related to irq, on my computer a call trace was generated for a irq which stated in the dmesg that the 'irqpoll' option should be added as a kernel option. Having added this option the bug reported here began to affect the system in actually any kernel whatsoever as of now (not just the latest). If I don't use the irqpoll option there is no freeze during a resume from suspended state. The dmesg suggest to try the option but the option itself leads to a this bug. I will later add the call trace from the 'irq nobody cared' that shows up when the 'irqpoll' is desactivated, I'm not sure if this is truly a bug or not anymore. This is very strange - iwl_read32() is literally just a readl(), so this would indicate that somehow the platform is stuck? Yes, the bug is related to an interrupt processing, and irqpoll would change something there, but I don't think irqpoll is what you want. But ... looks like this bug somehow got dropped, not sure why. Do you even still have this issue? |