mbox series

pull-request: wireless-2023-06-14

Message ID 20230614075502.11765-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show
Series pull-request: wireless-2023-06-14 | expand

Pull-request

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

Message

Johannes Berg June 14, 2023, 7:55 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 15, 2023, 5:30 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 14 Jun 2023 09:55:01 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2023-06-14
    https://git.kernel.org/netdev/net/c/37cec6ed8dc5

You are awesome, thank you!