]> git.baikalelectronics.ru Git - kernel.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)
commit8fa8f5026aa1021c3e7249f11b8af64147a294c6
treeb5853021e64b291a156c8599aa54ffb6c0796118
parentc749f093d06c264561ea24836da997671e4968e4
alpha: support R_ALPHA_REFLONG relocations for module loading

Since commit 5a2a7bbe2f7dcee8a8 (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