summaryrefslogtreecommitdiff
path: root/net/wireless
diff options
context:
space:
mode:
authorBhagavathi Perumal S <bperumal@codeaurora.org>2019-04-16 12:54:40 +0530
committerJohannes Berg <johannes.berg@intel.com>2019-04-23 13:45:30 +0200
commitf1267cf3c01b12e0f843fb6a7450a7f0b2efab8a (patch)
tree61c56e84ac62fd4739c2e869f8713adbb30baa84 /net/wireless
parente9f33a8fee53c2d4bcdeec9a89478b4bf17bfbbc (diff)
mac80211: Fix kernel panic due to use of txq after free
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 <bperumal@codeaurora.org> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions