summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorPing-Ke Shih <pkshih@realtek.com>2025-10-21 21:33:56 +0800
committerPing-Ke Shih <pkshih@realtek.com>2025-10-28 09:47:55 +0800
commitf44a9b14a78f1e2e2c57dbc1f1e93889ad2f6ac0 (patch)
tree3d6df3ec17cfbb91aeeb7b65e6712f26df968703 /rust/alloc/collections/git@git.tavy.me:linux.git
parentb47d748110fd2c2911b59b169b10cc14fd5d3648 (diff)
wifi: rtw89: use skb_dequeue() for queued ROC packets to prevent racing
TX task can enqueue ROC skb, but other tasks dequeue the skb. Using skb_queue_walk_safe() without locking will cause potential racing. Use skb_dequeue() with lock instead. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20251021133402.15467-3-pkshih@realtek.com
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions