On Wed, 2025-07-02 at 10:11 -0700, Yonghong Song wrote: > In verifier.c, the following code patterns (in two places) > struct bpf_insn *patch = &insn_buf[0]; > can be simplified to > struct bpf_insn *patch = insn_buf; > which is easier to understand. > > Signed-off-by: Yonghong Song <yonghong.song@xxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]