]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/net: fixes psock_fanout eBPF test case
authorPrashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Thu, 15 Feb 2018 00:19:26 +0000 (09:19 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Feb 2018 20:43:04 +0000 (15:43 -0500)
commitb22b3c8e885cb0e156b78ff86bfb34dea5b889b2
tree6ea1ff41b80269bbfa521da95c7fddb16b785d24
parent7c0240be49fc32bab0a8738406622bf6ba12a40a
selftests/net: fixes psock_fanout eBPF test case

eBPF test fails due to verifier failure because log_buf is too small.
Fixed by increasing log_buf size

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/psock_fanout.c