Hi Jakub, And for mac80211-next, I have only locking fixes right now. I'm happy that it otherwise seems to be fine though, now no new bugs have been reported for a few days. I might send some more things your way another day, but wanted to get the locking fixes out sooner. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit d1f3bdd4eaae1222063c2f309625656108815915: net: dsa: rtl8366rb: standardize init jam tables (2021-01-27 20:21:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-02-02 for you to fetch changes up to 40c575d1ec71f7a61c73ba1603a69650c130559c: cfg80211: fix netdev registration deadlock (2021-02-01 19:30:54 +0100) ---------------------------------------------------------------- This time, only RTNL locking reduction fallout. - cfg80211_dev_rename() requires RTNL - cfg80211_change_iface() and cfg80211_set_encryption() require wiphy mutex (was missing in wireless extensions) - cfg80211_destroy_ifaces() requires wiphy mutex - netdev registration can fail due to notifiers, and then notifiers are "unrolled", need to handle this properly ---------------------------------------------------------------- Johannes Berg (5): nl80211: call cfg80211_dev_rename() under RTNL wext: call cfg80211_change_iface() with wiphy lock held wext: call cfg80211_set_encryption() with wiphy lock held cfg80211: call cfg80211_destroy_ifaces() with wiphy lock held cfg80211: fix netdev registration deadlock include/net/cfg80211.h | 4 +++- net/wireless/core.c | 7 ++++++- net/wireless/nl80211.c | 2 +- net/wireless/wext-compat.c | 14 ++++++++++++-- 4 files changed, 22 insertions(+), 5 deletions(-)