Re: [PATCH net-next] bpfilter: fix build dependency

2018-05-24 Thread David Miller
From: Alexei Starovoitov Date: Wed, 23 May 2018 21:29:05 -0700 > BPFILTER could have been enabled without INET causing this build error: > ERROR: "bpfilter_process_sockopt" [net/bpfilter/bpfilter.ko] undefined! > > Fixes: d2ba09c17a06 ("net: add skeleton of bpfilter kernel module") > Reported-by

Re: [PATCH net-next] bpfilter: fix build dependency

2018-05-24 Thread Daniel Borkmann
On 05/24/2018 06:29 AM, Alexei Starovoitov wrote: > BPFILTER could have been enabled without INET causing this build error: > ERROR: "bpfilter_process_sockopt" [net/bpfilter/bpfilter.ko] undefined! > > Fixes: d2ba09c17a06 ("net: add skeleton of bpfilter kernel module") > Reported-by: Jakub Kicinsk

[PATCH net-next] bpfilter: fix build dependency

2018-05-23 Thread Alexei Starovoitov
BPFILTER could have been enabled without INET causing this build error: ERROR: "bpfilter_process_sockopt" [net/bpfilter/bpfilter.ko] undefined! Fixes: d2ba09c17a06 ("net: add skeleton of bpfilter kernel module") Reported-by: Jakub Kicinski Signed-off-by: Alexei Starovoitov --- net/bpfilter/Kcon