Re: [PATCH] ath10k: Acquire tx_lock in tx error paths

2020-06-08 Thread Evan Green
On Mon, Jun 8, 2020 at 4:39 AM Kalle Valo wrote: > > Evan Green writes: > > > ath10k_htt_tx_free_msdu_id() has a lockdep assertion that htt->tx_lock > > is held. Acquire the lock in a couple of error paths when calling that > > function to ensure this c

[PATCH] ath10k: Acquire tx_lock in tx error paths

2020-06-04 Thread Evan Green
k: Add support for htt_data_tx_desc_64 descriptor") Signed-off-by: Evan Green --- drivers/net/wireless/ath/ath10k/htt_tx.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/htt_tx.c b/drivers/net/wireless/ath/ath10k/htt_tx.c index e9d12ea708b62..e8c