From: Ralf Baechle Date: Mon, 13 Aug 2012 22:34:18 +0000 (+0200) Subject: MIPS: Module: Deal with malformed HI16/LO16 relocation sequences. X-Git-Tag: v3.6-rc4~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54de490a2e4e74164f747925ff05c00dfa153cd;p=pandora-kernel.git MIPS: Module: Deal with malformed HI16/LO16 relocation sequences. In case a series of R_MIPS_HI16 relocations was not followed by an R_MIPS_LO16 relocation we were leaking the hi16 relocation chain. Handle that error and return an error. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed