Re: [RFC 02/26] mm, slub: allocate private object map for validate_slab_cache()

From: Christoph Lameter
Date: Tue May 25 2021 - 04:11:19 EST


On Tue, 25 May 2021, Vlastimil Babka wrote:

> validate_slab_cache() is called either to handle a sysfs write, or from a
> self-test context. In both situations it's straightforward to preallocate a
> private object bitmap instead of grabbing the shared static one meant for
> critical sections, so let's do that.

Acked-by: Christoph Lameter <cl@xxxxxxxxx>