Hi Dave, So far we only have a few fixes for wireless, nothing really that important. However, over Easter I found an Easter egg in the form of some netlink validation and the policy export patches that I made a little more than a year ago (and then evidently forgot about). I'll send those once you reopen net-next, but wanted to already say that they will depend on pulling the FTM responder policy fix into that. Obviously this isn't at all urgent, but for that I'd appreciate if you could pull net (with this pull request included) into net-next at some point. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit e154659ba39a1c2be576aaa0a5bda8088d707950: mptcp: fix double-unlock in mptcp_poll (2020-04-12 21:04:08 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-04-15 for you to fetch changes up to 93e2d04a1888668183f3fb48666e90b9b31d29e6: mac80211: fix channel switch trigger from unknown mesh peer (2020-04-15 09:54:26 +0200) ---------------------------------------------------------------- A couple of fixes: * FTM responder policy netlink validation fix (but the only user validates again later) * kernel-doc fixes * a fix for a race in mac80211 radio registration vs. userspace * a mesh channel switch fix * a fix for a syzbot reported kasprintf() issue ---------------------------------------------------------------- Johannes Berg (1): nl80211: fix NL80211_ATTR_FTM_RESPONDER policy Lothar Rubusch (1): cfg80211: fix kernel-doc notation Sumit Garg (1): mac80211: fix race in ieee80211_register_hw() Tamizh chelvam (1): mac80211: fix channel switch trigger from unknown mesh peer Tuomas Tynkkynen (1): mac80211_hwsim: Use kstrndup() in place of kasprintf() drivers/net/wireless/mac80211_hwsim.c | 12 ++++++------ include/net/cfg80211.h | 10 ++++++++++ net/mac80211/main.c | 24 +++++++++++++----------- net/mac80211/mesh.c | 11 +++++++---- net/wireless/nl80211.c | 6 ++---- 5 files changed, 38 insertions(+), 25 deletions(-)