From: Tejun Heo Date: Tue, 29 Sep 2009 00:17:58 +0000 (+0900) Subject: percpu: make allocation failures more verbose X-Git-Tag: v2.6.32-rc3~65^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2badb0c950ed308be9b321203b9c8d341690cd4;p=pandora-kernel.git percpu: make allocation failures more verbose Warn and dump stack when percpu allocation fails. percpu allocator is still young and unchecked NULL percpu pointer usage can result in random memory corruption when combined with the pointer shifting in access macros. Allocation failures should be rare and the warning message will be disabled after certain times. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed