Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Fri, 20 Dec 2024 15:22:18 +0000 you wrote: > Commit 82c1f13de315 ("selftests/bpf: Add more stats into veristat") > introduced new stats, added by default in the CSV output, that were not > added to parse_stat_value, used in parse_stats_csv which is used in > comparison mode. Thus it broke comparison mode altogether making it fail > with "Unrecognized stat #7" and EINVAL. > > One quirk is that PROG_TYPE and ATTACH_TYPE have been transformed to > strings using libbpf_bpf_prog_type_str and libbpf_bpf_attach_type_str > respectively. Since we might not want to compare those string values, we > just skip the parsing in this patch. We might want to translate it back > to the enum value or compare the string value directly. > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: fix veristat comp mode with new stats https://git.kernel.org/bpf/bpf-next/c/9468f39ba478 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html