[PATCH ath-next v2 0/2] wifi: ath: Fix buffer overreads in CSA switch count event processing

Jeff Johnson posted 2 patches 4 hours ago
drivers/net/wireless/ath/ath11k/wmi.c | 21 +++++++++++++++++++--
drivers/net/wireless/ath/ath12k/wmi.c | 16 ++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
[PATCH ath-next v2 0/2] wifi: ath: Fix buffer overreads in CSA switch count event processing
Posted by Jeff Johnson 4 hours ago
Both ath11k and ath12k fail to properly sanitize the CSA switch count
event.

---
Changes in v2:
- Add Fixes: tags to both patches
- Carry forward the Reviewed-by: tags
- Link to v1: https://patch.msgid.link/20260723-ath12k_wmi_process_csa_switch_count_event-cleanup-v1-0-c01ef10bc6a3@oss.qualcomm.com

---
Jeff Johnson (2):
      wifi: ath12k: fix overreads in ath12k_wmi_process_csa_switch_count_event()
      wifi: ath11k: fix overreads in ath11k_wmi_process_csa_switch_count_event()

 drivers/net/wireless/ath/ath11k/wmi.c | 21 +++++++++++++++++++--
 drivers/net/wireless/ath/ath12k/wmi.c | 16 ++++++++++++++++
 2 files changed, 35 insertions(+), 2 deletions(-)
---
base-commit: 0ceb105245b5e57f803bdc0e79dc077fc06ff384
change-id: 20260716-ath12k_wmi_process_csa_switch_count_event-cleanup-7fb191b7d7d3