> Shuah, I think it's best if in the future the > tools/testing/selftests/kvm/ changes go through my tree, unless they > affect many selftests subdirectories. Would the patch below make sense ? (It wasn't the case of my patch, but you never know... ;D) Output of get_maintainer.pl on tools/testing/selftests/kvm/: Before: Shuah Khan <shuah@xxxxxxxxxx> (maintainer:KERNEL SELFTEST FRAMEWORK,commit_signer:5/23=22%) Paolo Bonzini <pbonzini@xxxxxxxxxx> (commit_signer:20/23=87%,authored:10/23=43%) Peter Xu <peterx@xxxxxxxxxx> (commit_signer:4/23=17%,authored:4/23=17%) Anders Roxell <anders.roxell@xxxxxxxxxx> (commit_signer:3/23=13%,authored:3/23=13%) Ken Hofsass <hofsass@xxxxxxxxxx> (commit_signer:2/23=9%) linux-kselftest@xxxxxxxxxxxxxxx (open list:KERNEL SELFTEST FRAMEWORK) linux-kernel@xxxxxxxxxxxxxxx (open list) After: Paolo Bonzini <pbonzini@xxxxxxxxxx> (supporter:KERNEL VIRTUAL MACHINE (KVM)) "Radim Krčmář" <rkrcmar@xxxxxxxxxx> (supporter:KERNEL VIRTUAL MACHINE (KVM)) Shuah Khan <shuah@xxxxxxxxxx> (maintainer:KERNEL SELFTEST FRAMEWORK) kvm@xxxxxxxxxxxxxxx (open list:KERNEL VIRTUAL MACHINE (KVM)) linux-kselftest@xxxxxxxxxxxxxxx (open list:KERNEL SELFTEST FRAMEWORK) linux-kernel@xxxxxxxxxxxxxxx (open list) Cheers, Andrea --- commit 59fc1af0d7d0ae0c1ec9400bfbacaadce11e5f50 Author: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx> Date: Thu Oct 18 13:11:09 2018 +0200 MAINTAINERS: Add selftests to the KVM entry Should ensure that Joe random dev will Cc: the KVM maintainers. Signed-off-by: Andrea Parri <andrea.parri@xxxxxxxxxxxxxxxxxxxx> Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> Cc: "Radim Krčmář" <rkrcmar@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> diff --git a/MAINTAINERS b/MAINTAINERS index 6ac000cc006d1..25755bf6365ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7997,6 +7997,7 @@ F: include/linux/kvm* F: include/kvm/iodev.h F: virt/kvm/* F: tools/kvm/ +F: tools/testing/selftests/kvm/ KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd) M: Joerg Roedel <joro@xxxxxxxxxx> --- > > Thanks, > > Paolo >