Message ID | 20211209173604.1529864-1-yhs@fb.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next,1/5] compiler_types: define __user as __attribute__((btf_type_tag("user"))) | expand |
diff --git a/tools/testing/selftests/bpf/README.rst b/tools/testing/selftests/bpf/README.rst index 42ef250c7acc..eee6656de0e6 100644 --- a/tools/testing/selftests/bpf/README.rst +++ b/tools/testing/selftests/bpf/README.rst @@ -206,6 +206,7 @@ btf_tag test and Clang version The btf_tag selftest requires LLVM support to recognize the btf_decl_tag and btf_type_tag attributes. They are introduced in `Clang 14` [0_, 1_]. +The subtests ``btf_type_tag_user_{1, 2}`` also requires pahole version ``1.23``. Without them, the btf_tag selftest will be skipped and you will observe:
Specify pahole version requirement (1.23) for btf_tag subtests btf_type_tag_user_{1, 2}. Signed-off-by: Yonghong Song <yhs@fb.com> --- tools/testing/selftests/bpf/README.rst | 1 + 1 file changed, 1 insertion(+)