kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #119426
[Bug 1456952] [NEW] support the slub_debug boot option on specific object size
Public bug reported:
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.
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Tags: sts trusty
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1456952
Title:
support the slub_debug boot option on specific object size
Status in linux package in Ubuntu:
New
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1456952/+subscriptions
Follow ups
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Launchpad Bug Tracker, 2015-07-22
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Launchpad Bug Tracker, 2015-07-22
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Launchpad Bug Tracker, 2015-07-22
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Gavin Guo, 2015-07-10
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Brad Figg, 2015-07-09
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Brad Figg, 2015-07-09
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Brad Figg, 2015-07-09
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Brad Figg, 2015-06-27
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Gavin Guo, 2015-05-22
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Gavin Guo, 2015-05-20
-
[Bug 1456952] Missing required logs.
From: Brad Figg, 2015-05-20
-
[Bug 1456952] Re: support the slub_debug boot option on specific object size
From: Gavin Guo, 2015-05-20
-
[Bug 1456952] [NEW] support the slub_debug boot option on specific object size
From: Gavin Guo, 2015-05-20
References