From: Christoph Lameter Date: Wed, 30 May 2012 17:54:46 +0000 (-0500) Subject: slub: Take node lock during object free checks X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c7ff9ecd89441096dab6a56f926f7df8ba850a;p=pandora-kernel.git slub: Take node lock during object free checks Only applies to scenarios where debugging is on: Validation of slabs can currently occur while debugging information is updated from the fast paths of the allocator. This results in various races where we get false reports about slab metadata not being in order. This patch makes the fast paths take the node lock so that serialization with slab validation will occur. Causes additional slowdown in debug scenarios. Reported-by: Waiman Long Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed