summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/thead/th1520.dtsi
diff options
context:
space:
mode:
authorPuranjay Mohan <puranjay12@gmail.com>2023-08-31 16:12:29 +0300
committerPalmer Dabbelt <palmer@rivosinc.com>2023-09-06 16:26:07 +0300
commit48a8f78c50bd6f7f08fd40daa62252fd043f2f18 (patch)
treead26a3315aca1638541a551bfa8c097ece5acced /arch/riscv/boot/dts/thead/th1520.dtsi
parentcad539baa48ff257b598000a90db2b7edd4b2dd5 (diff)
downloadlinux-48a8f78c50bd6f7f08fd40daa62252fd043f2f18.tar.xz
bpf, riscv: use prog pack allocator in the BPF JIT
Use bpf_jit_binary_pack_alloc() for memory management of JIT binaries in RISCV BPF JIT. The bpf_jit_binary_pack_alloc creates a pair of RW and RX buffers. The JIT writes the program into the RW buffer. When the JIT is done, the program is copied to the final RX buffer with bpf_jit_binary_pack_finalize. Implement bpf_arch_text_copy() and bpf_arch_text_invalidate() for RISCV JIT as these functions are required by bpf_jit_binary_pack allocator. Signed-off-by: Puranjay Mohan <puranjay12@gmail.com> Reviewed-by: Song Liu <song@kernel.org> Reviewed-by: Pu Lehui <pulehui@huawei.com> Acked-by: Björn Töpel <bjorn@kernel.org> Tested-by: Björn Töpel <bjorn@rivosinc.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/r/20230831131229.497941-5-puranjay12@gmail.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/boot/dts/thead/th1520.dtsi')
0 files changed, 0 insertions, 0 deletions