diff options
| author | Will Deacon <will@kernel.org> | 2026-08-14 10:16:13 +0000 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2026-08-14 10:16:13 +0000 |
| commit | ff505648cb732329b03cb33ccba58263eb7874b2 (patch) | |
| tree | 16ed41cbd3b1a581cec7db49762a884e1d68f595 /tools/include/linux | |
| parent | 824cbbf2e58feb1f8213359c91db8b866a0ad9df (diff) | |
| parent | 7a1f400ff5e57f41e23c8145a54ea084039b023c (diff) | |
Merge branch 'for-next/selftests' into for-next/core
* for-next/selftests:
tools: Ensure tools copy of linux/filter.h exports the UAPI
kselftest/arm64: Fix abi test compilation errors
kselftest/arm64: Don't write to P0 in irritator on SME only systems
kselftest/arm64: Add testcase for SECCOMP_RET_TRACE orig_x0 bypass
kselftest/arm64: Add seccomp ptrace x0 bypass test
kselftest/arm64: fp-ptrace: Fix checks for inactive SVE and SSVE regsets
Diffstat (limited to 'tools/include/linux')
| -rw-r--r-- | tools/include/linux/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/linux/filter.h b/tools/include/linux/filter.h index bcc6df79301a..4ead4e72097c 100644 --- a/tools/include/linux/filter.h +++ b/tools/include/linux/filter.h @@ -6,6 +6,7 @@ #define __TOOLS_LINUX_FILTER_H #include <linux/bpf.h> +#include <uapi/linux/filter.h> /* ArgX, context and stack frame pointer register positions. Note, * Arg1, Arg2, Arg3, etc are used as argument mappings of function |
