From: Arjan van de Ven Date: Thu, 13 Jul 2006 12:46:03 +0000 (+0200) Subject: [PATCH] lockdep: annotate mm/slab.c X-Git-Tag: v2.6.18-rc2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1aaee53f2877a7afa55e8245c241ff60a86367d;p=pandora-kernel.git [PATCH] lockdep: annotate mm/slab.c mm/slab.c uses nested locking when dealing with 'off-slab' caches, in that case it allocates the slab header from the (on-slab) kmalloc caches. Teach the lock validator about this by putting all on-slab caches into a separate class. this patch has no effect on non-lockdep kernels. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed