Merge branch 'arm64-jit-fixes'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 27 Nov 2018 01:34:25 +0000 (17:34 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 27 Nov 2018 01:34:25 +0000 (17:34 -0800)
commitfdac315d705a97e9edff1a40889fefd2df594422
treeeaa5f5849390692a575aa95280313f41b5475ebe
parent69500127424cd90ff2cf8191256b2ac3b0a4af56
parent8c11ea5ce13da0252fc92f91e90b0cb0c8fe5619
Merge branch 'arm64-jit-fixes'

Daniel Borkmann says:

====================
This set contains a fix for arm64 BPF JIT. First patch generalizes
ppc64 way of retrieving subprog into bpf_jit_get_func_addr() as core
code and uses the same on arm64 in second patch. Tested on both arm64
and ppc64.
====================

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