RE: Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS'

From: Tianyu Lan
Date: Tue Mar 26 2019 - 03:03:07 EST


Hi Joe:
Thanks for report. I just sent out a fix patch.

-----Original Message-----
From: Joe Perches <joe@xxxxxxxxxxx>
Sent: Tuesday, March 26, 2019 5:25 AM
To: linux-kernel@xxxxxxxxxxxxxxx
Cc: KY Srinivasan <kys@xxxxxxxxxxxxx>; Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>; Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>; Sasha Levin <sashal@xxxxxxxxxx>; linux-hyperv@xxxxxxxxxxxxxxx; Michael Kelley <mikelley@xxxxxxxxxxxxx>; Tianyu Lan <Tianyu.Lan@xxxxxxxxxxxxx>; Joerg Roedel <jroedel@xxxxxxx>
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" <kys@xxxxxxxxxxxxx>
7166 M: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
7167 M: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
7168 M: Sasha Levin <sashal@xxxxxxxxxx>
7169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
7170 L: linux-hyperv@xxxxxxxxxxxxxxx
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 <Tianyu.Lan@xxxxxxxxxxxxx>
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 <mikelley@xxxxxxxxxxxxx>
Signed-off-by: Lan Tianyu <Tianyu.Lan@xxxxxxxxxxxxx>
Signed-off-by: Joerg Roedel <jroedel@xxxxxxx>

MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

3: ---------------------------------------------------------------------------

No commit with file pattern 'drivers/iommu/hyperv_iommu.c' was found