On 7/12/23 21:17, David Sterba wrote: > The slab allocator newly allows to disable merging per-slab (since > commit d0bf7d5759c1 ("mm/slab: introduce kmem_cache flag > SLAB_NO_MERGE")). Set this for all caches in debug build so we can > verify there are no leaks when module gets reloaded. > > Signed-off-by: David Sterba <dsterba@xxxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx>