Re: [PATCH v5 4/5] mm/slab: Refactor common ksize KASAN logic into slab_common.c

From: Christopher Lameter
Date: Mon Jul 08 2019 - 16:21:00 EST


On Mon, 8 Jul 2019, Marco Elver wrote:

> This refactors common code of ksize() between the various allocators
> into slab_common.c: __ksize() is the allocator-specific implementation
> without instrumentation, whereas ksize() includes the required KASAN
> logic.

Acked-by: Christoph Lameter <cl@xxxxxxxxx>