Eric Dumazet
unread,Nov 28, 2015, 12:10:22 PM11/28/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sasha Levin, Vlad Yasevich, David S. Miller, Alexey Kuznetsov, Hideaki YOSHIFUJI, net...@vger.kernel.org, LKML, syzkaller
Very similar to a report sent earlier by Dmitry.
Bug probably added by :
commit 03485f2adcde0c2d4e9228b659be78e872486bbb
Author: Vlad Yasevich <
vyas...@gmail.com>
Date: Sat Jan 31 10:40:17 2015 -0500
udpv6: Add lockless sendmsg() support
This commit adds the same functionaliy to IPv6 that
commit 903ab86d195cca295379699299c5fc10beba31c7
Author: Herbert Xu <
her...@gondor.apana.org.au>
Date: Tue Mar 1 02:36:48 2011 +0000
udp: Add lockless transmit path
added to IPv4.
UDP transmit path can now run without a socket lock,
thus allowing multiple threads to send to a single socket
more efficiently.
This is only used when corking/MSG_MORE is not used.
Signed-off-by: Vladislav Yasevich <
vyas...@redhat.com>
Signed-off-by: David S. Miller <
da...@davemloft.net>