[PATCH net-next 2/2] net: filter: split BPF out of core networking

2014-05-31 Thread Alexei Starovoitov
seccomp selects BPF only instead of whole NET Other BPF users (like tracing filters) will select BPF only too Signed-off-by: Alexei Starovoitov --- arch/Kconfig |3 ++- net/Kconfig|4 net/Makefile |2 +- net/bpf/core.c | 21 + 4 files changed, 28

[PATCH net-next 2/2] net: filter: split BPF out of core networking

2014-05-31 Thread Alexei Starovoitov
seccomp selects BPF only instead of whole NET Other BPF users (like tracing filters) will select BPF only too Signed-off-by: Alexei Starovoitov a...@plumgrid.com --- arch/Kconfig |3 ++- net/Kconfig|4 net/Makefile |2 +- net/bpf/core.c | 21 + 4