Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
authorDavid S. Miller <davem@davemloft.net>
Mon, 26 Apr 2021 01:02:32 +0000 (18:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Apr 2021 01:02:32 +0000 (18:02 -0700)
commit5f6c2f536de648ac31564d8c413337ff4f7af93a
tree37360317224f4d60619976d284b66aa7a9ddf08a
parentb2f0ca00e6b34bd57c9298a869ea133699e8ec39
parent350a62ca065be252ababc43a7c96f8aca390a18f
Merge git://git./linux/kernel/git/bpf/bpf-next

Alexei Starovoitov says:

====================
pull-request: bpf-next 2021-04-23

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

We've added 69 non-merge commits during the last 22 day(s) which contain
a total of 69 files changed, 3141 insertions(+), 866 deletions(-).

The main changes are:

1) Add BPF static linker support for extern resolution of global, from Andrii.

2) Refine retval for bpf_get_task_stack helper, from Dave.

3) Add a bpf_snprintf helper, from Florent.

4) A bunch of miscellaneous improvements from many developers.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/bpf.h
include/linux/skmsg.h
include/net/sock.h
kernel/bpf/inode.c
kernel/bpf/verifier.c
net/core/dev.c
net/ipv4/tcp_bpf.c