All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
@ 2024-11-04  5:00 Saket Kumar Bhaskar
  2024-11-04  5:00 ` [PATCH 1/3] libbpf: Fix accessing the syscall argument " Saket Kumar Bhaskar
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Saket Kumar Bhaskar @ 2024-11-04  5:00 UTC (permalink / raw)
  To: bpf, linux-kselftest, linux-kernel
  Cc: ast, hbathini, andrii, daniel, martin.lau, eddyz87, song,
	yonghong.song, john.fastabend, kpsingh, sdf, haoluo, jolsa, shuah,
	mykolal

Since, syscall wrapper is supported on powerpc with syscall
entry symbols as sys_*, changes done to fix selftests like 
test_bpf_syscall_macro, attach_probe/auto, etc.

Saket Kumar Bhaskar (3):
  libbpf: Fix accessing the syscall argument on powerpc
  libbpf: Remove powerpc prefix from syscall function names
  selftests/bpf: Define SYS_PREFIX for powerpc

 tools/lib/bpf/bpf_tracing.h                  |  9 +++++++--
 tools/lib/bpf/libbpf.c                       | 10 ++++++++--
 tools/testing/selftests/bpf/progs/bpf_misc.h |  3 +++
 3 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-01-16 23:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04  5:00 [PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc Saket Kumar Bhaskar
2024-11-04  5:00 ` [PATCH 1/3] libbpf: Fix accessing the syscall argument " Saket Kumar Bhaskar
2024-11-04  5:00 ` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names Saket Kumar Bhaskar
2024-11-08 18:43   ` Andrii Nakryiko
2024-11-20 14:52     ` Saket Kumar Bhaskar
2024-11-22  0:00       ` Andrii Nakryiko
2025-01-10 10:49         ` Saket Kumar Bhaskar
2025-01-10 22:29           ` Andrii Nakryiko
2025-01-11 19:53             ` Saket Kumar Bhaskar
2025-01-14 22:40               ` Andrii Nakryiko
2025-01-15 14:15                 ` Saket Kumar Bhaskar
2025-01-16 23:19                   ` Andrii Nakryiko
2024-11-04  5:00 ` [PATCH 3/3] selftests/bpf: Define SYS_PREFIX for powerpc Saket Kumar Bhaskar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.