mbox series

[ath-next,v2,0/4] wifi: ath12k: Fix multicast memory leak in tx path

Message ID 20250408061343.2774345-1-praneesh.p@oss.qualcomm.com
Headers show
Series wifi: ath12k: Fix multicast memory leak in tx path | expand

Message

P Praneesh April 8, 2025, 6:13 a.m. UTC
Address the memory leak caused by extended skb allocation observed during
multicast transmission in this series.

---
v2:
	- Rebased on top of TOT.
---

P Praneesh (4):
  wifi: ath12k: Handle error cases during extended skb allocation
  wifi: ath12k: Refactor tx descriptor handling in tx completion handler
  wifi: ath12k: Fix memory leak during extended skb allocation
  wifi: ath12k: Use skb->len for dma_unmap_single() length parameter

 drivers/net/wireless/ath/ath12k/dp.c    | 10 ++-
 drivers/net/wireless/ath/ath12k/dp.h    |  7 ++
 drivers/net/wireless/ath/ath12k/dp_tx.c | 87 ++++++++++++++-----------
 3 files changed, 64 insertions(+), 40 deletions(-)


base-commit: ac17b1211841c98a9b4c2900ba2a7f457c80cf90