diff options
author | Marc Zyngier <maz@kernel.org> | 2021-06-22 08:46:44 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-06-22 08:51:29 +0100 |
commit | b356a831088730a3ef36848cd9f2d62dcac392bf (patch) | |
tree | 2cb1ad0955534eb19b58f3704a103bb5ba260e6b /MAINTAINERS | |
parent | 313673bad871750c0c829def53d037868af75b67 (diff) | |
download | linux-b356a831088730a3ef36848cd9f2d62dcac392bf.tar.bz2 |
KVM: arm64: Update MAINTAINERS to include selftests
As the KVM/arm64 selftests are routed via the kvmarm tree,
add the relevant references to the MAINTAINERS file.
Suggested-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210622070732.zod7gaqhqo344vg6@gator
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 503fd21901f1..b9d5999253c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9993,6 +9993,8 @@ F: arch/arm64/include/asm/kvm* F: arch/arm64/include/uapi/asm/kvm* F: arch/arm64/kvm/ F: include/kvm/arm_* +F: tools/testing/selftests/kvm/*/aarch64/ +F: tools/testing/selftests/kvm/aarch64/ KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) M: Huacai Chen <chenhuacai@kernel.org> |