Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> writes: > Now that PTR_TO_MEM can be invalidated due to skb going away, we must > take care to be more careful in regsafe regarding state pruning. While > ref_obj_id comparison will ensure that incorrect pruning is prevented, > since we attach ref_obj_id of skb to the PTR_TO_MEM emanating from it, > it is nonetheless clearer to also compare the dynptr_id as well. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]