All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] static call support for arm64
@ 2021-10-27 23:34 Ard Biesheuvel
  2021-10-27 23:34 ` [PATCH v5 1/2] static_call: force symbol references with external linkage for CFI/LTO Ard Biesheuvel
  2021-10-27 23:34 ` [PATCH v5 2/2] arm64: implement support for static call trampolines Ard Biesheuvel
  0 siblings, 2 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2021-10-27 23:34 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Ard Biesheuvel, Mark Rutland, Quentin Perret, Catalin Marinas,
	James Morse, Will Deacon, Frederic Weisbecker, Peter Zijlstra,
	Kees Cook

Changes since v4:
- add preparatory patch to address generic CFI/LTO issues with static
  calls
- add comment to patch #2 describing the trampoline layout
- add handling of Clang CFI jump table entries
- add PeterZ's ack to patch #2

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Quentin Perret <qperret@google.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Frederic Weisbecker <frederic@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Kees Cook <keescook@chromium.org>

Ard Biesheuvel (2):
  static_call: force symbol references with external linkage for CFI/LTO
  arm64: implement support for static call trampolines

 arch/arm64/Kconfig                   |  1 +
 arch/arm64/include/asm/static_call.h | 40 +++++++++++
 arch/arm64/kernel/patching.c         | 72 +++++++++++++++++++-
 arch/arm64/kernel/vmlinux.lds.S      |  1 +
 include/linux/static_call.h          | 21 +++++-
 5 files changed, 130 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/include/asm/static_call.h

-- 
2.30.2


_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2021-10-27 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 23:34 [PATCH v5 0/2] static call support for arm64 Ard Biesheuvel
2021-10-27 23:34 ` [PATCH v5 1/2] static_call: force symbol references with external linkage for CFI/LTO Ard Biesheuvel
2021-10-27 23:34 ` [PATCH v5 2/2] arm64: implement support for static call trampolines Ard Biesheuvel

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.