]> git.baikalelectronics.ru Git - kernel.git/commit
riscv, bpf: Provide RISC-V specific JIT image alloc/free
authorBjörn Töpel <bjorn.topel@gmail.com>
Mon, 16 Dec 2019 09:13:40 +0000 (10:13 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 19 Dec 2019 15:03:31 +0000 (16:03 +0100)
commitcc7513a830e6026fc089babb4a458df68913e82c
tree83de14e24c5f18b8d1197c815df60556471a37f6
parent808ff4e3f5a29ff0b9c1cf09d736b9abb56f4e86
riscv, bpf: Provide RISC-V specific JIT image alloc/free

This commit makes sure that the JIT images is kept close to the kernel
text, so BPF calls can use relative calling with auipc/jalr or jal
instead of loading the full 64-bit address and jalr.

The BPF JIT image region is 128 MB before the kernel text.

Signed-off-by: Björn Töpel <bjorn.topel@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20191216091343.23260-7-bjorn.topel@gmail.com
arch/riscv/include/asm/pgtable.h
arch/riscv/net/bpf_jit_comp.c