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)
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>
1  2 
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

Simple merge
@@@ -403,8 -404,9 +404,8 @@@ static inline void sk_psock_cork_free(s
  static inline void sk_psock_restore_proto(struct sock *sk,
                                          struct sk_psock *psock)
  {
 -      sk->sk_prot->unhash = psock->saved_unhash;
        if (psock->psock_update_sk_prot)
-               psock->psock_update_sk_prot(sk, true);
+               psock->psock_update_sk_prot(sk, psock, true);
  }
  
  static inline void sk_psock_set_state(struct sk_psock *psock,
Simple merge
Simple merge
Simple merge
diff --cc net/core/dev.c
Simple merge
Simple merge