Re: [RFC PATCH v1 08/15] mm/sl[auo]b: cleanup kmalloc()
From: Vlastimil Babka
Date: Thu Mar 24 2022 - 13:43:33 EST
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>