From: Russell King Date: Tue, 11 Jan 2011 19:57:14 +0000 (+0000) Subject: ARM: improve module relocation fixup diagnostics X-Git-Tag: v2.6.39-rc1~463^2~2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e6fad488ef21335529c65ca6c88c38be50cd3a;p=pandora-kernel.git ARM: improve module relocation fixup diagnostics Current diagnostics are rather poor when things go wrong: ipv6: relocation out of range, section 2 reloc 0 sym 'snmp_mib_free' Let's include a little more information about the problem: ipv6: section 2 reloc 0 sym 'snmp_mib_free': relocation 28 out of range (0xbf0000a4 -> 0xc11b4858) so that we show exactly what the problem is - not only what type of relocation but also the offending address range too. Signed-off-by: Russell King --- Reading git-diff-tree failed