Files
linux/arch
Vasily Gorbik db106f6954 s390: put _stext and _etext into .text section
[ Upstream commit 24350fdadb ]

Perf relies on _etext and _stext symbols being one of 't', 'T', 'v' or
'V'. Put them into .text section to guarantee that.

Also moves padding to page boundary inside .text which has an effect that
.text section is now padded with nops rather than 0's, which apparently
has been the initial intention for specifying 0x0700 fill expression.

Reported-by: Thomas Richter <tmricht@linux.ibm.com>
Tested-by: Thomas Richter <tmricht@linux.ibm.com>
Suggested-by: Andreas Krebbel <krebbel@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-08-29 08:28:41 +02:00
..
2019-02-20 10:25:47 +01:00
2019-03-23 20:10:00 +01:00
2019-08-29 08:28:27 +02:00