]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-jit-cleanups'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 15 May 2018 02:11:46 +0000 (19:11 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 15 May 2018 02:11:46 +0000 (19:11 -0700)
commit45a16a84eacfca1fee4135088edd8398e2bd1699
tree0febd11729744b0eb50eae2ba198d80f7a6d05ac
parentcd458c481ee558977f338a72d28dc52c60b0679d
parent3eed17dab206e97be03a9718967f9814982b2d52
Merge branch 'bpf-jit-cleanups'

Daniel Borkmann says:

====================
This series follows up mostly with with some minor cleanups on top
of 'Move ld_abs/ld_ind to native BPF' as well as implements better
32/64 bit immediate load into register and saves tail call init on
cBPF for the arm64 JIT. Last but not least we add a couple of test
cases. For details please see individual patches. Thanks!

v1 -> v2:
  - Minor fix in i64_i16_blocks() to remove 24 shift.
  - Added last two patches.
  - Added Acks from prior round.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>