Re: [PATCH] slab: add missing debug_check_no_locks_freed for kmem_cache_free

2007-01-02 Thread Pekka Enberg
Pekka J Enberg <[EMAIL PROTECTED]> wrote: > Add a missing debug_check_no_locks_freed() debug check for > kmem_cache_free(). On 1/2/07, Ingo Molnar <[EMAIL PROTECTED]> wrote: hm, i have a similar fix in -rt already, and i sent a patch for this: http://lkml.org/lkml/2006/12/18/104 have i miss

Re: [PATCH] slab: add missing debug_check_no_locks_freed for kmem_cache_free

2007-01-02 Thread Ingo Molnar
* Pekka J Enberg <[EMAIL PROTECTED]> wrote: > From: Pekka Enberg <[EMAIL PROTECTED]> > > Add a missing debug_check_no_locks_freed() debug check for > kmem_cache_free(). hm, i have a similar fix in -rt already, and i sent a patch for this: http://lkml.org/lkml/2006/12/18/104 have i missed so