Message ID | 20200423101606.37601-1-mark.rutland@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: pointer authentication initialization cleanup | expand |
On Thu, 23 Apr 2020 11:16:04 +0100, Mark Rutland wrote: > These patches refactor the pointer authentication initialization code to make > it easier to reason about and to reduce duplication of code. > > The big wins are: > > * Moving the initialization after the MMU has been enabled. This means we can > initialize the keys using the same helpers as context switch, and don't need > to temporarily duplicate them in secondary_data. > > [...] Applied to arm64 (for-next/ptr-auth), thanks! [1/2] arm64: remove ptrauth_keys_install_kernel sync arg https://git.kernel.org/arm64/c/d0055da5266a [2/2] arm64: simplify ptrauth initialization https://git.kernel.org/arm64/c/62a679cb2825 Cheers,