Re: [PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
From: bot+bpf-ci
Date: Tue Apr 07 2026 - 05:03:36 EST
> diff --git a/kernel/bpf/btf.c b/kernel/bpf/btf.c
> index a62d78581207..daad28ae32e5 100644
> --- a/kernel/bpf/btf.c
> +++ b/kernel/bpf/btf.c
> @@ -7432,15 +7432,39 @@ int btf_struct_access(struct bpf_verifier_log *log,
[ ... ]
> + return true;
> }
This looks like a bug fix for btf_types_are_same() which was introduced
by commit 2ab3b3808eb1 ("bpf: Make BTF type match stricter for release
arguments"). Should this patch include a Fixes: tag?
Suggested tag:
Fixes: 2ab3b3808eb1 ("bpf: Make BTF type match stricter for release arguments")
---
AI reviewed your patch. Please fix the bug or email reply why it's not a bug.
See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md
CI run summary: https://github.com/kernel-patches/bpf/actions/runs/24072076699