On Tue, May 13, 2014 at 9:58 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > > Fix build when CONFIG_NET is not enabled. > Fixes these build errors: > > WARNING: "sk_unattached_filter_destroy" [lib/test_bpf.ko] undefined! > WARNING: "kfree_skb" [lib/test_bpf.ko] undefined! > WARNING: "sk_unattached_filter_create" [lib/test_bpf.ko] undefined! > WARNING: "sk_run_filter_int_skb" [lib/test_bpf.ko] undefined! > WARNING: "__alloc_skb" [lib/test_bpf.ko] undefined! > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> ohh. yes. sorry about that. Acked-by: Alexei Starovoitov <ast@xxxxxxxxxxxx> > --- > lib/Kconfig.debug | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20140513.orig/lib/Kconfig.debug > +++ linux-next-20140513/lib/Kconfig.debug > @@ -1639,7 +1639,7 @@ config TEST_USER_COPY > config TEST_BPF > tristate "Test BPF filter functionality" > default n > - depends on m > + depends on m && NET > help > This builds the "test_bpf" module that runs various test vectors > against the BPF interpreter or BPF JIT compiler depending on the > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html