On Mon, Nov 22, 2021 at 3:57 PM Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> wrote: > > Alexei pointed out that we can use BPF_REG_0 which already contains imm > from move_blob2blob computation. Note that we now compare the second > insn's imm, but this should not matter, since both will be zeroed out > for the error case for the insn populated earlier. > > Suggested-by: Alexei Starovoitov <ast@xxxxxxxxxx> > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>