]> git.baikalelectronics.ru Git - 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)
commitd10c486ede39bfcde2b4d20260df448679fe128f
tree07ecdbd7810e448e3b744c0ef143480a6c4e129d
parent0d90a462cd807c59ea62257e27babcb8fd5bd2f5
parent0745b5cd9a7f5fc74fb2a0601a59c25f3a553c05
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>