wifi fixes that might be good to have in 7.2 final
Thorsten Leemhuis <[email protected]>
| Newsgroups | dev.linux.lists.regressions,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Hi nt76, wifi driver and net maintainers, just a quick FYI: I think it would be good if the following revert from Mikhail (CCed) could make it to 7.2, as the 7.2-rc regression it fixes was reported multiple times over the past few weeks -- at least seven times iirc: Revert "wifi: mt76: Disable napi when removing device" https://lore.kernel.org/lkml/[email protected]/ https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ See that lore thread linked above for the details. The revert is sitting on the list for a week now afaics; there was an earlier attempt to fix this, but it was abandoned due to problems. Note, as mentioned by Mikhail in that thread: that revert apparently reintroduces some WARNs which a separate patch is supposed to fix that Nicolas posted yesterday after coming back from vacation: https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ Ciao, Thorsten P.S.: I wonder if "wifi: mt76: mt7921: refactor regd update to fix recursive mutex deadlock") (which is as 1f83a8378eb26c in net-next / https://lore.kernel.org/linux-wireless/[email protected]/ ) would be good to have in 7.2, too. From the description of the 7.2-rc regression Devin Wittmayer gave in https://lore.kernel.org/linux-wireless/[email protected]/ it sounds a lot like it might be wise to have in 7.2. To quote: > [...] wpa_supplicant blocks while > holding the wiphy mutex, so NetworkManager, the cfg80211 workqueue and > new ssh sessions pile up behind it and the machine has to be reset