git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469bdce
)
netpoll: Fix missing TXQ unlock and and OOPS.
author
David S. Miller
<davem@davemloft.net>
Fri, 3 Jan 2014 00:50:52 +0000
(19:50 -0500)
committer
David S. Miller
<davem@davemloft.net>
Fri, 3 Jan 2014 00:50:52 +0000
(19:50 -0500)
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: Ahmed Tamrawi <atamrawi@iastate.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netpoll.c
patch
|
blob
|
history
diff --cc
net/core/netpoll.c
Simple merge