Re: [PATCH next 3/3] blackhole_dev: add a selftest

2019-06-27 Thread महेश बंडेवार
On Thu, Jun 27, 2019 at 11:08 AM David Miller wrote: > > From: Mahesh Bandewar > Date: Fri, 21 Jun 2019 17:45:39 -0700 > > > --- a/tools/testing/selftests/net/Makefile > > +++ b/tools/testing/selftests/net/Makefile > > @@ -4,8 +4,9 @@ > > CFLAGS = -Wall -Wl,--no-as-needed -O2 -g > > CFLAGS +=

Re: [PATCH next 3/3] blackhole_dev: add a selftest

2019-06-27 Thread David Miller
From: Mahesh Bandewar Date: Fri, 21 Jun 2019 17:45:39 -0700 > --- a/tools/testing/selftests/net/Makefile > +++ b/tools/testing/selftests/net/Makefile > @@ -4,8 +4,9 @@ > CFLAGS = -Wall -Wl,--no-as-needed -O2 -g > CFLAGS += -I../../../../usr/include/ > > +<<< HEAD > TEST_PROGS := run_net

[PATCH next 3/3] blackhole_dev: add a selftest

2019-06-21 Thread Mahesh Bandewar
Since this is not really a device with all capabilities, this test ensures that it has *enough* to make it through the data path without causing unwanted side-effects (read crash!). Signed-off-by: Mahesh Bandewar --- lib/Kconfig.debug | 9 ++ lib/Makefile