Hi Dave, So here's a first set of fixes for the current rc cycle, really nothing major, though the network namespace locking fix is something a few people have been running into. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 13832ae2755395b2585500c85b64f5109a44227e: mptcp: fix ADD_ADDR HMAC in case port is specified (2021-03-15 16:43:01 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-03-17 for you to fetch changes up to 239729a21e528466d02f5558936306ffa9314ad1: wireless/nl80211: fix wdev_id may be used uninitialized (2021-03-16 21:20:47 +0100) ---------------------------------------------------------------- First round of fixes for 5.12-rc: * HE (802.11ax) elements can be extended, handle that * fix locking in network namespace changes that was broken due to the RTNL-redux work * various other small fixes ---------------------------------------------------------------- Brian Norris (1): mac80211: Allow HE operation to be longer than expected. Daniel Phan (1): mac80211: Check crypto_aead_encrypt for errors Jarod Wilson (1): wireless/nl80211: fix wdev_id may be used uninitialized Johannes Berg (3): mac80211: fix rate mask reset mac80211: minstrel_ht: remove unused variable 'mg' nl80211: fix locking for wireless device netns change Karthikeyan Kathirvel (1): mac80211: choose first enabled channel for monitor Markus Theil (1): mac80211: fix double free in ibss_leave net/mac80211/aead_api.c | 5 +++-- net/mac80211/aes_gmac.c | 5 +++-- net/mac80211/cfg.c | 4 ++-- net/mac80211/ibss.c | 2 ++ net/mac80211/main.c | 13 ++++++++++++- net/mac80211/mlme.c | 2 +- net/mac80211/rc80211_minstrel_ht.c | 2 -- net/mac80211/util.c | 2 +- net/wireless/nl80211.c | 12 ++++++++---- 9 files changed, 32 insertions(+), 15 deletions(-)