Bhagavathi Perumal S <[email protected]> writes: > The txq of vif is added to active_txqs list for ATF TXQ scheduling > in the function ieee80211_queue_skb(), but it was not properly removed > before freeing the txq object. It was causing use after free of the txq > objects from the active_txqs list, result was kernel panic > due to invalid memory access. > > Fix kernel invalid memory access by properly removing txq object > from active_txqs list before free the object. > > Signed-off-by: Bhagavathi Perumal S <[email protected]>
Nice catch, thanks! Acked-by: Toke Høiland-Jørgensen <[email protected]> This should probably have a fixes tag: Fixes: 1866760096bf ("mac80211: Add TXQ scheduling API") -Toke _______________________________________________ ath10k mailing list [email protected] http://lists.infradead.org/mailman/listinfo/ath10k
