]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: bpf: Fix eBPF's exception tables
authorJisheng Zhang <jszhang@kernel.org>
Mon, 10 Jan 2022 16:52:08 +0000 (00:52 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 19 Jan 2022 18:50:02 +0000 (10:50 -0800)
commit05dcf42744b95de932cc34fe28b1153a58c3cc64
tree783d56bf40d5db37fc5a36a00407fa56c67ae67d
parent075fc60063ce6a0f275b6217f0b593f3aec4a955
riscv: bpf: Fix eBPF's exception tables

eBPF's exception tables needs to be modified to relative synchronously.

Suggested-by: Tong Tiangen <tongtiangen@huawei.com>
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Fixes: 9aa50aea7e5b ("riscv: switch to relative extable and other improvements")
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/net/bpf_jit_comp64.c