]> git.baikalelectronics.ru Git - kernel.git/commit
s390: put expoline execute-trampolines into .text section
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 27 Jun 2018 12:58:46 +0000 (14:58 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Jul 2018 09:24:57 +0000 (11:24 +0200)
commit7a7e57297848f4fbe6c08e116454e6b7be4c4010
treefc4aa53248c4b80328aed578df18626233d98b31
parentdf71be38e0fac778cdbbb539c98efa6f44ac32b5
s390: put expoline execute-trampolines into .text section

Currently none of the vmlinux linker script patterns in .text section
match expoline execute-trampolines, and they end up as separate
sections:
.text.__s390_indirect_jump_r1,
.text.__s390x_indirect_jump_r1use_r9,
.text.__s390x_indirect_branch_4_1use_6, ...

Add a pattern to match them all.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/vmlinux.lds.S