summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/module.lds
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-12-02 01:37:03 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2017-12-02 01:37:03 +0100
commit4b1967c90af473e3a8bec00024758a3e676cea2d (patch)
treed626f0283c42b662e4a4fd57d804af841f7fad2a /arch/arm64/kernel/module.lds
parentMerge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... (diff)
parentarm64: context: Fix comments and remove pointless smp_wmb() (diff)
downloadlinux-4b1967c90af473e3a8bec00024758a3e676cea2d.tar.xz
linux-4b1967c90af473e3a8bec00024758a3e676cea2d.zip
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "The critical one here is a fix for fpsimd register corruption across signals which was introduced by the SVE support code (the register files overlap), but the others are worth having as well. Summary: - Fix FP register corruption when SVE is not available or in use - Fix out-of-tree module build failure when CONFIG_ARM64_MODULE_PLTS=y - Missing 'const' generating errors with LTO builds - Remove unsupported events from Cortex-A73 PMU description - Removal of stale and incorrect comments" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: context: Fix comments and remove pointless smp_wmb() arm64: cpu_ops: Add missing 'const' qualifiers arm64: perf: remove unsupported events for Cortex-A73 arm64: fpsimd: Fix failure to restore FPSIMD state after signals arm64: pgd: Mark pgd_cache as __ro_after_init arm64: ftrace: emit ftrace-mod.o contents through code arm64: module-plts: factor out PLT generation code for ftrace arm64: mm: cleanup stale AIVIVT references
Diffstat (limited to 'arch/arm64/kernel/module.lds')
-rw-r--r--arch/arm64/kernel/module.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/module.lds b/arch/arm64/kernel/module.lds
index f7c9781a9d48..22e36a21c113 100644
--- a/arch/arm64/kernel/module.lds
+++ b/arch/arm64/kernel/module.lds
@@ -1,4 +1,5 @@
SECTIONS {
.plt (NOLOAD) : { BYTE(0) }
.init.plt (NOLOAD) : { BYTE(0) }
+ .text.ftrace_trampoline (NOLOAD) : { BYTE(0) }
}