On Sat, Aug 16, 2025 at 09:31:07AM +0530, Aboorva Devarajan wrote: >From: Donet Tom <[email protected]> > >In main(), the high address is stored in hptr, but for mark_range(), >the address passed is ptr, not hptr. Fixed this by changing ptr[i] to >hptr[i] in mark_range() function call. > >Fixes: b2a79f62133a ("selftests/mm: virtual_address_range: unmap chunks after >validation") >Co-developed-by: Aboorva Devarajan <[email protected]> >Signed-off-by: Aboorva Devarajan <[email protected]> >Reviewed-by: Dev Jain <[email protected]> >Acked-by: David Hildenbrand <[email protected]> >Reviewed-by: Zi Yan <[email protected]> >Signed-off-by: Donet Tom <[email protected]>
Reviewed-by: Wei Yang <[email protected]> -- Wei Yang Help you, Help me

