mm, kasan: SLAB support
[deliverable/linux.git] / mm / slab_common.c
index b2e379639a5ba566c196da09db753e292722bf40..4de72e220c821d8d39a4f08a2c42c9e4ebe423d4 100644 (file)
@@ -35,7 +35,7 @@ struct kmem_cache *kmem_cache;
  */
 #define SLAB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
                SLAB_TRACE | SLAB_DESTROY_BY_RCU | SLAB_NOLEAKTRACE | \
-               SLAB_FAILSLAB)
+               SLAB_FAILSLAB | SLAB_KASAN)
 
 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
                         SLAB_NOTRACK | SLAB_ACCOUNT)
This page took 0.025226 seconds and 5 git commands to generate.