]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch
authorChenguang Zhao <zhaochenguang@kylinos.cn>
Fri, 28 Jul 2023 02:30:42 +0000 (10:30 +0800)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Mon, 2 Oct 2023 15:20:56 +0000 (17:20 +0200)
commit9fa05084bb0b19a21d8cb27f733d5d316df5d9ac
tree4b542a407f6c4e8a6544535902c743bfd6e7c8df
parent5f4fffba782c468b4091ca480dd13db66e9e67b0
LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch

BugLink: https://bugs.launchpad.net/bugs/2037005
commit de0e30bee86d0f99c696a1fea34474e556a946ec upstream.

Currently nettrace does not work on LoongArch due to missing
bpf_probe_read{,str}() support, with the error message:

     ERROR: failed to load kprobe-based eBPF
     ERROR: failed to load kprobe-based bpf

According to commit 0ebeea8ca8a4d1d ("bpf: Restrict bpf_probe_read{,
str}() only to archs where they work"), we only need to select
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE to add said support,
because LoongArch does have non-overlapping address ranges for kernel
and userspace.

Cc: stable@vger.kernel.org # 6.1
Signed-off-by: Chenguang Zhao <zhaochenguang@kylinos.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
arch/loongarch/Kconfig