mbox series

pull-request: wireless-2024-12-10

Message ID 20241210130145.28618-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit d02af27fa2e8156faf989a5ef7782e7b9a48e2de
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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success Errors and warnings before: 0 (+0) this patch: 0 (+0)
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 4 this patch: 4
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest warning net-next-2024-12-11--00-01 (tests: 764)

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

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 11, 2024, 2:50 a.m. UTC | #1
Hello:

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

On Tue, 10 Dec 2024 14:01:04 +0100 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-12-10
    https://git.kernel.org/netdev/net/c/d02af27fa2e8

You are awesome, thank you!