summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/core.c
diff options
context:
space:
mode:
authorPu Lehui <pulehui@huawei.com>2022-05-30 17:28:11 +0800
committerAndrii Nakryiko <andrii@kernel.org>2022-06-02 16:26:01 -0700
commit3cb70413041fdf028fa1ba3986fd0c6aec9e3dcb (patch)
treed7f7e7d0f727210af2bb60e582cc745cb39960b4 /kernel/bpf/core.c
parent2cd008522707a59bf38c1f45d5c654eddbb86c20 (diff)
downloadlinux-stable-3cb70413041fdf028fa1ba3986fd0c6aec9e3dcb.tar.gz
linux-stable-3cb70413041fdf028fa1ba3986fd0c6aec9e3dcb.tar.bz2
linux-stable-3cb70413041fdf028fa1ba3986fd0c6aec9e3dcb.zip
bpf, riscv: Support riscv jit to provide bpf_line_info
Add support for riscv jit to provide bpf_line_info. We need to consider the prologue offset in ctx->offset, but unlike x86 and arm64, ctx->offset of riscv does not provide an extra slot for the prologue, so here we just calculate the len of prologue and add it to ctx->offset at the end. Both RV64 and RV32 have been tested. Signed-off-by: Pu Lehui <pulehui@huawei.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20220530092815.1112406-3-pulehui@huawei.com
Diffstat (limited to 'kernel/bpf/core.c')
0 files changed, 0 insertions, 0 deletions