This series of patches is aiming to enhance skb/urb management at rtl818x. The first patch of the series fixes data race in rtl8187_tx_cb() by acquiring the queue lock before any work with the queue is done. The second patch of the series enhances data race protection by killing URBs before clearing skb queue, thus preventing callbacks from referencing an already freed skb. Daniil Dulov (2): rtl818x: Fix potential data race in rtl8187_tx_cb() rtl818x: Kill URBs before clearing tx status queue .../net/wireless/realtek/rtl818x/rtl8187/dev.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -- 2.34.1