public inbox for kvm@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox