Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Sat, 21 Nov 2020 01:55:09 +0000 you wrote: > The current implementation uses a number of gotos to implement a loop > and different paths within the loop, which makes the code less readable > than it would be with an explicit while-loop. This patch also replaces a > chain of if/if-elses keyed on the same expression with a switch > statement. > > No change in behaviour is intended. > > [...] Here is the summary with links: - [bpf-next,v2] bpf: Refactor check_cfg to use a structured loop. https://git.kernel.org/bpf/bpf-next/c/59e2e27d227a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html