mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 09:41:03 +02:00
The arm64 ABI selftests fail to compile due to missing include paths for kernel headers, causing errors like incomplete type struct sock_filter and implicit BPF macro declarations. Add $(KHDR_INCLUDES) and -I$(top_srcdir)/tools/include to CFLAGS to resolve the header search path. Also remove the hardcoded __NR_write macro and include <asm/unistd.h> to obtain the correct syscall number. Fixes: |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| hwcap.c | ||
| Makefile | ||
| ptrace.c | ||
| seccomp_ptrace_x0_bypass.c | ||
| seccomp_ret_trace_x0_bypass.c | ||
| syscall-abi-asm.S | ||
| syscall-abi.c | ||
| syscall-abi.h | ||
| tpidr2.c | ||