On Fri, 11 Aug 2017 14:29:20 +0200 Andrew Jones <drjones@xxxxxxxxxx> wrote: > Remove nonexistent files, allow less awkward expressions when > extracting arch-specific information, and only return relevant > information when using arch-specific expressions. Additionally > add include/trace/events/kvm.h, arch/*/include/uapi/asm/kvm*, > and arch/powerpc/kernel/kvm* to appropriate sections. The arch- > specific expressions are now: > > /KVM/ -- All KVM > /\(KVM\)|\(KVM\/x86\)/ -- X86 > /\(KVM\)|\(KVM\/x86\)|\(KVM\/amd\)/ -- X86 plus AMD > /\(KVM\)|\(KVM\/arm\)/ -- ARM > /\(KVM\)|\(KVM\/arm\)|\(KVM\/arm64\)/ -- ARM plus ARM64 > /\(KVM\)|\(KVM\/powerpc\)/ -- POWERPC > /\(KVM\)|\(KVM\/s390\)/ -- S390 > /\(KVM\)|\(KVM\/mips\)/ -- MIPS > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > @@ -7454,7 +7468,7 @@ L: linux-s390@xxxxxxxxxxxxxxx > W: http://www.ibm.com/developerworks/linux/linux390/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git > S: Supported > -F: Documentation/s390/kvm.txt > +F: arch/s390/include/uapi/asm/kvm* > F: arch/s390/include/asm/kvm* > F: arch/s390/kvm/ > F: arch/s390/mm/gmap.c There might be a case for arch/s390/include/asm/gmap.h as well, but gmap.c should already cover the gmap code, so Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>