aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Zhongjin <[email protected]>2022-07-01 11:54:56 +0800
committerWill Deacon <[email protected]>2022-07-01 12:05:45 +0100
commitd9b728f8600bb0b3d0a190dd9480b193b77773a8 (patch)
tree7f2c8534467b2f835b90e8536dd91899e876c1a5
parent4274929c7ee6f442c3f89c5da64d112a9de4a6ba (diff)
arm64: compat: Move sigreturn32.S to .rodata section
Kuser code should be inside .rodata. sigreturn32.S is splited from kuser32.S, the code in .text section is never executed. Move it to .rodata. Signed-off-by: Chen Zhongjin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
-rw-r--r--arch/arm64/kernel/sigreturn32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/sigreturn32.S b/arch/arm64/kernel/sigreturn32.S
index 475d30d471ac..ccbd4aab4ba4 100644
--- a/arch/arm64/kernel/sigreturn32.S
+++ b/arch/arm64/kernel/sigreturn32.S
@@ -15,6 +15,7 @@
#include <asm/unistd.h>
+ .section .rodata
.globl __aarch32_sigret_code_start
__aarch32_sigret_code_start: