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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:52:40 +0000 (07:52 +0200)
commitb9cd90c15ea726247cec2097e67008e513d1ae03
tree9c7de560585ae95f54a8eb181766b4bb1a43ce6f
parent6ce50075628803a1f248b19ea06a258a4ae48b35
selftests/net: fixes psock_fanout eBPF test case

[ Upstream commit ddd0010392d9cbcb95b53d11b7cafc67b373ab56 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/net/psock_fanout.c