netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf 0/2] Two bpf fixes
@ 2018-06-15  0:30 Daniel Borkmann
  2018-06-15  0:30 ` [PATCH bpf 1/2] bpf: fix panic in prog load calls cleanup Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniel Borkmann @ 2018-06-15  0:30 UTC (permalink / raw)
  To: ast; +Cc: netdev, 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 +++++++++++++++++++++++++++++----------------
 kernel/bpf/core.c      | 69 +++++++++++++++++++++++++++++++++++++++++++++-----
 kernel/bpf/syscall.c   | 12 +++------
 3 files changed, 106 insertions(+), 38 deletions(-)

-- 
2.9.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-15 21:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-15  0:30 [PATCH bpf 0/2] Two bpf fixes Daniel Borkmann
2018-06-15  0:30 ` [PATCH bpf 1/2] bpf: fix panic in prog load calls cleanup Daniel Borkmann
2018-06-15 15:56   ` Martin KaFai Lau
2018-06-15  0:30 ` [PATCH bpf 2/2] bpf: reject any prog that failed read-only lock Daniel Borkmann
2018-06-15 16:51   ` Martin KaFai Lau
2018-06-15 19:31 ` [PATCH bpf 0/2] Two bpf fixes Alexei Starovoitov
2018-06-15 21:16   ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).