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

2014-06-01 Thread Ingo Molnar
* Alexei Starovoitov wrote: > This patch set splits BPF out of core networking into generic component > net: filter: split filter.c into two files > net: filter: split BPF out of core networking > > arch/Kconfig |3 +- > include/linux/filter.h |2 + > net/Kconfig

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

2014-06-01 Thread Ingo Molnar
* Alexei Starovoitov a...@plumgrid.com wrote: This patch set splits BPF out of core networking into generic component net: filter: split filter.c into two files net: filter: split BPF out of core networking arch/Kconfig |3 +- include/linux/filter.h |2 +

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

2014-05-31 Thread Alexei Starovoitov
This patch set splits BPF out of core networking into generic component patch #1 splits filter.c into two logical pieces: generic BPF core and socket filters. It only moves functions around. No real changes. patch #2 adds hidden CONFIG_BPF that seccomp/tracing can select the split was proposed

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

2014-05-31 Thread Alexei Starovoitov
This patch set splits BPF out of core networking into generic component patch #1 splits filter.c into two logical pieces: generic BPF core and socket filters. It only moves functions around. No real changes. patch #2 adds hidden CONFIG_BPF that seccomp/tracing can select the split was proposed