Bug 218766
Summary: | e1000e: One core of cpu reach 100% usage, after connecting ethernet. | ||
---|---|---|---|
Product: | Drivers | Reporter: | rafal200725 |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | RESOLVED DUPLICATE | ||
Severity: | high | CC: | aros |
Priority: | P3 | Keywords: | trivial |
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: |
sudo dmesg -wH --color=always --level=emerg,crit,err,warn > "dmesg log.txt"
sudo dmesg -wH > dmesg.txt |
Description
rafal200725
2024-04-23 16:50:32 UTC
1. What process is consuming 100% of CPU? 2. Please post the output of: sudo dmesg --color=always --level=emerg,crit,err,warn Created attachment 306206 [details]
sudo dmesg -wH --color=always --level=emerg,crit,err,warn > "dmesg log.txt"
1. IDK, probably kernel, because htop don't see any process consuming 100% core (not whole CPU, others cores not working barely) and system starting being unusable, I can run commands or even safe turn on my laptop 2. I need modyfy your command to: sudo dmesg -wH --color=always --level=emerg,crit,err,warn > "dmesg log.txt" because of unusable of system then issue appers. I uploaded "dmesg log.txt" up here. In fact issue appers only, if I plug ethernet when device is booted, working etc. If it turn off, plug ethernet, and when power on laptop, theres no issue. (In reply to rafal200725 from comment #3) > 1. IDK, probably kernel, because htop don't see any process consuming 100% > core (not whole CPU, others cores not working barely) and system starting > being unusable, I can run commands or even safe turn on my laptop > 2. I need modyfy your command to: > sudo dmesg -wH --color=always --level=emerg,crit,err,warn > "dmesg log.txt" > because of unusable of system then issue appers. > I uploaded "dmesg log.txt" up here. > > In fact issue appers only, if I plug ethernet when device is booted, working > etc. > If it turn off, plug ethernet, and when power on laptop, theres no issue. can replace to can't, sorry for mistake Something weird is going on on your side considering two logged oopses. Please reboot and once this happens upload the full dmesg (just `sudo dmesg > /tmp/dmesg.txt`). Thank you. *** Bug 218761 has been marked as a duplicate of this bug. *** Created attachment 306216 [details]
sudo dmesg -wH > dmesg.txt
I uploaded output of `sudo dmesg -wH > dmesg.txt` (just working in loop), because I can't start any new process after issue appears. After I change maximum port speed on my switch from Auto (1000 Full Duplex) to 100 Full Duplex, the issue appears just on boot, I can't start XFCE. This fixes it: https://lore.kernel.org/lkml/dff8729b-3ab6-4b54-a3b0-60fabf031d62@intel.com/ *** This bug has been marked as a duplicate of bug 218740 *** Thanks for your time, but last question. How long takes on the whole to add this patch to upstream kernel? Hopefully it will be available in 6.8.8 or at most in 6.8.9. Keep an eye on: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.8 |