Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Mon, 23 May 2022 08:20:44 -0700 you wrote: > Latest llvm-project upstream had a change of behavior > related to qualifiers on function return type ([1]). > This caused selftests btf_dump/btf_dump failure. > The following example shows what changed. > > $ cat t.c > typedef const char * const (* const (* const fn_ptr_arr2_t[5])())(char * (*)(int)); > struct t { > int a; > fn_ptr_arr2_t l; > }; > int foo(struct t *arg) { > return arg->a; > } > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: fix btf_dump/btf_dump due to recent clang change https://git.kernel.org/bpf/bpf-next/c/4050764cbaa2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html