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

Jeremy Linton posted 1 patch 12 months 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 v4 0/1] arm64: CCA TSM module autoloading
Posted by Jeremy Linton 12 months ago
Provide module tables and a platform device so that the
CCA TSM module will autoload when needed.

v3->v4:
	More comment/function name tweaking

v2->v3:
	Fix __maybe_used placement, it does fix CLANG builds now.
	Add reviewed-by tag, Thanks Gavin!
	Ugly commit message cleanup.
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
Re: [PATCH v4 0/1] arm64: CCA TSM module autoloading
Posted by Will Deacon 11 months, 1 week ago
On Fri, 20 Dec 2024 12:12:35 -0600, Jeremy Linton wrote:
> Provide module tables and a platform device so that the
> CCA TSM module will autoload when needed.
> 
> v3->v4:
> 	More comment/function name tweaking
> 
> v2->v3:
> 	Fix __maybe_used placement, it does fix CLANG builds now.
> 	Add reviewed-by tag, Thanks Gavin!
> 	Ugly commit message cleanup.
> v1->v2:
> 	Various comment updates/variable renames
> 	Add missing __maybe_unused to the platform_device_id
> 
> [...]

Applied to arm64 (for-next/cca), thanks!

[1/1] arm64: rsi: Add automatic arm-cca-guest module loading
      https://git.kernel.org/arm64/c/a1edec22457e

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev