All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] arm64: split ARM64_PTR_AUTH option to userspace and kernel
@ 2021-06-13  9:26 Daniel Kiss
  2021-06-13  9:26 ` [PATCH v6 1/2] arm64: Add ARM64_PTR_AUTH_KERNEL config option Daniel Kiss
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Kiss @ 2021-06-13  9:26 UTC (permalink / raw)
  To: will, Catalin.Marinas; +Cc: Ard.Biesheuvel, daniel.kiss, linux-arm-kernel, pcc

Changes from v5:
* Move config description to the second patch.
* Fix typos in commit message.
* Fix LD version check caused by the rebase.

Changes from v4:
* Rebased to 5.13-rc4.

Changes from v3:
* Removed the duplicated #ifdef block in asm/pointer_auth.h.

Changes from v2:
* Moved the toolchain version check under ARM64_PTR_AUTH_KERNEL.

Changes from v1:
* Keep the A key in register while running in the kernel.

Daniel Kiss (2):
  arm64: Add ARM64_PTR_AUTH_KERNEL config option
  arm64: Conditionally configure PTR_AUTH key of the kernel.

 arch/arm64/Kconfig                        | 33 +++++++------
 arch/arm64/Makefile                       |  2 +-
 arch/arm64/include/asm/asm_pointer_auth.h | 49 +++++++++++--------
 arch/arm64/include/asm/pointer_auth.h     | 59 +++++++++++++----------
 arch/arm64/include/asm/processor.h        |  2 +
 arch/arm64/kernel/asm-offsets.c           |  4 ++
 drivers/misc/lkdtm/bugs.c                 |  6 +--
 7 files changed, 91 insertions(+), 64 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-15 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13  9:26 [PATCH v6 0/2] arm64: split ARM64_PTR_AUTH option to userspace and kernel Daniel Kiss
2021-06-13  9:26 ` [PATCH v6 1/2] arm64: Add ARM64_PTR_AUTH_KERNEL config option Daniel Kiss
2021-06-13  9:26 ` [PATCH v6 2/2] arm64: Conditionally configure PTR_AUTH key of the kernel Daniel Kiss
2021-06-15 12:06 ` [PATCH v6 0/2] arm64: split ARM64_PTR_AUTH option to userspace and kernel Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.