Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] arm64: CCA TSM module autoloading
@ 2024-12-03  0:01 Jeremy Linton
  2024-12-03  0:01 ` [PATCH v2 1/1] arm64: rsi: Add automatic arm-cca-guest module loading Jeremy Linton
  0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Linton @ 2024-12-03  0:01 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: gshan, steven.price, sami.mujawar, suzuki.poulose, will,
	catalin.marinas, linux-kernel, Jeremy Linton

The TSM module provides both guest identification as well as
attestation when a guest is run in CCA mode. Lets assure by creating a
dummy platform device that the module is automatically loaded during
boot.  The TSM module will be loaded by udev daemon after it receives
the device addition event. Once it is in place it can be used earlier
in the boot process to say decrypt a LUKS rootfs.

v1->v2:
	Various comment updates/variable renames
	Add missing __maybe_unused to the platform_device_id

Jeremy Linton (1):
  arm64: rsi: Add automatic arm-cca-guest module loading

 arch/arm64/include/asm/rsi.h                    |  2 ++
 arch/arm64/kernel/rsi.c                         | 15 +++++++++++++++
 drivers/virt/coco/arm-cca-guest/arm-cca-guest.c |  8 ++++++++
 3 files changed, 25 insertions(+)

-- 
2.46.0



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

end of thread, other threads:[~2024-12-05  2:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03  0:01 [PATCH v2 0/1] arm64: CCA TSM module autoloading Jeremy Linton
2024-12-03  0:01 ` [PATCH v2 1/1] arm64: rsi: Add automatic arm-cca-guest module loading Jeremy Linton
2024-12-03  1:22   ` Gavin Shan
2024-12-03  6:03   ` kernel test robot
2024-12-03  8:56     ` Gavin Shan
2024-12-03 15:30       ` Jeremy Linton
2024-12-05  2:08         ` Gavin Shan
2024-12-03  6:16   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox