Re: [PATCH net-next v2] selftests/net: fixes psock_fanout eBPF test case

2018-02-15 Thread David Miller
From: Prashant Bhole Date: Thu, 15 Feb 2018 09:19:26 +0900 > eBPF test fails due to verifier failure because log_buf is too small. > Fixed by increasing log_buf size > > Signed-off-by: Prashant Bhole > --- > v2: log_buf is

Re: [PATCH net-next v2] selftests/net: fixes psock_fanout eBPF test case

2018-02-14 Thread Willem de Bruijn
On Wed, Feb 14, 2018 at 7:19 PM, Prashant Bhole wrote: > eBPF test fails due to verifier failure because log_buf is too small. > Fixed by increasing log_buf size > > Signed-off-by: Prashant Bhole Acked-by: Willem de Bruijn

[PATCH net-next v2] selftests/net: fixes psock_fanout eBPF test case

2018-02-14 Thread Prashant Bhole
eBPF test fails due to verifier failure because log_buf is too small. Fixed by increasing log_buf size Signed-off-by: Prashant Bhole --- v2: log_buf is statically allocated tools/testing/selftests/net/psock_fanout.c | 3 ++- 1 file changed, 2 insertions(+), 1