Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Sat, 11 Mar 2023 02:19:55 +0000 (18:19 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 11 Mar 2023 02:19:55 +0000 (18:19 -0800)
commit27c30b9b449aaee3b85006b63e08b33016cf7333
treeb7f250bca337d17aab5ef2febad2f550bc1a0f2a
parent71582371a5ee09272b4b4b0a07fa6eb78c9d2f90
parent96c069508377547f913e7265a80fffe9355de592
Merge tag 'wireless-2023-03-10' of git://git./linux/kernel/git/wireless/wireless

Johannes Berg says:

====================
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

* tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
  wifi: cfg80211: fix MLO connection ownership
  wifi: mac80211: check basic rates validity
  wifi: nl80211: fix puncturing bitmap policy
  wifi: nl80211: fix NULL-ptr deref in offchan check
====================

Link: https://lore.kernel.org/r/20230310114647.35422-1-johannes@sipsolutions.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>