git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861667d
)
MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 13 Aug 2012 22:34:18 +0000
(
00:34
+0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 17 Aug 2012 08:57:28 +0000
(10:57 +0200)
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 <ralf@linux-mips.org>
No differences found