Hi, For now in wireless we only have a few fixes for some recently reported (and mostly recently introduced) problems. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 44889ba56cbb3d51154660ccd15818bc77276696: Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2023-03-09 10:56:58 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-03-10 for you to fetch changes up to 96c069508377547f913e7265a80fffe9355de592: wifi: cfg80211: fix MLO connection ownership (2023-03-10 11:47:25 +0100) ---------------------------------------------------------------- Just a few fixes: * MLO connection socket ownership didn't work * basic rates validation was missing (reported by by a private syzbot instances) * puncturing bitmap netlink policy was completely broken * properly check chandef for NULL channel, it can be pointing to a chandef that's still uninitialized ---------------------------------------------------------------- Johannes Berg (4): wifi: nl80211: fix NULL-ptr deref in offchan check wifi: nl80211: fix puncturing bitmap policy wifi: mac80211: check basic rates validity wifi: cfg80211: fix MLO connection ownership net/mac80211/cfg.c | 21 +++++++++++---------- net/wireless/nl80211.c | 26 +++++++++++++++----------- 2 files changed, 26 insertions(+), 21 deletions(-)