From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: [GIT PULL] wireless-2026-02-25
Date: Wed, 25 Feb 2026 12:30:47 +0100 [thread overview]
Message-ID: <20260225113159.360574-3-johannes@sipsolutions.net> (raw)
Hi,
So for some reason a whole bunch of fixes came in recently,
including quite a few (potential) crashes and similar. Most
even are long-standing issues.
Please pull and let us know if there's any problem.
Thanks,
johannes
The following changes since commit 8bf22c33e7a172fbc72464f4cc484d23a6b412ba:
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-02-19 10:39:08 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2026-02-25
for you to fetch changes up to 017c1792525064a723971f0216e6ef86a8c7af11:
wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame() (2026-02-24 10:03:10 +0100)
----------------------------------------------------------------
A good number of fixes:
- cfg80211:
- cancel rfkill work appropriately
- fix radiotap parsing to correctly reject field 18
- fix wext (yes...) off-by-one for IGTK key ID
- mac80211:
- fix for mesh NULL pointer dereference
- fix for stack out-of-bounds (2 bytes) write on
specific multi-link action frames
- set default WMM parameters for all links
- mwifiex: check dev_alloc_name() return value correctly
- libertas: fix potential timer use-after-free
- brcmfmac: fix crash on probe failure
----------------------------------------------------------------
Ariel Silver (1):
wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration
Chen-Yu Tsai (1):
wifi: mwifiex: Fix dev_alloc_name() return value check
Daniel Hodges (1):
wifi: libertas: fix use-after-free in lbs_free_adapter()
Daniil Dulov (1):
wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
Johannes Berg (2):
wifi: cfg80211: wext: fix IGTK key ID off-by-one
wifi: radiotap: reject radiotap with unknown bits
Marek Szyprowski (1):
wifi: brcmfmac: Fix potential kernel oops when probe fails
Ramanathan Choodamani (1):
wifi: mac80211: set default WMM parameters on all links
Vahagn Vardanian (1):
wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 7 +++----
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 7 ++++---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.h | 2 +-
drivers/net/wireless/marvell/libertas/main.c | 4 ++--
drivers/net/wireless/marvell/mwifiex/cfg80211.c | 2 +-
net/mac80211/link.c | 2 ++
net/mac80211/mesh.c | 3 +++
net/mac80211/mlme.c | 3 +++
net/wireless/core.c | 1 +
net/wireless/radiotap.c | 4 ++--
net/wireless/wext-compat.c | 2 +-
11 files changed, 23 insertions(+), 14 deletions(-)
next reply other threads:[~2026-02-25 11:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 11:30 Johannes Berg [this message]
2026-02-26 3:57 ` [GIT PULL] wireless-2026-02-25 Jakub Kicinski
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=20260225113159.360574-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox