From: Phil Carmody Date: Thu, 19 Aug 2010 14:19:04 +0000 (+0100) Subject: ARM: 6340/1: module - additional unwind tables for exit/devexit sections X-Git-Tag: v2.6.37-rc1~184^2~7^9~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09e56a2d076c2afb2a1932ae4283e10ef2d26ef3;p=pandora-kernel.git ARM: 6340/1: module - additional unwind tables for exit/devexit sections Without these, exit functions cannot be stack-traced, so to speak. This implies that module unloads that perform allocations (don't laugh) will cause noisy warnings on the console when kmemleak is enabled, as it presumes that all code's call chains are traceable. Similarly, BUGs and WARN_ONs will give additional console spam. Signed-off-by: Phil Carmody Acked-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed