]> git.baikalelectronics.ru Git - kernel.git/commit
slub: Fix debugobjects with lockless fastpath
authorThomas Gleixner <tglx@linutronix.de>
Thu, 24 Mar 2011 19:26:46 +0000 (21:26 +0200)
committerPekka Enberg <penberg@kernel.org>
Thu, 24 Mar 2011 19:26:46 +0000 (21:26 +0200)
commit4bfd652fcf81449852590ff5cd68d5f2bd7d2f65
tree5aedfe0d17cbe0d39cf91d17a889b8bb6ae271e6
parent4d4588cdc463aa8da11417841b9c2e8ced0a1402
slub: Fix debugobjects with lockless fastpath

On Thu, 24 Mar 2011, Ingo Molnar wrote:
> RIP: 0010:[<ffffffff810570a9>]  [<ffffffff810570a9>] get_next_timer_interrupt+0x119/0x260

That's a typical timer crash, but you were unable to debug it with
debugobjects because commit fe31378d broke those.

Cc: Christoph Lameter <cl@linux.com>
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c