]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2018 02:55:33 +0000 (22:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2018 02:55:33 +0000 (22:55 -0400)
commit25eb0ea7174c6e84f21fa59dccbddd0318b17b12
tree07ecdbd7810e448e3b744c0ef143480a6c4e129d
parent91a825290ca4eae88603bc811bf74a45f94a3f46
parent9c299a32ede98dc9faafb267034ed830a15304db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-04-25

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

The main changes are:

1) Fix to clear the percpu metadata_dst that could otherwise carry
   stale ip_tunnel_info, from William.

2) Fix that reduces the number of passes in x64 JIT with regards to
   dead code sanitation to avoid risk of prog rejection, from Gianluca.

3) Several fixes of sockmap programs, besides others, fixing a double
   page_put() in error path, missing refcount hold for pinned sockmap,
   adding required -target bpf for clang in sample Makefile, from John.

4) Fix to disable preemption in __BPF_PROG_RUN_ARRAY() paths, from Roman.

5) Fix tools/bpf/ Makefile with regards to a lex/yacc build error
   seen on older gcc-5, from John.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>