summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2018-01-08 12:22:41 -0800
committerTodd Poynor <toddpoynor@google.com>2018-01-08 12:26:59 -0800
commitb328e524c85af8e72a34ae8fbef9bdc363d6f84a (patch)
tree7555728c11493cbbb372283bf8cff16fe4f3eeb2
parentb54d99aa12b4d02a66bf976fb85b6f0ed9a5a485 (diff)
ANDROID: arm64: kaslr: fixup Falkor workaround for 4.9
android-4.9 port of upstream commit 6c27c4082f4f70b9f41df4d0adf51128b40351df "arm64: kaslr: Put kernel vectors address in separate data page" failed to fixup code that does not omcpile when CONFIG_RANDOMIZE_BASE=y. Port fixup for earlier kernels from ghackmann@google.com to android-4.9: - replace ARM64_WORKAROUND_QCOM_FALKOR_E1003 alternative with compile-time CONFIG_ARCH_MSM8996 check] Change-Id: Idc4bb255db830029093ea0d948a9e5066e2c13f8 Signed-off-by: Greg Hackmann <ghackmann@google.com> Signed-off-by: Todd Poynor <toddpoynor@google.com>
-rw-r--r--arch/arm64/kernel/entry.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
index c1ff0999045e..3448a6250ac2 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -954,7 +954,9 @@ __ni_sys_trace:
tramp_map_kernel x30
#ifdef CONFIG_RANDOMIZE_BASE
adr x30, tramp_vectors + PAGE_SIZE
-alternative_insn isb, nop, ARM64_WORKAROUND_QCOM_FALKOR_E1003
+#ifndef CONFIG_ARCH_MSM8996
+ isb
+#endif
ldr x30, [x30]
#else
ldr x30, =vectors