pull-request: ath-current-20250608
Jeff Johnson
jeff.johnson at oss.qualcomm.com
Sun Jun 8 10:07:49 PDT 2025
The following changes since commit 1b98f357dadd6ea613a435fbaef1a5dd7b35fd21:
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-05-28 15:24:36 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-current-20250608
for you to fetch changes up to f3fe49dbddd73f0155a8935af47cb63693069dbe:
wifi: ath12k: fix uaf in ath12k_core_init() (2025-06-07 07:41:50 -0700)
----------------------------------------------------------------
ath.git updates for v6.16-rc2
Fix a handful of both build and stability issues across multiple drivers.
----------------------------------------------------------------
Baochen Qiang (8):
wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()
wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()
wifi: ath11k: don't wait when there is no vdev started
wifi: ath11k: move some firmware stats related functions outside of debugfs
wifi: ath11k: adjust unlock sequence in ath11k_update_stats_event()
wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats()
wifi: ath11k: consistently use ath11k_mac_get_fw_stats()
wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850
Caleb Connolly (1):
ath10k: snoc: fix unbalanced IRQ enable in crash recovery
Jeff Johnson (1):
wifi: ath12k: Fix hal_reo_cmd_status kernel-doc
Loic Poulain (1):
wifi: ath10k: Avoid vdev delete timeout when firmware is already down
Miaoqing Pan (1):
wifi: ath12k: fix uaf in ath12k_core_init()
Rodrigo Gobbi (1):
wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_ready
Sebastian Gottschall (1):
wil6210: fix support for sparrow chipsets
drivers/net/wireless/ath/ath10k/mac.c | 33 ++++--
drivers/net/wireless/ath/ath10k/snoc.c | 4 +-
drivers/net/wireless/ath/ath11k/core.c | 29 +++---
drivers/net/wireless/ath/ath11k/core.h | 4 +-
drivers/net/wireless/ath/ath11k/debugfs.c | 148 +++------------------------
drivers/net/wireless/ath/ath11k/debugfs.h | 10 +-
drivers/net/wireless/ath/ath11k/mac.c | 127 +++++++++++++++--------
drivers/net/wireless/ath/ath11k/mac.h | 4 +-
drivers/net/wireless/ath/ath11k/wmi.c | 49 +++++++--
drivers/net/wireless/ath/ath12k/core.c | 10 +-
drivers/net/wireless/ath/ath12k/hal.h | 3 +-
drivers/net/wireless/ath/ath12k/hw.c | 6 ++
drivers/net/wireless/ath/ath12k/hw.h | 2 +
drivers/net/wireless/ath/ath12k/pci.c | 6 +-
drivers/net/wireless/ath/ath12k/pci.h | 4 +-
drivers/net/wireless/ath/wil6210/interrupt.c | 26 +++--
16 files changed, 228 insertions(+), 237 deletions(-)
More information about the ath11k
mailing list