mbox series

[bpf-next,v1,0/2] selftests/bpf: Add support for MIPS systems

Message ID cover.1721541467.git.tony.ambardar@gmail.com (mailing list archive)
Headers show
Series selftests/bpf: Add support for MIPS systems | expand

Message

Tony Ambardar July 21, 2024, 7:50 a.m. UTC
Hello,

This series includes two fixes to support builds targeting MIPS systems.
The patches have been tested both with the kernel-patches/bpf CI and
locally using mips64el-gcc/musl-libc and QEMU with an OpenWrt rootfs.

Patch 1 adds support for MIPS system includes when compiling BPF.
Patch 2 fixes a MIPS GOT issue when linking uprobe_multi.

Feedback and suggestions for improvement are welcome!

Thanks,
Tony

Tony Ambardar (2):
  selftests/bpf: Add missing system defines for mips
  selftests/bpf: Fix error linking uprobe_multi on mips

 tools/testing/selftests/bpf/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)