diff options
author | Anup Patel <anup@brainfault.org> | 2022-05-09 11:23:16 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2022-05-20 09:09:23 +0530 |
commit | fed9b26b2501ea0ce41ae3a788bcc498440589c6 (patch) | |
tree | e0438d722fcd09f4bca282e53e758aebe3731111 /MAINTAINERS | |
parent | affa28e4d094b48a7b27dd0c5b8258288b6c4a24 (diff) | |
download | linux-fed9b26b2501ea0ce41ae3a788bcc498440589c6.tar.gz linux-fed9b26b2501ea0ce41ae3a788bcc498440589c6.tar.bz2 linux-fed9b26b2501ea0ce41ae3a788bcc498440589c6.zip |
MAINTAINERS: Update KVM RISC-V entry to cover selftests support
We update KVM RISC-V maintainers entry to include appropriate KVM
selftests directories so that RISC-V related KVM selftests patches
are CC'ed to KVM RISC-V mailing list.
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d6d879cb0afd..e5b7a325a7b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10769,6 +10769,8 @@ T: git git://github.com/kvm-riscv/linux.git F: arch/riscv/include/asm/kvm* F: arch/riscv/include/uapi/asm/kvm* F: arch/riscv/kvm/ +F: tools/testing/selftests/kvm/*/riscv/ +F: tools/testing/selftests/kvm/riscv/ KERNEL VIRTUAL MACHINE for s390 (KVM/s390) M: Christian Borntraeger <borntraeger@linux.ibm.com> |