summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSarika Sharma <sarika.sharma@oss.qualcomm.com>2025-09-30 14:45:50 +0530
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>2025-10-15 16:37:53 -0700
commit36f9edbb9d0fc36c865c74f3c1ad8e1261ad3981 (patch)
tree9c4bc1669f185f76f2aa58fd3a4d9dc3723df0ea /tools/perf/scripts/python/bin
parent596b911644cc19ecba0dbc9c92849fb59390e29a (diff)
downloadlinux-36f9edbb9d0fc36c865c74f3c1ad8e1261ad3981.tar.gz
linux-36f9edbb9d0fc36c865c74f3c1ad8e1261ad3981.zip
wifi: ath12k: Fix MSDU buffer types handling in RX error path
Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type packets. These packets are not parsed further due to a return check on packet type in ath12k_hal_desc_reo_parse_err(), but the associated skb is not freed. This may lead to kernel crashes and buffer leaks. Hence to fix, update the RX error handler to explicitly drop MSDU buffer type packets received on the REO exception ring. This prevents further processing of invalid packets and ensures stability in the RX error handling path. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.4.1-00199-QCAHKSWPL_SILICONZ-1 Fixes: d889913205cf ("wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices") Signed-off-by: Sarika Sharma <sarika.sharma@oss.qualcomm.com> Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com> Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com> Link: https://patch.msgid.link/20250930091551.3305312-2-sarika.sharma@oss.qualcomm.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions