From: Daniel Borkmann <daniel@iogearbox.net>
To: ast@kernel.org
Cc: netdev@vger.kernel.org, Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH bpf 0/2] Two bpf fixes
Date: Fri, 15 Jun 2018 02:30:46 +0200 [thread overview]
Message-ID: <20180615003048.3219-1-daniel@iogearbox.net> (raw)
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
next reply other threads:[~2018-06-15 0:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 0:30 Daniel Borkmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180615003048.3219-1-daniel@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=ast@kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).