Re: [PATCH] slub: Fix sysfs duplicate filename creation when slub_debug=O

From: Christopher Lameter
Date: Thu Nov 09 2017 - 10:49:55 EST


On Thu, 9 Nov 2017, Miles Chen wrote:

> In this fix patch, it disables slab merging if SLUB_DEBUG=O and
> CONFIG_SLUB_DEBUG_ON=y but the debug features are disabled by the
> disable_higher_order_debug logic and it holds the "slab merging is off
> if any debug features are enabled" behavior.

Sounds good. Where is the patch?