Re: [PATCH ath-next 0/2] wifi: ath11k: dp rx sanity checks for invalid length in error paths
Rameshkumar Sundaram <[email protected]> Mon, 1 Jun 2026 18:46:07 +0530
| Newsgroups | org.infradead.lists.ath11k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 5/12/2026 7:53 AM, Miaoqing Pan wrote: > This patch series adds two defensive sanity checks in ath11k DP RX > handling to prevent invalid memory access when hardware/descriptor > contents are unexpected, especially in WBM error scenarios. > > Signed-off-by: Miaoqing Pan <[email protected]> > --- > Miaoqing Pan (2): > wifi: ath11k: fix invalid data access in ath11k_dp_rx_h_undecap_nwifi > wifi: ath11k: add MSDU length validation for TKIP MIC error > > drivers/net/wireless/ath/ath11k/dp_rx.c | 59 +++++++++++++++++++++++-- > 1 file changed, 56 insertions(+), 3 deletions(-) > > > base-commit: 7b25796f571fc09a7aa6fe7efb23edccd326917d Reviewed-by: Rameshkumar Sundaram <[email protected]>