Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 1 Oct 2020 17:04:51 -0700 you wrote: > When using -Werror=missing-braces, compiler complains about missing braces. > Let's use use ={} initialization which should do the job: > > tools/testing/selftests/bpf/prog_tests/sockmap_basic.c: In function 'test_sockmap_iter': > tools/testing/selftests/bpf/prog_tests/sockmap_basic.c:181:8: error: missing braces around initializer [-Werror=missing-braces] > union bpf_iter_link_info linfo = {0}; > ^ > tools/testing/selftests/bpf/prog_tests/sockmap_basic.c:181:8: error: (near initialization for 'linfo.map') [-Werror=missing-braces] > tools/testing/selftests/bpf/prog_tests/sockmap_basic.c: At top level: > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: properly initialize linfo in sockmap_basic https://git.kernel.org/bpf/bpf-next/c/48ca6243c6ad You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html