]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/sh/kernel/dwarf.c
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
[mirror_ubuntu-bionic-kernel.git] / arch / sh / kernel / dwarf.c
index e1d751ae2498af3a2dd00b9f4fe8c5f4935065fe..1a2526676a8729b08b87c3955ed7ba007c5e531c 100644 (file)
@@ -1172,11 +1172,11 @@ static int __init dwarf_unwinder_init(void)
 
        dwarf_frame_cachep = kmem_cache_create("dwarf_frames",
                        sizeof(struct dwarf_frame), 0,
-                       SLAB_PANIC | SLAB_HWCACHE_ALIGN | SLAB_NOTRACK, NULL);
+                       SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL);
 
        dwarf_reg_cachep = kmem_cache_create("dwarf_regs",
                        sizeof(struct dwarf_reg), 0,
-                       SLAB_PANIC | SLAB_HWCACHE_ALIGN | SLAB_NOTRACK, NULL);
+                       SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL);
 
        dwarf_frame_pool = mempool_create_slab_pool(DWARF_FRAME_MIN_REQ,
                                                    dwarf_frame_cachep);