All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: wireless-2023-06-14
@ 2023-06-14  7:55 Johannes Berg
  2023-06-15  5:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2023-06-14  7:55 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-15  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14  7:55 pull-request: wireless-2023-06-14 Johannes Berg
2023-06-15  5:30 ` patchwork-bot+netdevbpf

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.