netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] bpf: verifier improvements
@ 2017-01-09 18:19 Alexei Starovoitov
  2017-01-09 18:19 ` [PATCH net-next 1/5] bpf: split check_mem_access logic for map values Alexei Starovoitov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alexei Starovoitov @ 2017-01-09 18:19 UTC (permalink / raw)
  To: David S . Miller; +Cc: Daniel Borkmann, Gianluca Borello, Josef Bacik, netdev

A number of bpf verifier improvements from Gianluca.
See individual patches for details.

Alexei Starovoitov (1):
  bpf: rename ARG_PTR_TO_STACK

Gianluca Borello (4):
  bpf: split check_mem_access logic for map values
  bpf: allow helpers access to map element values
  bpf: allow adjusted map element values to spill
  bpf: allow helpers access to variable memory

 include/linux/bpf.h                         |  12 +-
 kernel/bpf/helpers.c                        |   4 +-
 kernel/bpf/verifier.c                       | 212 +++++--
 kernel/trace/bpf_trace.c                    |  20 +-
 net/core/filter.c                           |  40 +-
 tools/testing/selftests/bpf/test_verifier.c | 947 ++++++++++++++++++++++++++++
 6 files changed, 1131 insertions(+), 104 deletions(-)

-- 
2.8.0

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

end of thread, other threads:[~2017-01-09 21:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-09 18:19 [PATCH net-next 0/5] bpf: verifier improvements Alexei Starovoitov
2017-01-09 18:19 ` [PATCH net-next 1/5] bpf: split check_mem_access logic for map values Alexei Starovoitov
2017-01-09 18:19 ` [PATCH net-next 2/5] bpf: allow helpers access to map element values Alexei Starovoitov
2017-01-09 18:19 ` [PATCH net-next 3/5] bpf: allow adjusted map element values to spill Alexei Starovoitov
2017-01-09 18:19 ` [PATCH net-next 4/5] bpf: allow helpers access to variable memory Alexei Starovoitov
2017-01-09 18:19 ` [PATCH net-next 5/5] bpf: rename ARG_PTR_TO_STACK Alexei Starovoitov
2017-01-09 21:56 ` [PATCH net-next 0/5] bpf: verifier improvements 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).