All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files
@ 2022-12-05  8:20 Lukas Bulwahn
  2022-12-05  8:47 ` Vitaly Kuznetsov
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2022-12-05  8:20 UTC (permalink / raw)
  To: Vitaly Kuznetsov, Paolo Bonzini, Sean Christopherson, kvm
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to
"vmx/hyperv.{ch}"") renames the VMX specific Hyper-V files, but does not
adjust the entry in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file reference in KVM X86 HYPER-V (KVM/hyper-v).

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ceda8a0abffa..8fda3844b55b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11457,7 +11457,7 @@ F:	arch/x86/kvm/hyperv.*
 F:	arch/x86/kvm/kvm_onhyperv.*
 F:	arch/x86/kvm/svm/hyperv.*
 F:	arch/x86/kvm/svm/svm_onhyperv.*
-F:	arch/x86/kvm/vmx/evmcs.*
+F:	arch/x86/kvm/vmx/hyperv.*
 
 KVM X86 Xen (KVM/Xen)
 M:	David Woodhouse <dwmw2@infradead.org>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files
  2022-12-05  8:20 [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files Lukas Bulwahn
@ 2022-12-05  8:47 ` Vitaly Kuznetsov
  2022-12-07 21:25   ` Sean Christopherson
  0 siblings, 1 reply; 3+ messages in thread
From: Vitaly Kuznetsov @ 2022-12-05  8:47 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: kernel-janitors, linux-kernel, Paolo Bonzini, Sean Christopherson, kvm

Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> Commit a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to
> "vmx/hyperv.{ch}"") renames the VMX specific Hyper-V files, but does not
> adjust the entry in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in KVM X86 HYPER-V (KVM/hyper-v).
>

Fixes: a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"")

maybe?

> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ceda8a0abffa..8fda3844b55b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11457,7 +11457,7 @@ F:	arch/x86/kvm/hyperv.*
>  F:	arch/x86/kvm/kvm_onhyperv.*
>  F:	arch/x86/kvm/svm/hyperv.*
>  F:	arch/x86/kvm/svm/svm_onhyperv.*
> -F:	arch/x86/kvm/vmx/evmcs.*
> +F:	arch/x86/kvm/vmx/hyperv.*
>  
>  KVM X86 Xen (KVM/Xen)
>  M:	David Woodhouse <dwmw2@infradead.org>

Reviewed-by: 

-- 
Vitaly


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

* Re: [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files
  2022-12-05  8:47 ` Vitaly Kuznetsov
@ 2022-12-07 21:25   ` Sean Christopherson
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Christopherson @ 2022-12-07 21:25 UTC (permalink / raw)
  To: Vitaly Kuznetsov
  Cc: Lukas Bulwahn, kernel-janitors, linux-kernel, Paolo Bonzini, kvm

On Mon, Dec 05, 2022, Vitaly Kuznetsov wrote:
> Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:
> 
> > Commit a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to
> > "vmx/hyperv.{ch}"") renames the VMX specific Hyper-V files, but does not
> > adjust the entry in MAINTAINERS.
> >
> > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> > broken reference.
> >
> > Repair this file reference in KVM X86 HYPER-V (KVM/hyper-v).
> >
> 
> Fixes: a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"")
> 
> maybe?

Ya.

> 
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > ---
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ceda8a0abffa..8fda3844b55b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11457,7 +11457,7 @@ F:	arch/x86/kvm/hyperv.*
> >  F:	arch/x86/kvm/kvm_onhyperv.*
> >  F:	arch/x86/kvm/svm/hyperv.*
> >  F:	arch/x86/kvm/svm/svm_onhyperv.*
> > -F:	arch/x86/kvm/vmx/evmcs.*
> > +F:	arch/x86/kvm/vmx/hyperv.*
> >  
> >  KVM X86 Xen (KVM/Xen)
> >  M:	David Woodhouse <dwmw2@infradead.org>
> 
> Reviewed-by: 

Since Vitaly left you hanging :-)

Reviewed-by: Sean Christopherson <seanjc@google.com>

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

end of thread, other threads:[~2022-12-07 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05  8:20 [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files Lukas Bulwahn
2022-12-05  8:47 ` Vitaly Kuznetsov
2022-12-07 21:25   ` Sean Christopherson

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.