Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 01:14:25 +0000 (18:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 01:14:25 +0000 (18:14 -0700)
commit88343fbe5a137e2ad19cf35887d2733b9cc5cb02
tree05c2a8e95df7935fb34a5a74b18280767a202dec
parent6200e00e112ce2d17b066a20dd2476d9aecbefa6
parentf2ac54ebf85615a6d78f5eb213a8bbeeb17ebe5d
Merge tag 'wireless-2023-10-18' of git://git./linux/kernel/git/wireless/wireless

Johannes Berg says:

====================
A few more fixes:
 * prevent value bounce/glitch in rfkill GPIO probe
 * fix lockdep report in rfkill
 * fix error path leak in mac80211 key handling
 * use system_unbound_wq for wiphy work since it
   can take longer

* tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
  net: rfkill: reduce data->mtx scope in rfkill_fop_open
  net: rfkill: gpio: prevent value glitch during probe
  wifi: mac80211: fix error path key leak
  wifi: cfg80211: use system_unbound_wq for wiphy work
====================

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