We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf4578 commit 5e67b8eCopy full SHA for 5e67b8e
include/linux/btf_ids.h
@@ -265,5 +265,6 @@ MAX_BTF_TRACING_TYPE,
265
};
266
267
extern u32 btf_tracing_ids[];
268
+extern u32 bpf_cgroup_btf_id[];
269
270
#endif
kernel/bpf/cgroup_iter.c
@@ -157,7 +157,7 @@ static const struct seq_operations cgroup_iter_seq_ops = {
157
.show = cgroup_iter_seq_show,
158
159
160
-BTF_ID_LIST_SINGLE(bpf_cgroup_btf_id, struct, cgroup)
+BTF_ID_LIST_GLOBAL_SINGLE(bpf_cgroup_btf_id, struct, cgroup)
161
162
static int cgroup_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux)
163
{
0 commit comments