RE: Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS'
From: Tianyu Lan <hidden>
Date: 2019-03-26 07:03:07
Also in:
lkml
Hi Joe:
Thanks for report. I just sent out a fix patch.
-----Original Message-----
From: Joe Perches <joe@perches.com>
Sent: Tuesday, March 26, 2019 5:25 AM
To: linux-kernel@vger.kernel.org
Cc: KY Srinivasan <kys@microsoft.com>; Haiyang Zhang <haiyangz@microsoft.com>; Stephen Hemminger <redacted>; Sasha Levin <sashal@kernel.org>; linux-hyperv@vger.kernel.org; Michael Kelley <redacted>; Tianyu Lan <redacted>; Joerg Roedel <redacted>
Subject: Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS'
A file pattern line in this section of the MAINTAINERS file in linux-next does not have a match in the linux source files.
This could occur because a matching filename was never added, was deleted or renamed in some other commit.
The commits that added and if found renamed or removed the file pattern are shown below.
Please fix this defect appropriately.
1: ---------------------------------------------------------------------------
linux-next MAINTAINERS section:
7164 Hyper-V CORE AND DRIVERS
7165 M: "K. Y. Srinivasan" [off-list ref]
7166 M: Haiyang Zhang [off-list ref]
7167 M: Stephen Hemminger [off-list ref]
7168 M: Sasha Levin [off-list ref]
7169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
7170 L: linux-hyperv@vger.kernel.org
7171 S: Supported
7172 F: Documentation/networking/device_drivers/microsoft/netvsc.txt
7173 F: arch/x86/include/asm/mshyperv.h
7174 F: arch/x86/include/asm/trace/hyperv.h
7175 F: arch/x86/include/asm/hyperv-tlfs.h
7176 F: arch/x86/kernel/cpu/mshyperv.c
7177 F: arch/x86/hyperv
7178 F: drivers/hid/hid-hyperv.c
7179 F: drivers/hv/
7180 F: drivers/input/serio/hyperv-keyboard.c
7181 F: drivers/pci/controller/pci-hyperv.c
7182 F: drivers/net/hyperv/
7183 F: drivers/scsi/storvsc_drv.c
7184 F: drivers/uio/uio_hv_generic.c
7185 F: drivers/video/fbdev/hyperv_fb.c
--> 7186 F: drivers/iommu/hyperv_iommu.c
7187 F: net/vmw_vsock/hyperv_transport.c
7188 F: include/linux/hyperv.h
7189 F: include/uapi/linux/hyperv.h
7190 F: tools/hv/
7191 F: Documentation/ABI/stable/sysfs-bus-vmbus
2: ---------------------------------------------------------------------------
The most recent commit that added or modified file pattern 'drivers/iommu/hyperv_iommu.c':
commit 32d5860a9e3c98b5043716fff05a7b20b15918f9
Author: Lan Tianyu [off-list ref]
Date: Wed Feb 27 22:54:05 2019 +0800
MAINTAINERS: Add Hyper-V IOMMU driver into Hyper-V CORE AND DRIVERS scope
This patch is to add Hyper-V IOMMU driver file into Hyper-V CORE and
DRIVERS scope.
Reviewed-by: Michael Kelley [off-list ref]
Signed-off-by: Lan Tianyu [off-list ref]
Signed-off-by: Joerg Roedel [off-list ref]
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
3: ---------------------------------------------------------------------------
No commit with file pattern 'drivers/iommu/hyperv_iommu.c' was found