All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable 4.14 0/6] BPF stable patches
@ 2018-01-28 23:36 Daniel Borkmann
  2018-01-28 23:36 ` [PATCH stable 4.14 1/6] bpf: introduce BPF_JIT_ALWAYS_ON config Daniel Borkmann
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Daniel Borkmann @ 2018-01-28 23:36 UTC (permalink / raw)
  To: gregkh; +Cc: ast, stable, Daniel Borkmann

All for 4.14 backported and tested.

Thanks!

Alexei Starovoitov (2):
  bpf: introduce BPF_JIT_ALWAYS_ON config
  bpf: fix 32-bit divide by zero

Daniel Borkmann (3):
  bpf: avoid false sharing of map refcount with max_entries
  bpf: reject stores into ctx via st and xadd
  bpf, arm64: fix stack_depth tracking in combination with tail calls

Eric Dumazet (1):
  bpf: fix divides by zero

 arch/arm64/net/bpf_jit_comp.c               | 20 +++++++++-------
 include/linux/bpf.h                         | 21 ++++++++++++----
 init/Kconfig                                |  7 ++++++
 kernel/bpf/core.c                           | 23 ++++++++++++++++--
 kernel/bpf/verifier.c                       | 37 +++++++++++++++++++++++++++++
 lib/test_bpf.c                              | 11 +++++----
 net/core/filter.c                           | 10 ++++----
 net/core/sysctl_net_core.c                  |  6 +++++
 net/socket.c                                |  9 +++++++
 tools/testing/selftests/bpf/test_verifier.c | 29 ++++++++++++++++++++--
 10 files changed, 147 insertions(+), 26 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2018-01-29 20:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-28 23:36 [PATCH stable 4.14 0/6] BPF stable patches Daniel Borkmann
2018-01-28 23:36 ` [PATCH stable 4.14 1/6] bpf: introduce BPF_JIT_ALWAYS_ON config Daniel Borkmann
2018-01-29 12:20   ` Patch "bpf: introduce BPF_JIT_ALWAYS_ON config" has been added to the 4.14-stable tree gregkh
2018-01-28 23:36 ` [PATCH stable 4.14 2/6] bpf: avoid false sharing of map refcount with max_entries Daniel Borkmann
2018-01-29 12:20   ` Patch "bpf: avoid false sharing of map refcount with max_entries" has been added to the 4.14-stable tree gregkh
2018-01-28 23:36 ` [PATCH stable 4.14 3/6] bpf: fix divides by zero Daniel Borkmann
2018-01-29 12:20   ` Patch "bpf: fix divides by zero" has been added to the 4.14-stable tree gregkh
2018-01-28 23:36 ` [PATCH stable 4.14 4/6] bpf: fix 32-bit divide by zero Daniel Borkmann
2018-01-29 12:20   ` Patch "bpf: fix 32-bit divide by zero" has been added to the 4.14-stable tree gregkh
2018-01-28 23:36 ` [PATCH stable 4.14 5/6] bpf: reject stores into ctx via st and xadd Daniel Borkmann
2018-01-29 12:20   ` Patch "bpf: reject stores into ctx via st and xadd" has been added to the 4.14-stable tree gregkh
2018-01-28 23:36 ` [PATCH stable 4.14 6/6] bpf, arm64: fix stack_depth tracking in combination with tail calls Daniel Borkmann
2018-01-29 12:20   ` Patch "bpf, arm64: fix stack_depth tracking in combination with tail calls" has been added to the 4.14-stable tree gregkh
2018-01-29 12:21 ` [PATCH stable 4.14 0/6] BPF stable patches Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.