From: Willem de Bruijn Date: Thu, 10 Aug 2017 16:41:58 +0000 (-0400) Subject: packet: fix tp_reserve race in packet_set_ring X-Git-Tag: v3.2.92~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f716035da0ad35d5a65668eb3c10aad6c439d7b;p=pandora-kernel.git packet: fix tp_reserve race in packet_set_ring commit c27927e372f0785f3303e8fad94b85945e2c97b7 upstream. Updates to tp_reserve can race with reads of the field in packet_set_ring. Avoid this by holding the socket lock during updates in setsockopt PACKET_RESERVE. This bug was discovered by syzkaller. Fixes: 8913336a7e8d ("packet: add PACKET_RESERVE sockopt") Reported-by: Andrey Konovalov Signed-off-by: Willem de Bruijn Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed