On Wed, 2024-11-20 at 16:53 -0800, Kumar Kartikeya Dwivedi wrote: > There is possibility of sharing code between mark_dynptr_read and > mark_iter_read for updating liveness information of their stack slots. > Consolidate common logic into mark_stack_slot_obj_read function in > preparation for the next patch which needs the same logic for its own > stack slots. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>