On Mon, 2024-06-10 at 16:08 -0700, Alexei Starovoitov wrote: > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > __bpf_skc_lookup() safely handles incorrect values of tuple len, > hence we can allow zero to be passed as tuple len. > This patch alone doesn't make an observable verifier difference. > It's a trivial improvement that might simplify bpf programs. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- All seems correct. Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>