Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller authored

Daniel Borkmann says:

====================
pull-request: bpf-next 2019-07-09

The following pull-request contains BPF updates for your *net-next* tree.

The main changes are:

1) Lots of libbpf improvements: i) addition of new APIs to attach BPF
   programs to tracing entities such as {k,u}probes or tracepoints,
   ii) improve specification of BTF-defined maps by eliminating the
   need for data initialization for some of the members, iii) addition
   of a high-level API for setting up and polling perf buffers for
   BPF event output helpers, all from Andrii.

2) Add "prog run" subcommand to bpftool in order to test-run programs
   through the kernel testing infrastructure of BPF, from Quentin.

3) Improve verifier for BPF sockaddr programs to support 8-byte stores
   for user_ip6 and msg_src_ip6 members given clang tends to generate
   such stores, from Stanislav.

4) Enable the new BPF JIT zero-extension optimization for further
   riscv64 ALU ops, from Luke.

5) Fix a bpftool json JIT dump crash on powerpc, from Jiri.

6) Fix an AF_XDP race in generic XDP's receive path, from Ilya.

7) Various smaller fixes from Ilya, Yue and Arnd.
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
17ccf9e3
Name Last commit Last update
Documentation ipv6: Support multipath hashing on inner IP pkts
LICENSES LICENSES: Rename other to deprecated
arch bpf, riscv: Enable zext optimization for more RV64G ALU ops
block block: fix page leak when merging to same page
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
crypto treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
drivers net: pasemi: fix an use-after-free in pasemi_mac_phy_init()
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
init Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
ipc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
kernel bpf: cgroup: Fix build error without CONFIG_NET
lib blackhole_dev: add a selftest
mm treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
usr user/Makefile: Fix typo and capitalization in comment section
virt Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.