Bug 215787
Summary: | mt7921: panic on unbind - drivers/net/wireless/mediatek/mt76/mt7921/pci.c:mt7921_pci_remove | ||
---|---|---|---|
Product: | Drivers | Reporter: | Thiner Logoer (logoerthiner1) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | high | CC: | iakuninaa, mario.limonciello |
Priority: | P1 | ||
Hardware: | AMD | ||
OS: | Linux | ||
Kernel Version: | latest as in 2022-04-01 and 5.17 5.16 5.15 ... | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Thiner Logoer
2022-04-01 03:49:22 UTC
I have the same issue with my ThinkPad E14 Gen 3 with AMD Ryzen 3 5300U. Laptop did not wake up after suspend. Device-2: MEDIATEK MT7921 802.11ax PCI Express Wireless Network Adapter driver: mt7921e Proposed patch good for 5.18+ kernel branch, but in can be easy changed to use with kernels 5.17 and before. I patched my 5.15.25 kernel with it and it fix the problem. I came across this issue and wanted to share it was fixed in the mainline kernel 5.19 and later last year with this commit: ad483ed9dd51 ("mt76: mt7921: fix kernel crash at mt7921_pci_remove") |