lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251023180604.626946-3-johannes@sipsolutions.net>
Date: Thu, 23 Oct 2025 20:05:04 +0200
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: [GIT PULL] wireless-2025-10-23

Hi,

Sorry, I meant to send this earlier, but ... I guess other
things happened. Luckily none of the below seems really all
that urgent, most issues have been around for a while and
I'm not currently aware of anyone being affected too badly.

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

Thanks,
johannes



The following changes since commit 634ec1fc7982efeeeeed4a7688b0004827b43a21:

  Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-10-16 09:41:21 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-10-23

for you to fetch changes up to 69e4b75a5b90ef74300c283c0aafe8d41daf13a8:

  Merge tag 'iwlwifi-fixes-2025-10-19' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2025-10-20 13:58:10 +0200)

----------------------------------------------------------------
First set of fixes:
 - brcmfmac: long-standing crash when used w/o P2P
 - iwlwifi: fix for a use-after-free bug
 - mac80211: key tailroom accounting bug could leave
             allocation overhead and cause a warning
 - ath11k: add a missing platform,
           fix key flag operations
 - bcma: skip devices disabled in OF/DT
 - various (potential) memory leaks

----------------------------------------------------------------
Aloka Dixit (1):
      wifi: mac80211: reset FILS discovery and unsol probe resp intervals

Dan Carpenter (1):
      wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()

Dr. David Alan Gilbert (1):
      MAINTAINERS: wcn36xx: Add linux-wireless list

Emmanuel Grumbach (1):
      wifi: nl80211: call kfree without a NULL check

Gokul Sivakumar (1):
      wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode

Johannes Berg (3):
      Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath
      wifi: mac80211: fix key tailroom accounting leak
      Merge tag 'iwlwifi-fixes-2025-10-19' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next

Karthik M (1):
      wifi: ath12k: free skb during idr cleanup callback

Loic Poulain (1):
      wifi: ath10k: Fix memory leak on unsupported WMI command

Mark Pearson (1):
      wifi: ath11k: Add missing platform IDs for quirk table

Rafał Miłecki (1):
      bcma: don't register devices disabled in OF

Rameshkumar Sundaram (1):
      wifi: ath11k: avoid bit operation on key flags

 MAINTAINERS                                        |  1 +
 drivers/bcma/main.c                                |  6 +++
 drivers/net/wireless/ath/ath10k/wmi.c              |  1 +
 drivers/net/wireless/ath/ath11k/core.c             | 54 +++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/mac.c              | 10 ++--
 drivers/net/wireless/ath/ath12k/mac.c              | 34 +++++++-------
 .../broadcom/brcm80211/brcmfmac/cfg80211.c         |  3 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c | 28 ++++-------
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.h |  3 +-
 drivers/net/wireless/intel/iwlwifi/mld/link.c      |  5 +-
 net/mac80211/cfg.c                                 |  3 ++
 net/mac80211/key.c                                 | 11 +++--
 net/wireless/nl80211.c                             |  3 +-
 13 files changed, 106 insertions(+), 56 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ