Re: [PATCH bpf 0/2] Two bpf fixes

2018-06-15 Thread Daniel Borkmann
On 06/15/2018 09:31 PM, Alexei Starovoitov wrote: > On Fri, Jun 15, 2018 at 02:30:46AM +0200, Daniel Borkmann wrote: >> First one is a panic I ran into while testing the second >> one where we got several syzkaller reports. Series here >> fixes both. >> >> Thanks! > > Applied, thanks. > > The sec

Re: [PATCH bpf 0/2] Two bpf fixes

2018-06-15 Thread Alexei Starovoitov
On Fri, Jun 15, 2018 at 02:30:46AM +0200, Daniel Borkmann wrote: > First one is a panic I ran into while testing the second > one where we got several syzkaller reports. Series here > fixes both. > > Thanks! Applied, thanks. The second patch looks dubious to me though. Nothing in the kernel tree

[PATCH bpf 0/2] Two bpf fixes

2018-06-14 Thread Daniel Borkmann
First one is a panic I ran into while testing the second one where we got several syzkaller reports. Series here fixes both. Thanks! Daniel Borkmann (2): bpf: fix panic in prog load calls cleanup bpf: reject any prog that failed read-only lock include/linux/filter.h | 63 +++