]> git.karo-electronics.de Git - karo-tx-linux.git/commit
alpha: support R_ALPHA_REFLONG relocations for module loading
authorMichael Cree <mcree@orcon.net.nz>
Sat, 24 Jun 2017 01:37:02 +0000 (13:37 +1200)
committerMatt Turner <mattst88@gmail.com>
Tue, 29 Aug 2017 19:01:52 +0000 (12:01 -0700)
commit4f61e0781b701f5eb4f0e186d361c4104659001e
treeb5853021e64b291a156c8599aa54ffb6c0796118
parent4606f68faff1b16734f9379937fc49ae289d4c6e
alpha: support R_ALPHA_REFLONG relocations for module loading

Since commit 71810db27c1c853b33 (modversions: treat symbol CRCs
as 32 bit quantities) R_ALPHA_REFLONG relocations can be required
to load modules. This implements it.

Tested-by: Bob Tracy <rct@gherkin.frus.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Cree <mcree@orcon.net.nz>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/module.c