2022-12-05 08:34:25

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files

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 <[email protected]>
---
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 <[email protected]>
--
2.17.1


2022-12-05 09:03:23

by Vitaly Kuznetsov

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files

Lukas Bulwahn <[email protected]> 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 <[email protected]>
> ---
> 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 <[email protected]>

Reviewed-by:

--
Vitaly

2022-12-07 21:38:51

by Sean Christopherson

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files

On Mon, Dec 05, 2022, Vitaly Kuznetsov wrote:
> Lukas Bulwahn <[email protected]> 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 <[email protected]>
> > ---
> > 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 <[email protected]>
>
> Reviewed-by:

Since Vitaly left you hanging :-)

Reviewed-by: Sean Christopherson <[email protected]>