]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a3f0b60383e5d47f5cc9fc3833d1d984432dbfb
tree4739dd368717c5f414a256e8f3f3f5b34f081372
parent955ac135a3b8737477606412c5bb1c4a86e4f4bf
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