On 1/5/22 03:12, Roman Gushchin wrote: > On Tue, Jan 04, 2022 at 01:10:36AM +0100, Vlastimil Babka wrote: >> --- a/mm/kasan/report.c >> +++ b/mm/kasan/report.c >> @@ -249,7 +249,7 @@ static void print_address_description(void *addr, u8 tag) >> >> if (page && PageSlab(page)) { >> struct kmem_cache *cache = page->slab_cache; >> - void *object = nearest_obj(cache, page, addr); >> + void *object = nearest_obj(cache, page_slab(page), addr); > s/tab/space Yeah it was pointed out earlier that the tab was already there but only this change made it stand out. Fixing that up here would go against the automated spatch conversion, so it's done in later manual patch that also touches this line. >> 2.34.1 >> > > Reviewed-by: Roman Gushchin <guro@xxxxxx> > > Thanks! Thanks!