From: Alexei Starovoitov <ast@xxxxxxxxxx> Date: Mon, 14 Oct 2019 12:06:20 -0700 > The following pull-request contains BPF updates for your *net-next* tree. > > 12 days of development and > 85 files changed, 1889 insertions(+), 1020 deletions(-) This is nice, do you have a script which generates this? > The main changes are: > > 1) auto-generation of bpf_helper_defs.h, from Andrii. > > 2) split of bpf_helpers.h into bpf_{helpers, helper_defs, endian, tracing}.h > and move into libbpf, from Andrii. > > 3) Track contents of read-only maps as scalars in the verifier, from Andrii. > > 4) small x86 JIT optimization, from Daniel. > > 5) cross compilation support, from Ivan. > > 6) bpf flow_dissector enhancements, from Jakub and Stanislav. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git Pulled, thanks. > Note there will be a conflict in tools/lib/bpf/Makefile > that should be resolved the way Stephen did in: > https://lore.kernel.org/lkml/20191014103232.09c09e53@xxxxxxxxxxxxxxxx/ Ok.