Skip to content
Commit aca5f58f authored by David S. Miller's avatar David S. Miller
Browse files

netpoll: Fix missing TXQ unlock and and OOPS.



The VLAN tag handling code in netpoll_send_skb_on_dev() has two problems.

1) It exits without unlocking the TXQ.

2) It then tries to queue a NULL skb to npinfo->txq.

Reported-by: default avatarAhmed Tamrawi <atamrawi@iastate.edu>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 469bdcef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment