> 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 <[email protected]> (maintainer:KERNEL SELFTEST FRAMEWORK,commit_signer:5/23=22%) Paolo Bonzini <[email protected]> (commit_signer:20/23=87%,authored:10/23=43%) Peter Xu <[email protected]> (commit_signer:4/23=17%,authored:4/23=17%) Anders Roxell <[email protected]> (commit_signer:3/23=13%,authored:3/23=13%) Ken Hofsass <[email protected]> (commit_signer:2/23=9%) [email protected] (open list:KERNEL SELFTEST FRAMEWORK) [email protected] (open list) After: Paolo Bonzini <[email protected]> (supporter:KERNEL VIRTUAL MACHINE (KVM)) "Radim Krčmář" <[email protected]> (supporter:KERNEL VIRTUAL MACHINE (KVM)) Shuah Khan <[email protected]> (maintainer:KERNEL SELFTEST FRAMEWORK) [email protected] (open list:KERNEL VIRTUAL MACHINE (KVM)) [email protected] (open list:KERNEL SELFTEST FRAMEWORK) [email protected] (open list) Cheers, Andrea --- commit 59fc1af0d7d0ae0c1ec9400bfbacaadce11e5f50 Author: Andrea Parri <[email protected]> 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 <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: "Radim Krčmář" <[email protected]> Cc: Shuah Khan <[email protected]> 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 <[email protected]> --- > > Thanks, > > Paolo >

