Re: [PATCH 17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c

From: Kees Cook
Date: Mon Nov 13 2023 - 23:46:43 EST


On Mon, Nov 13, 2023 at 08:13:58PM +0100, Vlastimil Babka wrote:
> This will eliminate a call between compilation units through
> __kmem_cache_alloc_node() and allow better inlining of the allocation
> fast path.
>
> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook