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>