Re: [PATCH net 0/2] bpf fixes

2016-06-15 Thread David Miller
From: Alexei Starovoitov Date: Wed, 15 Jun 2016 18:25:37 -0700 > Fixes for two bpf bugs: > 1st bug reported by Sasha Goldshtein here: > https://github.com/iovisor/bcc/issues/570 > 2nd discovered by Daniel Borkmann by manual code analysis. > See patches for details. Series applied, thanks Alexei.

[PATCH net 0/2] bpf fixes

2016-06-15 Thread Alexei Starovoitov
Fixes for two bpf bugs: 1st bug reported by Sasha Goldshtein here: https://github.com/iovisor/bcc/issues/570 2nd discovered by Daniel Borkmann by manual code analysis. See patches for details. Alexei Starovoitov (2): bpf: fix matching of data/data_end in verifier bpf, trace: check event type i