]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: vdso: Annotate for BTI
authorMark Brown <broonie@kernel.org>
Wed, 6 May 2020 19:51:36 +0000 (20:51 +0100)
committerWill Deacon <will@kernel.org>
Thu, 7 May 2020 16:53:20 +0000 (17:53 +0100)
Generate BTI annotations for all assembly files included in the 64 bit
vDSO.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20200506195138.22086-10-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/vdso/note.S
arch/arm64/kernel/vdso/sigreturn.S
arch/arm64/kernel/vdso/vdso.S

index 0ce6ec75a525298b44de658c265f4762ecf4dd00..3d4e82290c80476c0e2ef39b9cd5cbc07415a2bc 100644 (file)
 #include <linux/version.h>
 #include <linux/elfnote.h>
 #include <linux/build-salt.h>
+#include <asm/assembler.h>
 
 ELFNOTE_START(Linux, 0, "a")
        .long LINUX_VERSION_CODE
 ELFNOTE_END
 
 BUILD_SALT
+
+emit_aarch64_feature_1_and
index 12324863d5c22819d8f31e3cec8786fb953bdcbc..3fb13b81f780b8473ad2895dd92c118be544e9ee 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <linux/linkage.h>
+#include <asm/assembler.h>
 #include <asm/unistd.h>
 
        .text
@@ -24,3 +25,5 @@ SYM_FUNC_START(__kernel_rt_sigreturn)
        svc     #0
        .cfi_endproc
 SYM_FUNC_END(__kernel_rt_sigreturn)
+
+emit_aarch64_feature_1_and
index d1414fee5274b7fbe76933672aeb99eb3884df0d..c4b1990bf2be09eedf4968da006fc73402ecd00b 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/init.h>
 #include <linux/linkage.h>
 #include <linux/const.h>
+#include <asm/assembler.h>
 #include <asm/page.h>
 
        .globl vdso_start, vdso_end
@@ -19,3 +20,5 @@ vdso_start:
 vdso_end:
 
        .previous
+
+emit_aarch64_feature_1_and