All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211-next 2021-02-02
Date: Tue,  2 Feb 2021 15:41:05 +0100	[thread overview]
Message-ID: <20210202144106.38207-1-johannes@sipsolutions.net> (raw)

Hi Jakub,

And for mac80211-next, I have only locking fixes right now. I'm
happy that it otherwise seems to be fine though, now no new bugs
have been reported for a few days.

I might send some more things your way another day, but wanted
to get the locking fixes out sooner.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit d1f3bdd4eaae1222063c2f309625656108815915:

  net: dsa: rtl8366rb: standardize init jam tables (2021-01-27 20:21:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-02-02

for you to fetch changes up to 40c575d1ec71f7a61c73ba1603a69650c130559c:

  cfg80211: fix netdev registration deadlock (2021-02-01 19:30:54 +0100)

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

----------------------------------------------------------------
Johannes Berg (5):
      nl80211: call cfg80211_dev_rename() under RTNL
      wext: call cfg80211_change_iface() with wiphy lock held
      wext: call cfg80211_set_encryption() with wiphy lock held
      cfg80211: call cfg80211_destroy_ifaces() with wiphy lock held
      cfg80211: fix netdev registration deadlock

 include/net/cfg80211.h     |  4 +++-
 net/wireless/core.c        |  7 ++++++-
 net/wireless/nl80211.c     |  2 +-
 net/wireless/wext-compat.c | 14 ++++++++++++--
 4 files changed, 22 insertions(+), 5 deletions(-)


             reply	other threads:[~2021-02-02 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02 14:41 Johannes Berg [this message]
2021-02-03  3:10 ` pull-request: mac80211-next 2021-02-02 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210202144106.38207-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.