[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <f25f46bd-27cb-2182-2551-2887757c1e0f@solarflare.com>
Date: Tue, 22 Aug 2017 14:17:44 +0100
From: Edward Cree <ecree@...arflare.com>
To: <davem@...emloft.net>,
Alexei Starovoitov <alexei.starovoitov@...il.com>,
Alexei Starovoitov <ast@...com>,
Daniel Borkmann <daniel@...earbox.net>
CC: <netdev@...r.kernel.org>,
iovisor-dev <iovisor-dev@...ts.iovisor.org>
Subject: [PATCH net-next 0/4] bpf: verifier fixes
Fix a couple of bugs introduced in my recent verifier patches.
Patch #3 does slightly increase the insn count on bpf_lxc.o, but only by
about a hundred insns (i.e. 0.2%).
Alexei Starovoitov (1):
selftests/bpf: add a test for a pruning bug in the verifier
Edward Cree (3):
bpf/verifier: remove varlen_map_value_access flag
bpf/verifier: when pruning a branch, ignore its write marks
bpf/verifier: document liveness analysis
include/linux/bpf_verifier.h | 14 +++++-
kernel/bpf/verifier.c | 78 +++++++++++++++++------------
tools/testing/selftests/bpf/test_verifier.c | 28 +++++++++++
3 files changed, 87 insertions(+), 33 deletions(-)
Powered by blists - more mailing lists