[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180116235150.28651-1-jakub.kicinski@netronome.com>
Date: Tue, 16 Jan 2018 15:51:44 -0800
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: daniel@...earbox.net, alexei.starovoitov@...il.com
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH bpf-next 0/6] bpf: various fixes and improvements
Hi!
This series combines a number of random improvements ranging from
libbpf to nfp driver. NFP patches make better use of the verifier
log. There is a requested adjustment to the map offload code, and
a warning fix for a W=1 build to the disassembler. Quentin also
fixes the libbpf program type detection, while Jiong allows the use
of libbfd compiled from source.
Jakub Kicinski (3):
bpf: offload: make bpf_offload_dev_match() reject host+host case
bpf: annotate bpf_insn_print_t with __printf
nfp: bpf: print map lookup problems into verifier log
Jiong Wang (1):
tools: bpftool: add -DPACKAGE when including bfd.h
Quentin Monnet (2):
libbpf: fix string comparison for guessing eBPF program type
nfp: bpf: reject program on instructions unknown to the JIT compiler
drivers/net/ethernet/netronome/nfp/bpf/jit.c | 5 +++++
drivers/net/ethernet/netronome/nfp/bpf/main.h | 1 +
drivers/net/ethernet/netronome/nfp/bpf/verifier.c | 20 ++++++++++++++------
kernel/bpf/disasm.h | 4 ++--
kernel/bpf/offload.c | 4 +---
tools/bpf/bpftool/Makefile | 2 +-
tools/build/feature/Makefile | 2 +-
tools/lib/bpf/libbpf.c | 2 +-
8 files changed, 26 insertions(+), 14 deletions(-)
--
2.15.1
Powered by blists - more mailing lists