From 87877543b14feebf1bc4fd336d41901b036acf98 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 25 Jan 2019 14:57:12 -0800 Subject: linux-user: Initialize aarch64 pac keys Initialize the keys to a non-zero value on process start. Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- linux-user/aarch64/target_syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-user/aarch64/target_syscall.h') diff --git a/linux-user/aarch64/target_syscall.h b/linux-user/aarch64/target_syscall.h index 205265e619..937fd7989e 100644 --- a/linux-user/aarch64/target_syscall.h +++ b/linux-user/aarch64/target_syscall.h @@ -22,4 +22,6 @@ struct target_pt_regs { #define TARGET_PR_SVE_SET_VL 50 #define TARGET_PR_SVE_GET_VL 51 +void arm_init_pauth_key(ARMPACKey *key); + #endif /* AARCH64_TARGET_SYSCALL_H */ -- cgit v1.2.3