]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 05:50:50 +0000 (07:50 +0200)
commit66380cb5b98fd7ec5a4e774f755156d8d88fc33b
treee99ae42abbaa6c0546930a2ffa4f0c4c5bf38599
parent5a8e209b2d9b72c197d079ccb3787d706763d756
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