]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf0cf498546f2e5a12d9ffc65f2b380a317e90ef5
treeee78ac8bec4525355ef3e3b7686d483124a84b6a
parent96bc8124346123571a12ff3211ffdd7ae33c79ea
parentfb6e9cde59630140c6a8d09b36ca04dd8da3d880
Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub/scm/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>