OSDN Git Service

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)
commitddd0010392d9cbcb95b53d11b7cafc67b373ab56
tree6ea1ff41b80269bbfa521da95c7fddb16b785d24
parent68e813aa43071377b698c662bc0214f2a833bcbb
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