Message ID | 20241202145731.6422-3-will@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Minor tweaks to arm64 CoCO guest support | expand |
On 02/12/2024 14:57, Will Deacon wrote: > Commits 7999edc484ca ("virt: arm-cca-guest: TSM_REPORT support for > realm") and a06c3fad49a5 ("drivers/virt: pkvm: Add initial support for > running as a protected guest") added arm64 guest-side support for > running in CCA and pKVM confidential computing environments > respectively. > > Unfortunately, these changes were not accompanied by a MAINTAINERS > entry and so aren't automatically picked up by the get_maintainer.pl > script. Since the initial support was merged via the arm64 tree, extend > the ARM64 entry to cover the two new directories. > > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Marc Zyngier <maz@kernel.org> > Cc: Oliver Upton <oliver.upton@linux.dev> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Signed-off-by: Will Deacon <will@kernel.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1e930c7a58b1..9378c0c4bbc9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3376,6 +3376,8 @@ S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git > F: Documentation/arch/arm64/ > F: arch/arm64/ > +F: drivers/virt/coco/arm-cca-guest/ > +F: drivers/virt/coco/pkvm-guest/ > F: tools/testing/selftests/arm64/ > X: arch/arm64/boot/dts/ > FWIW, Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
On Mon, Dec 02, 2024 at 02:57:30PM +0000, Will Deacon wrote: > Commits 7999edc484ca ("virt: arm-cca-guest: TSM_REPORT support for > realm") and a06c3fad49a5 ("drivers/virt: pkvm: Add initial support for > running as a protected guest") added arm64 guest-side support for > running in CCA and pKVM confidential computing environments > respectively. > > Unfortunately, these changes were not accompanied by a MAINTAINERS > entry and so aren't automatically picked up by the get_maintainer.pl > script. Since the initial support was merged via the arm64 tree, extend > the ARM64 entry to cover the two new directories. > > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Marc Zyngier <maz@kernel.org> > Cc: Oliver Upton <oliver.upton@linux.dev> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Signed-off-by: Will Deacon <will@kernel.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 1e930c7a58b1..9378c0c4bbc9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3376,6 +3376,8 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git F: Documentation/arch/arm64/ F: arch/arm64/ +F: drivers/virt/coco/arm-cca-guest/ +F: drivers/virt/coco/pkvm-guest/ F: tools/testing/selftests/arm64/ X: arch/arm64/boot/dts/
Commits 7999edc484ca ("virt: arm-cca-guest: TSM_REPORT support for realm") and a06c3fad49a5 ("drivers/virt: pkvm: Add initial support for running as a protected guest") added arm64 guest-side support for running in CCA and pKVM confidential computing environments respectively. Unfortunately, these changes were not accompanied by a MAINTAINERS entry and so aren't automatically picked up by the get_maintainer.pl script. Since the initial support was merged via the arm64 tree, extend the ARM64 entry to cover the two new directories. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Marc Zyngier <maz@kernel.org> Cc: Oliver Upton <oliver.upton@linux.dev> Cc: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Will Deacon <will@kernel.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)