]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Implement prctls for GCS
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Oct 2025 21:56:03 +0000 (14:56 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Oct 2025 12:19:10 +0000 (13:19 +0100)
commitd0e16dcad9b7a95367be91ddd2e74779c47ebf8a
treef52bcd566a0ccadb4d89f9440d4c77bb58e5db72
parent9c5dfe8b568b1b5265044f9f1dbc57345656e342
linux-user/aarch64: Implement prctls for GCS

This is PR_GET_SHADOW_STACK_STATUS, PR_SET_SHADOW_STACK_STATUS,
and PR_LOCK_SHADOW_STACK_STATUS.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20251008215613.300150-64-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/aarch64/gcs-internal.h [new file with mode: 0644]
linux-user/aarch64/target_prctl.h
linux-user/qemu.h
linux-user/syscall.c