diff options
author | Vincent Whitchurch <vincent.whitchurch@axis.com> | 2018-12-14 19:05:54 +0300 |
---|---|---|
committer | Jessica Yu <jeyu@kernel.org> | 2018-12-14 22:27:21 +0300 |
commit | 5439c985c5a83a8419f762115afdf560ab72a452 (patch) | |
tree | 78e646e94cda55489bebe347421ff708a71738fe /arch/arm/mach-s3c64xx/mach-ncp.c | |
parent | 2d25bc55235314d869459c574be14e8faa73aca3 (diff) | |
download | linux-5439c985c5a83a8419f762115afdf560ab72a452.tar.xz |
module: Overwrite st_size instead of st_info
st_info is currently overwritten after relocation and used to store the
elf_type(). However, we're going to need it fix kallsyms on ARM's
Thumb-2 kernels, so preserve st_info and overwrite the st_size field
instead. st_size is neither used by the module core nor by any
architecture.
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-ncp.c')
0 files changed, 0 insertions, 0 deletions