All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
@ 2018-12-20 20:53 Sean Christopherson
  2018-12-21 10:47 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Christopherson @ 2018-12-20 20:53 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář; +Cc: kvm, linux-kernel

A series currently sitting in KVM's queue for 4.21 moves the bulk of
KVM's VMX code to a dedicated VMX sub-directory[1].  As a result,
get_maintainers.pl doesn't get any hits on the newly relocated VMX
files when the script is run with --pattern-depth=1.

Add all arch/x86/kvm sub-directories to the existing MAINTAINERS entry
for KVM/x86 instead of arch/x86/kvm/vmx as other code, e.g. SVM, may
get similar treatment in the near future.

[1] https://patchwork.kernel.org/cover/10710751/

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8119141a926f..55db660a092b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8236,6 +8236,7 @@ W:	http://www.linux-kvm.org
 T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
 S:	Supported
 F:	arch/x86/kvm/
+F:	arch/x86/kvm/*/
 F:	arch/x86/include/uapi/asm/kvm*
 F:	arch/x86/include/asm/kvm*
 F:	arch/x86/include/asm/pvclock-abi.h
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
  2018-12-20 20:53 [PATCH] MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry Sean Christopherson
@ 2018-12-21 10:47 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2018-12-21 10:47 UTC (permalink / raw)
  To: Sean Christopherson, Radim Krčmář; +Cc: kvm, linux-kernel

On 20/12/18 21:53, Sean Christopherson wrote:
> A series currently sitting in KVM's queue for 4.21 moves the bulk of
> KVM's VMX code to a dedicated VMX sub-directory[1].  As a result,
> get_maintainers.pl doesn't get any hits on the newly relocated VMX
> files when the script is run with --pattern-depth=1.
> 
> Add all arch/x86/kvm sub-directories to the existing MAINTAINERS entry
> for KVM/x86 instead of arch/x86/kvm/vmx as other code, e.g. SVM, may
> get similar treatment in the near future.
> 
> [1] https://patchwork.kernel.org/cover/10710751/
> 
> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8119141a926f..55db660a092b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8236,6 +8236,7 @@ W:	http://www.linux-kvm.org
>  T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
>  S:	Supported
>  F:	arch/x86/kvm/
> +F:	arch/x86/kvm/*/
>  F:	arch/x86/include/uapi/asm/kvm*
>  F:	arch/x86/include/asm/kvm*
>  F:	arch/x86/include/asm/pvclock-abi.h
> 

Queued, thanks.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-21 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-20 20:53 [PATCH] MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry Sean Christopherson
2018-12-21 10:47 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.