Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Sun, 13 Nov 2022 15:52:17 -0500 you wrote: > GCC 11.3.0 fails to compile btf_dump.c due to the following error, > which seems to originate in btf_dump_struct_data where the returned > value would be uninitialized if btf_vlen returns zero. > > btf_dump.c: In function ‘btf_dump_dump_type_data’: > btf_dump.c:2363:12: error: ‘err’ may be used uninitialized in this function [-Werror=maybe-uninitialized] > 2363 | if (err < 0) > | ^ > > [...] Here is the summary with links: - libbpf: Fix uninitialized warning in btf_dump_dump_type_data https://git.kernel.org/bpf/bpf-next/c/dfd0afbf151d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html