On Fri, 2025-01-31 at 11:28 -0800, Amery Hung wrote: > From: Amery Hung <amery.hung@xxxxxxxxxxxxx> > > Test struct_ops programs returning referenced kptr. When the return type > of a struct_ops operator is pointer to struct, the verifier should > only allow programs that return a scalar NULL or a non-local kptr with the > correct type in its unmodified form. > > Signed-off-by: Amery Hung <amery.hung@xxxxxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]