mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
libbpf: define __uptr.
Make __uptr available to BPF programs to enable them to define uptrs. Acked-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Kui-Feng Lee <thinker.li@gmail.com> Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20241023234759.860539-8-martin.lau@linux.dev Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
parent
ba512b00e5
commit
7aa12b8d9f
@ -185,6 +185,7 @@ enum libbpf_tristate {
|
|||||||
#define __kptr_untrusted __attribute__((btf_type_tag("kptr_untrusted")))
|
#define __kptr_untrusted __attribute__((btf_type_tag("kptr_untrusted")))
|
||||||
#define __kptr __attribute__((btf_type_tag("kptr")))
|
#define __kptr __attribute__((btf_type_tag("kptr")))
|
||||||
#define __percpu_kptr __attribute__((btf_type_tag("percpu_kptr")))
|
#define __percpu_kptr __attribute__((btf_type_tag("percpu_kptr")))
|
||||||
|
#define __uptr __attribute__((btf_type_tag("uptr")))
|
||||||
|
|
||||||
#if defined (__clang__)
|
#if defined (__clang__)
|
||||||
#define bpf_ksym_exists(sym) ({ \
|
#define bpf_ksym_exists(sym) ({ \
|
||||||
|
Loading…
Reference in New Issue
Block a user