On 3/8/22 12:41, Hyeonggon Yoo wrote: > Now that kmalloc() and kmalloc_node() do same job, make kmalloc() > wrapper of kmalloc_node(). > > Remove kmalloc_trace() that is now unused. This patch makes slab You mean remove kmem_cache_alloc_trace(). > allocator use kmalloc_node tracepoints in kmalloc(). > > Signed-off-by: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx> Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>