diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2018-06-29 00:34:57 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-06-29 20:47:35 +0300 |
commit | 18d405af30bf6506bf2fc49056de7691c949812e (patch) | |
tree | 0028d4fd98fbeb4a29c9809b1e9a0c434325e18b /arch/s390/net | |
parent | 4c79579b44b1876444f4d04de31c1a37098a0350 (diff) | |
download | linux-18d405af30bf6506bf2fc49056de7691c949812e.tar.xz |
bpf, arm32: fix to use bpf_jit_binary_lock_ro api
Any eBPF JIT that where its underlying arch supports ARCH_HAS_SET_MEMORY
would need to use bpf_jit_binary_{un,}lock_ro() pair instead of the
set_memory_{ro,rw}() pair directly as otherwise changes to the former
might break. arm32's eBPF conversion missed to change it, so fix this
up here.
Fixes: 39c13c204bb1 ("arm: eBPF JIT compiler")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'arch/s390/net')
0 files changed, 0 insertions, 0 deletions