projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
146d8fe
9ac25fc
)
Merge branch 'sock_hold-misuses'
author
David S. Miller
<
[email protected]
>
Tue, 7 Mar 2017 22:06:15 +0000
(14:06 -0800)
committer
David S. Miller
<
[email protected]
>
Tue, 7 Mar 2017 22:06:15 +0000
(14:06 -0800)
Eric Dumazet says:
====================
net: fix possible sock_hold() misuses
skb_complete_wifi_ack() and skb_complete_tx_timestamp() currently
call sock_hold() on sockets that might have transitioned their sk_refcnt
to zero already.
====================
Signed-off-by: David S. Miller <
[email protected]
>
Trivial merge