Bug 218740
Summary: | e1000e regression: BUG: scheduling while atomic: kworker/5:0/84234/0x00000002 | ||
---|---|---|---|
Product: | Drivers | Reporter: | *cJ* (cJ-kernel) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | alex, david, James.Dutton, kernel, rafal200725, ronny.lindner, vasyl.demin |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bbs.archlinux.org/viewtopic.php?id=294828 | ||
Kernel Version: | 6.8.5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
*cJ*
2024-04-17 17:29:25 UTC
Typo in the description, I was running 6.8.6 which was the freshest stable until this night. I'm compiling master to check whether I can reproduce the problem there. I reproduced the problem on 6.9.0-rc4-pouet-00034-g4b6b51322118 aka the latest master. 2024-04-17T14:28:26.203226-0400 pouet kernel: e1000e 0000:00:1f.6 eth0: NIC Link is Up 1000 Mbps Half Duplex, Flow Control: Rx/Tx 2024-04-17T14:28:26.203619-0400 pouet kernel: BUG: scheduling while atomic: kworker/2:0/32/0x00000002 I noticed the issue since 6.8.5. After going back to 6.8.4 it is working again. I've been asked to try this patch yesterday but haven't had time to do it yet: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20240417190320.3159360-1-vitaly.lifshits@intel.com/ Reference: https://lore.kernel.org/lkml/dff8729b-3ab6-4b54-a3b0-60fabf031d62@intel.com/ I'll test in a few minutes. The patch works for me, I guess it will work for everyone. *** Bug 218766 has been marked as a duplicate of this bug. *** I have the same problem with the e1000e on a recent 6.8.7 kernel. The patch mentioned above fixes the problem: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20240417190320.3159360-1-vitaly.lifshits@intel.com/ |