From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: ast@kernel.org, labbott@redhat.com, eric.dumazet@gmail.com,
willemb@google.com, netdev@vger.kernel.org,
Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH net-next 0/2] BPF fix with regards to unlocking
Date: Tue, 21 Feb 2017 16:09:32 +0100 [thread overview]
Message-ID: <cover.1487688093.git.daniel@iogearbox.net> (raw)
This set fixes the issue Eric was reporting recently [1].
First patch is a prerequisite discussed with Laura that is
needed for the later fix in the second one. I've tested this
extensively and it does not reproduce anymore on my side
after the fix. Thanks & sorry about that!
[1] https://www.spinics.net/lists/netdev/msg421877.html
Daniel Borkmann (2):
arch: add ARCH_HAS_SET_MEMORY config
bpf: fix unlocking of jited image when module ronx not set
arch/Kconfig | 4 ++++
arch/arm/Kconfig | 1 +
arch/arm64/Kconfig | 1 +
arch/arm64/net/bpf_jit_comp.c | 2 +-
arch/s390/Kconfig | 1 +
arch/s390/net/bpf_jit_comp.c | 2 +-
arch/x86/Kconfig | 1 +
arch/x86/net/bpf_jit_comp.c | 2 +-
include/linux/filter.h | 13 +++++++++++--
9 files changed, 22 insertions(+), 5 deletions(-)
--
1.9.3
next reply other threads:[~2017-02-21 15:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 15:09 Daniel Borkmann [this message]
2017-02-21 15:09 ` [PATCH net-next 1/2] arch: add ARCH_HAS_SET_MEMORY config Daniel Borkmann
2017-02-21 15:09 ` [PATCH net-next 2/2] bpf: fix unlocking of jited image when module ronx not set Daniel Borkmann
2017-02-21 16:32 ` Willem de Bruijn
2017-02-21 18:32 ` [PATCH net-next 0/2] BPF fix with regards to unlocking David Miller
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=cover.1487688093.git.daniel@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=ast@kernel.org \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=labbott@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=willemb@google.com \
/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).