Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub/scm...
authorJakub Kicinski <kuba@kernel.org>
Wed, 3 Feb 2021 02:40:41 +0000 (18:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Feb 2021 02:40:42 +0000 (18:40 -0800)
commit0256317a61514add6f3d0187e438ef527d7577b4
treeee78ac8bec4525355ef3e3b7686d483124a84b6a
parent390d9b565e77a3583a7b5671176c56cc1f686828
parent40c575d1ec71f7a61c73ba1603a69650c130559c
Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git./linux/kernel/git/jberg/mac80211-next

Johannes Berg says:

====================
This time, only RTNL locking reduction fallout.
 - cfg80211_dev_rename() requires RTNL
 - cfg80211_change_iface() and cfg80211_set_encryption()
   require wiphy mutex (was missing in wireless extensions)
 - cfg80211_destroy_ifaces() requires wiphy mutex
 - netdev registration can fail due to notifiers, and then
   notifiers are "unrolled", need to handle this properly

* tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next:
  cfg80211: fix netdev registration deadlock
  cfg80211: call cfg80211_destroy_ifaces() with wiphy lock held
  wext: call cfg80211_set_encryption() with wiphy lock held
  wext: call cfg80211_change_iface() with wiphy lock held
  nl80211: call cfg80211_dev_rename() under RTNL
====================

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