]> 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>
Fri, 2 Mar 2018 02:42:07 +0000 (21:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:42:07 +0000 (21:42 -0500)
commitc11241ec5196a5f8e04bc7c6fb3ac591c55203ea
tree222a711e961168bfe5df800913c198fb167330de
parentce2e11d39699e139fc2f9d552ac8455f776b851f
parentb70e03ceb1983a884c505f3c5a8cb1d18305d634
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-02-28

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

The main changes are:

1) Add schedule points and reduce the number of loop iterations
   the test_bpf kernel module is performing in order to not hog
   the CPU for too long, from Eric.

2) Fix an out of bounds access in tail calls in the ppc64 BPF
   JIT compiler, from Daniel.

3) Fix a crash on arm64 on unaligned BPF xadd operations that
   could be triggered via interpreter and JIT, from Daniel.

Please not that once you merge net into net-next at some point, there
is a minor merge conflict in test_verifier.c since test cases had
been added at the end in both trees. Resolution is trivial: keep all
the test cases from both trees.
====================

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