mbox series

pull-request: wireless-2024-12-10

Message ID 20241210130145.28618-3-johannes@sipsolutions.net
State New
Headers show
Series pull-request: wireless-2024-12-10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-12-10

Message

Johannes Berg Dec. 10, 2024, 1:01 p.m. UTC
Hi,

For now, we have a reasonably small number of fixes :)
FWIW our tree was based on -rc1 but net only pulled it
later, but it should now pull only wireless into net.

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

Thanks,
johannes



The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-12-10

for you to fetch changes up to f1d3334d604cc32db63f6e2b3283011e02294e54:

  wifi: cfg80211: sme: init n_channels before channels[] access (2024-12-06 10:45:22 +0100)

----------------------------------------------------------------
A small set of fixes:
 - avoid CSA warnings during link removal
   (by changing link bitmap after remove)
 - fix # of spatial streams initialisation
 - fix queues getting stuck in some CSA cases
   and resume failures
 - fix interface address when switching monitor mode
 - fix MBSS change flags 32-bit stack corruption
 - more UBSAN __counted_by "fixes" ...
 - fix link ID netlink validation

----------------------------------------------------------------
Aditya Kumar Singh (1):
      wifi: cfg80211: clear link ID from bitmap during link delete after clean up

Benjamin Lin (1):
      wifi: mac80211: fix station NSS capability initialization order

Emmanuel Grumbach (2):
      wifi: mac80211: wake the queues in case of failure in resume
      wifi: mac80211: fix a queue stall in certain cases of CSA

Felix Fietkau (1):
      wifi: mac80211: fix vif addr when switching from monitor to station

Haoyu Li (2):
      wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beacon
      wifi: cfg80211: sme: init n_channels before channels[] access

Issam Hamdi (1):
      wifi: mac80211: fix mbss changed flags corruption on 32 bit systems

Lin Ma (1):
      wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one

 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |  2 +-
 include/net/mac80211.h                            |  7 ++--
 net/mac80211/cfg.c                                | 17 +++++---
 net/mac80211/ieee80211_i.h                        | 49 ++++++++++++++++++-----
 net/mac80211/iface.c                              | 23 ++++-------
 net/mac80211/mesh.c                               |  6 +--
 net/mac80211/mlme.c                               |  2 -
 net/mac80211/util.c                               | 26 +++---------
 net/wireless/nl80211.c                            |  2 +-
 net/wireless/sme.c                                |  1 +
 net/wireless/util.c                               |  3 +-
 11 files changed, 76 insertions(+), 62 deletions(-)