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)
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>

Trivial merge