]> git.baikalelectronics.ru Git - kernel.git/commit
packet: fix tp_reserve race in packet_set_ring
authorWillem de Bruijn <willemb@google.com>
Thu, 10 Aug 2017 16:41:58 +0000 (12:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Aug 2017 16:52:12 +0000 (09:52 -0700)
commit67ca10227fec06aa4dfd0c7b12fedbe48dc70d7f
tree3602b8aeb2cc349ba954d4ff17028d364e395c56
parent0d83c404ccc6ad9cf52c493d2804f05782e0b297
packet: fix tp_reserve race in packet_set_ring

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: 81e9289b6da4 ("packet: add PACKET_RESERVE sockopt")
Reported-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c