[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181021000928.15705-1-daniel@iogearbox.net>
Date: Sun, 21 Oct 2018 02:09:22 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: alexei.starovoitov@...il.com
Cc: netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH bpf-next 0/6] Misc improvements and few minor fixes
Last batch of misc patches I had in queue: first one removes some left-over
bits from ULP, second is a fix in the verifier where we wrongly use register
number as type to fetch the string for the dump, third disables xadd on flow
keys and subsequent one removes the flow key type from check_helper_mem_access()
as they cannot be passed into any helper as of today. Next one lets map push,
pop, peek avoid having to go through retpoline, and last one has a couple of
minor fixes and cleanups for the ring buffer walk.
Thanks!
Daniel Borkmann (6):
ulp: remove uid and user_visible members
bpf, verifier: fix register type dump in xadd and st
bpf, verifier: reject xadd on flow key memory
bpf, verifier: remove unneeded flow key in check_helper_mem_access
bpf, verifier: avoid retpoline for map push/pop/peek operation
bpf, libbpf: simplify and cleanup perf ring buffer walk
include/net/tcp.h | 7 ---
kernel/bpf/verifier.c | 57 +++++++++++++++++++-----
net/tls/tls_main.c | 2 -
tools/bpf/bpftool/map_perf_ring.c | 10 +++--
tools/lib/bpf/libbpf.c | 67 +++++++++++++----------------
tools/lib/bpf/libbpf.h | 15 ++++---
tools/testing/selftests/bpf/test_verifier.c | 10 ++---
tools/testing/selftests/bpf/trace_helpers.c | 7 +--
8 files changed, 99 insertions(+), 76 deletions(-)
--
2.9.5
Powered by blists - more mailing lists