From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-2024-12-10
Date: Tue, 10 Dec 2024 14:01:04 +0100	[thread overview]
Message-ID: <20241210130145.28618-3-johannes@sipsolutions.net> (raw)

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

             reply	other threads:[~2024-12-10 13:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-10 13:01 Johannes Berg [this message]
2024-12-11  2:50 ` pull-request: wireless-2024-12-10 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=20241210130145.28618-3-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 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.