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(-)

Comments

bot+bpf-ci@kernel.org July 21, 2024, 8:35 a.m. UTC | #1
Dear patch submitter,

CI has tested the following submission:
Status:     SUCCESS
Name:       [bpf-next,v1,0/2] selftests/bpf: Add support for MIPS systems
Patchwork:  https://patchwork.kernel.org/project/netdevbpf/list/?series=872744&state=*
Matrix:     https://github.com/kernel-patches/bpf/actions/runs/10026705403

No further action is necessary on your part.


Please note: this email is coming from an unmonitored mailbox. If you have
questions or feedback, please reach out to the Meta Kernel CI team at
kernel-ci@meta.com.
Tony Ambardar July 23, 2024, 12:13 a.m. UTC | #2
From: Tony Ambardar <tony.ambardar@gmail.com>

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

v1->v2:
 - improve CFLAGS handling per Andrii's suggestion

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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)