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:
90b9a54
)
llc: Fix race condition in llc_ui_recvmsg
author
Radu Iliescu
<radui@bricsys.com>
Thu, 19 Jan 2012 03:57:57 +0000
(
03:57
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 24 Jan 2012 20:33:19 +0000
(15:33 -0500)
There is a race on sk_receive_queue between llc_ui_recvmsg and
sock_queue_rcv_skb.
Our current solution is to protect skb_eat in llc_ui_recvmsg
with the queue spinlock.
Signed-off-by: Radu Iliescu <riliescu@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/llc/af_llc.c
patch
|
blob
|
history
diff --cc
net/llc/af_llc.c
Simple merge