Re: [PATCH v4] mm: SLAB freelist randomization
From: Christoph Lameter
Date: Wed Apr 27 2016 - 11:40:44 EST
On Tue, 26 Apr 2016, Thomas Garnier wrote:
> It was discussed a bit before. The intent is to have a similar feature
> for other kernel heap (I know it is possible for SLUB). That's why I
> think it make sense to have a similar config name used for all
> allocators.
Please use CONFIG_SLAB_FREELIST_RANDOM to signify that it is for all slab
allocators. Not SLAB specific.