linux-wireless.vger.kernel.org archive mirror
 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: wireless-2023-06-14
Date: Wed, 14 Jun 2023 09:55:01 +0200	[thread overview]
Message-ID: <20230614075502.11765-1-johannes@sipsolutions.net> (raw)

Hi,

I know it's getting late in the game, but there were still
a number of locking related fixes and some other things
coming in recently, so here they are.

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

Thanks,
johannes



The following changes since commit f7e60032c6618dfd643c7210d5cba2789e2de2e2:

  wifi: cfg80211: fix locking in regulatory disconnect (2023-06-06 14:51:32 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-06-14

for you to fetch changes up to f1a0898b5d6a77d332d036da03bad6fa9770de5b:

  wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regression (2023-06-14 09:05:51 +0200)

----------------------------------------------------------------
A couple of straggler fixes, mostly in the stack:
 * fix fragmentation for multi-link related elements
 * fix callback copy/paste error
 * fix multi-link locking
 * remove double-locking of wiphy mutex
 * transmit only on active links, not all
 * activate links in the correct order
 * don't remove links that weren't added
 * disable soft-IRQs for LQ lock in iwlwifi

----------------------------------------------------------------
Benjamin Berg (3):
      wifi: cfg80211: fix link del callback to call correct handler
      wifi: mac80211: take lock before setting vif links
      wifi: mac80211: fragment per STA profile correctly

Dan Carpenter (1):
      wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()

Hugh Dickins (1):
      wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regression

Ilan Peer (1):
      wifi: mac80211: Use active_links instead of valid_links in Tx

Johannes Berg (2):
      wifi: mac80211: fix link activation settings order
      wifi: cfg80211: remove links only on AP

 drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 12 ++++++------
 net/mac80211/cfg.c                          |  9 ++++++++-
 net/mac80211/ieee80211_i.h                  |  2 +-
 net/mac80211/link.c                         |  4 ++--
 net/mac80211/mlme.c                         |  5 +++--
 net/mac80211/tx.c                           |  6 +++---
 net/mac80211/util.c                         |  4 ++--
 net/wireless/rdev-ops.h                     |  6 +++---
 net/wireless/reg.c                          |  3 ---
 net/wireless/util.c                         |  9 ++++++++-
 10 files changed, 36 insertions(+), 24 deletions(-)


             reply	other threads:[~2023-06-14  7:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14  7:55 Johannes Berg [this message]
2023-06-15  5:30 ` pull-request: wireless-2023-06-14 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=20230614075502.11765-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).