[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200511123305.417D8C43636@smtp.codeaurora.org>
Date: Mon, 11 May 2020 12:33:05 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: Rakesh Pillai <pillair@...eaurora.org>
Cc: ath10k@...ts.infradead.org, linux-wireless@...r.kernel.org,
linux-kernel@...r.kernel.org,
Rakesh Pillai <pillair@...eaurora.org>
Subject: Re: [PATCH v2] ath10k: Remove msdu from idr when management pkt send
fails
Rakesh Pillai <pillair@...eaurora.org> wrote:
> Currently when the sending of any management pkt
> via wmi command fails, the packet is being unmapped
> freed in the error handling. But the idr entry added,
> which is used to track these packet is not getting removed.
>
> Hence, during unload, in wmi cleanup, all the entries
> in IDR are removed and the corresponding buffer is
> attempted to be freed. This can cause a situation where
> one packet is attempted to be freed twice.
>
> Fix this error by rmeoving the msdu from the idr
> list when the sending of a management packet over
> wmi fails.
>
> Tested HW: WCN3990
> Tested FW: WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1
>
> Fixes: 1807da49733e ("ath10k: wmi: add management tx by reference support over wmi")
> Signed-off-by: Rakesh Pillai <pillair@...eaurora.org>
> Signed-off-by: Kalle Valo <kvalo@...eaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
c730c477176a ath10k: Remove msdu from idr when management pkt send fails
--
https://patchwork.kernel.org/patch/11528409/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists