|
Bugzilla – Full Text Bug Listing |
| Summary: | Booting issue after upgrade to kernel-default-6.8.6-1.1 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Bartosz Kaczyński <bkaczynski> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | BjAlvestad, bkaczynski, jslaby, jweberhofer |
| Version: | Current | Flags: | jslaby:
needinfo?
(bkaczynski) |
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
hwinfo
photo-of-system-stalls |
||
|
Description
Bartosz Kaczyński
2024-04-19 07:05:11 UTC
Created attachment 874371 [details]
photo-of-system-stalls
Great report if this is your first one.
It's e1000e's fault. It takes a spin lock in e1000_watchdog_task():
spin_lock(&adapter->stats64_lock);
e1000e_update_stats(adapter);
-> e1000e_update_phy_stats()
-> e1000e_read_phy_reg_mdic()
-> usleep_range() ----> Boom.
Caused by 6.8.5 commit:
commit 0a4e3c2d976aa4dd38951afd6267f74ef3fade0e
Author: Vitaly Lifshits <vitaly.lifshits@intel.com>
Date: Thu Jan 4 16:16:52 2024 +0200
e1000e: Workaround for sporadic MDI error on Meteor Lake systems
commit 6dbdd4de0362c37e54e8b049781402e5a409e7d0 upstream.
Reported upstream:
https://lore.kernel.org/all/809b5785-e65f-47f4-b52b-f9d2af0a3484@kernel.org/
*** Bug 1222945 has been marked as a duplicate of this bug. *** The fix is at: https://lore.kernel.org/intel-wired-lan/20240417190320.3159360-1-vitaly.lifshits@intel.com/T/#u Now pushing. Could you test Kernel:stable once it builds? I've added Kernel:stable repo and upgraded with --allow-vendor-change flag and after I added the Kernel:stable repository and updated the system (zypper dup --allow-vendor-change). After restarting, it booted up correctly. # uname -r 6.8.8-2.ge7fcfd8-default *** Bug 1223691 has been marked as a duplicate of this bug. *** No issues with booting after recent kernel update ~> uname -r 6.8.9-1-default I mark this bug as resolved-fixed. Thank you. |