On Mon, Jun 8, 2020 at 4:39 AM Kalle Valo <kvalo@xxxxxxxxxxxxxx> wrote: > > Evan Green <evgreen@xxxxxxxxxxxx> 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 condition is met. > > > > Fixes: 6421969f248fd ("ath10k: refactor tx pending management") > > Fixes: e62ee5c381c59 ("ath10k: Add support for htt_data_tx_desc_64 > > descriptor") > > Fixes tag should be in one line, I fixed that in the pending branch. Ah, got it. Thanks Kalle! -Evan