Re: [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()

From: Vlastimil Babka
Date: Mon Apr 25 2022 - 11:05:20 EST


On 4/14/22 10:57, Hyeonggon Yoo wrote:
> Make kmalloc_track_caller() wrapper of kmalloc_node_track_caller().

Looks like there's an immediate benefit of SLUB not throwing away the caller
pointer anymore in case of kmalloc_large().

> Signed-off-by: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>