Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Mon, 4 Apr 2022 15:09:44 +0100 you wrote: > The script for checking that various lists of types in bpftool remain in > sync with the UAPI BPF header uses a regex to parse enum bpf_prog_type. > If this enum contains a set of values different from the list of program > types in bpftool, it complains. > > This script should have reported the addition, some time ago, of the new > BPF_PROG_TYPE_SYSCALL, which was not reported to bpftool's program types > list. It failed to do so, because it failed to parse that new type from > the enum. This is because the new value, in the BPF header, has an > explicative comment on the same line, and the regex does not support > that. > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync https://git.kernel.org/bpf/bpf-next/c/4eeebce6ac4a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html