OSDN Git Service

arm64: remove ptrauth_keys_install_kernel sync arg
authorMark Rutland <mark.rutland@arm.com>
Thu, 23 Apr 2020 10:16:05 +0000 (11:16 +0100)
committerWill Deacon <will@kernel.org>
Tue, 28 Apr 2020 10:23:21 +0000 (11:23 +0100)
commitd0055da5266acd316b8cb22b6086b8f9ac2d72cb
tree4739dd368717c5f414a256e8f3f3f5b34f081372
parent6a8b55ed4056ea5559ebe4f6a4b247f627870d4c
arm64: remove ptrauth_keys_install_kernel sync arg

The 'sync' argument to ptrauth_keys_install_kernel macro is somewhat
opaque at callsites, so instead lets have regular and _nosync variants
of the macro to make this a little more obvious.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Amit Daniel Kachhap <amit.kachhap@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20200423101606.37601-2-mark.rutland@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/asm_pointer_auth.h
arch/arm64/kernel/entry.S
arch/arm64/mm/proc.S