On Wed, Oct 23, 2024 at 09:19:16AM GMT, Andrii Nakryiko wrote: > We need `goto next_insn;` at the end of patching instead of `continue;`. > It currently works by accident by making verifier re-process patched > instructions. > > Reported-by: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx> > Fixes: 314a53623cd4 ("bpf: inline bpf_get_branch_snapshot() helper") > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Acked-by: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>