[PATCH v2 0/1] arm64: CCA TSM module autoloading

Jeremy Linton posted 1 patch 1 day, 8 hours ago
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(+)
[PATCH v2 0/1] arm64: CCA TSM module autoloading
Posted by Jeremy Linton 1 day, 8 hours ago
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