Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bpf, docs: Add loongarch64 as arch supporting BPF JIT

As BPF JIT support for loongarch64 was added about one year ago
with commit 5dc615520c4d ("LoongArch: Add BPF JIT support"), it
is appropriate to add loongarch64 as arch supporting BPF JIT in
bpf and sysctl docs as well.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1695111937-19697-1-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

authored by

Tiezhu Yang and committed by
Martin KaFai Lau
ac0691c7 9220c3ef

+3 -2
+1
Documentation/admin-guide/sysctl/net.rst
··· 71 71 - s390x 72 72 - riscv64 73 73 - riscv32 74 + - loongarch64 74 75 75 76 And the older cBPF JIT supported on the following archs: 76 77
+2 -2
Documentation/networking/filter.rst
··· 650 650 651 651 Currently, the classic BPF format is being used for JITing on most 652 652 32-bit architectures, whereas x86-64, aarch64, s390x, powerpc64, 653 - sparc64, arm32, riscv64, riscv32 perform JIT compilation from eBPF 654 - instruction set. 653 + sparc64, arm32, riscv64, riscv32, loongarch64 perform JIT compilation 654 + from eBPF instruction set. 655 655 656 656 Testing 657 657 -------