Hi Dave, And in addition, I also have a couple of fixes for net. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 36a44bcdd8df092d76c11bc213e81c5817d4e302: Merge branch 'bnxt_en-shutdown-and-kexec-kdump-related-fixes' (2020-02-20 16:05:42 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-02-24 for you to fetch changes up to 253216ffb2a002a682c6f68bd3adff5b98b71de8: mac80211: rx: avoid RCU list traversal under mutex (2020-02-24 10:42:38 +0100) ---------------------------------------------------------------- A few fixes: * remove a double mutex-unlock * fix a leak in an error path * NULL pointer check * include if_vlan.h where needed * avoid RCU list traversal when not under RCU ---------------------------------------------------------------- Andrei Otcheretianski (1): mac80211: Remove a redundant mutex unlock Johannes Berg (3): nl80211: fix potential leak in AP start cfg80211: check reg_rule for NULL in handle_channel_custom() nl80211: explicitly include if_vlan.h Madhuparna Bhowmik (1): mac80211: rx: avoid RCU list traversal under mutex net/mac80211/mlme.c | 6 +----- net/mac80211/rx.c | 2 +- net/wireless/nl80211.c | 5 +++-- net/wireless/reg.c | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-)