]> 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>
Tue, 27 Nov 2018 17:52:05 +0000 (09:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Nov 2018 17:52:05 +0000 (09:52 -0800)
commitebb5db1287c000446fe7d611a3f77d15a7bd03b1
treeb7013eec3efdf782371a429bbfa698b2cc5d43d4
parent0ea496784325036b4ea04af00f4192869cf2a96b
parentbc2265bc891eaed24b06da5b131892be4a31d2ae
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-11-27

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

The main changes are:

1) Fix several bugs in BPF sparc JIT, that is, convergence for fused
   branches, initialization of frame pointer register, and moving all
   arguments into output registers from input registers in prologue
   to fix BPF to BPF calls, from David.

2) Fix a bug in arm64 JIT for fetching BPF to BPF call addresses where
   they are not guaranteed to fit into imm field and therefore must be
   retrieved through prog aux data, from Daniel.

3) Explicitly add all JITs to MAINTAINERS file with developers able to
   help out in feature development, fixes, review, etc.
====================

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