On Thu, 2024-12-05 at 14:31 -0800, Kumar Kartikeya Dwivedi wrote: > Ensure that pointers with off != 0 are never unmarked as PTR_MAYBE_NULL > when doing NULL checks, while pointers that have off == 0 continue > getting unmarked, and also unmark associated copies with same id but > possibly non-zero offset. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]