Re: [PATCH RFC net-next 00/14] BPF syscall, maps, verifier, samples

2014-07-02 Thread Kees Cook
On Tue, Jul 1, 2014 at 12:18 AM, Daniel Borkmann wrote: > On 07/01/2014 01:09 AM, Kees Cook wrote: >> >> On Fri, Jun 27, 2014 at 5:05 PM, Alexei Starovoitov >> wrote: >>> >>> Hi All, >>> >>> this patch set demonstrates the potential of eBPF. >>> >>> First patch "net: filter: split filter.c into t

Re: [PATCH RFC net-next 00/14] BPF syscall, maps, verifier, samples

2014-07-01 Thread Daniel Borkmann
On 07/01/2014 01:09 AM, Kees Cook wrote: On Fri, Jun 27, 2014 at 5:05 PM, Alexei Starovoitov wrote: Hi All, this patch set demonstrates the potential of eBPF. First patch "net: filter: split filter.c into two files" splits eBPF interpreter out of networking into kernel/bpf/. The goal for BPF

Re: [PATCH RFC net-next 00/14] BPF syscall, maps, verifier, samples

2014-06-30 Thread Kees Cook
On Fri, Jun 27, 2014 at 5:05 PM, Alexei Starovoitov wrote: > Hi All, > > this patch set demonstrates the potential of eBPF. > > First patch "net: filter: split filter.c into two files" splits eBPF > interpreter > out of networking into kernel/bpf/. The goal for BPF subsystem is to be usable > in