diff options
author | Gavin Guo <[email protected]> | 2015-06-24 16:55:54 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-06-24 17:49:40 -0700 |
commit | 4066c33d0308f87e9a3b0c7fafb9141c0bfbfa77 (patch) | |
tree | a04cdc023db6cd938769617b44a398584219e2b0 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 3693a84d3b8b2fd4db1f1b22f33793eb84a66420 (diff) |
mm/slab_common: support the slub_debug boot option on specific object size
The slub_debug=PU,kmalloc-xx cannot work because in the
create_kmalloc_caches() the s->name is created after the
create_kmalloc_cache() is called. The name is NULL in the
create_kmalloc_cache() so the kmem_cache_flags() would not set the
slub_debug flags to the s->flags. The fix here set up a kmalloc_names
string array for the initialization purpose and delete the dynamic name
creation of kmalloc_caches.
[[email protected]: s/kmalloc_names/kmalloc_info/, tweak comment text]
Signed-off-by: Gavin Guo <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions