]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb3b3a6dab996b45c7cd789576c3c6715fdd08ae2
treeeaa5f5849390692a575aa95280313f41b5475ebe
parentf516d3bf145ce0a2ba7cfe6982704a7c0c094477
parent080d9ed36053fe4f320ebde00b4364799b737b9c
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>