netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] BPF fix with regards to unlocking
@ 2017-02-21 15:09 Daniel Borkmann
  2017-02-21 15:09 ` [PATCH net-next 1/2] arch: add ARCH_HAS_SET_MEMORY config Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Borkmann @ 2017-02-21 15:09 UTC (permalink / raw)
  To: davem; +Cc: ast, labbott, eric.dumazet, willemb, netdev, Daniel Borkmann

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

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

end of thread, other threads:[~2017-02-21 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-21 15:09 [PATCH net-next 0/2] BPF fix with regards to unlocking Daniel Borkmann
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

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).