linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them
@ 2019-03-25 21:22 Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER' Joe Perches
                   ` (44 more replies)
  0 siblings, 45 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:22 UTC (permalink / raw)
  To: LKML

Threaded onto this email are a few dozen defective F: patterns
and the commits that introduced the patterns and if found,
commits that either renamed or deleted the files that match the
pattern.

There's no good way to script a fix for these defective patterns
so I trust the appropriate maintainers will submit patches for
these defects.


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

* Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
                   ` (43 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Stefan Popa, linux-iio, Rob Herring, Jonathan Cameron

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:

	865	ANALOG DEVICES INC AD7606 DRIVER
	866	M:	Stefan Popa <stefan.popa@analog.com>
	867	L:	linux-iio@vger.kernel.org
	868	W:	http://ez.analog.com/community/linux-device-drivers
	869	S:	Supported
	870	F:	drivers/iio/adc/ad7606.c
-->	871	F:	Documentation/devicetree/bindings/iio/adc/ad7606.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/iio/adc/ad7606.txt':

commit 6e33a125df66664a09cd518a2e1dd63b4ccddef8
Author: Stefan Popa <stefan.popa@analog.com>
Date:   Mon Dec 17 14:23:40 2018 +0200

    dt-bindings: iio: adc: Add docs for AD7606 ADC
    
    Document support for AD7606 Analog to Digital Converter.
    
    Signed-off-by: Stefan Popa <stefan.popa@analog.com>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

 .../devicetree/bindings/iio/adc/adi,ad7606.txt     | 65 ++++++++++++++++++++++
 MAINTAINERS                                        |  1 +
 2 files changed, 66 insertions(+)

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

No commit with file pattern 'Documentation/devicetree/bindings/iio/adc/ad7606.txt' was found

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

* Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
  2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE' Joe Perches
                   ` (42 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Linus Walleij, linux-arm-kernel, Wolfram Sang, Olof Johansson,
	Michael Turquette, Marc Zyngier, Mark Brown, Arnd Bergmann,
	Boris Brezillon, Ricardo Ribalda Delgado

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:

	1133	ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
	1134	M:	Linus Walleij <linus.walleij@linaro.org>
	1135	L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
	1136	S:	Maintained
	1137	F:	Documentation/devicetree/bindings/arm/arm-boards
	1138	F:	Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
	1139	F:	Documentation/devicetree/bindings/clock/arm-integrator.txt
	1140	F:	Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
	1141	F:	Documentation/devicetree/bindings/mtd/arm-versatile.txt
	1142	F:	arch/arm/mach-integrator/
	1143	F:	arch/arm/mach-realview/
	1144	F:	arch/arm/mach-versatile/
	1145	F:	arch/arm/plat-versatile/
	1146	F:	arch/arm/boot/dts/arm-realview-*
	1147	F:	arch/arm/boot/dts/integrator*
	1148	F:	arch/arm/boot/dts/versatile*
	1149	F:	drivers/clk/versatile/
	1150	F:	drivers/i2c/busses/i2c-versatile.c
	1151	F:	drivers/irqchip/irq-versatile-fpga.c
-->	1152	F:	drivers/mtd/maps/physmap_of_versatile.c
	1153	F:	drivers/power/reset/arm-versatile-reboot.c
	1154	F:	drivers/soc/versatile/

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/mtd/maps/physmap_of_versatile.c':

commit 7f08c966f7e578dc84f7c3d1a528068841d72d32
Author: Linus Walleij <linus.walleij@linaro.org>
Date:   Fri Sep 28 13:42:50 2018 +0200

    ARM: Assume maintainership of ARM reference designs
    
    With this I assume maintainership of the Integrator, Versatile
    and RealView ARM reference machines.
    
    It's no big secret that I've been maintaining them for years,
    but might as well make it official so I get the mails and
    don't miss anything.
    
    I have also included some drivers that are closely associated
    with the ARM reference designs and yet orphaned in the
    MAINTAINERS file. I can surely maintain them too, or route
    the question to the right people so it doesn't fall on the
    floor of upward to the subsystem maintainers who have too much
    to do already as it is.
    
    Cc: Russell King <linux@armlinux.org.uk>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Will Deacon <will.deacon@arm.com>
    Cc: Stephen Boyd <sboyd@kernel.org>
    Cc: Mark Brown <broonie@kernel.org>
    Cc: Brian Norris <computersforpeace@gmail.com>
    Acked-by: Wolfram Sang <wsa@the-dreams.de>
    Acked-by: Olof Johansson <olof@lixom.net>
    Acked-by: Michael Turquette <mturquette@baylibre.com>
    Acked-by: Marc Zyngier <marc.zyngier@arm.com>
    Acked-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 MAINTAINERS | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

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

The last commit with a real presence of file pattern 'drivers/mtd/maps/physmap_of_versatile.c':

commit 6ca15cfa0788ebef365ce31d1e01ea30a389a895
Author: Boris Brezillon <boris.brezillon@bootlin.com>
Date:   Fri Oct 19 09:49:05 2018 +0200

    mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
    
    Now that the physmap_of driver is gone, the gemini and versative
    extensions are part of the physmap driver. Rename the source files and
    the config option to reflect this.
    
    Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
    Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    Acked-by: Linus Walleij <linus.walleij@linaro.org>

 drivers/mtd/maps/Kconfig                                         | 4 ++--
 drivers/mtd/maps/Makefile                                        | 4 ++--
 drivers/mtd/maps/physmap-core.c                                  | 4 ++--
 drivers/mtd/maps/{physmap_of_gemini.c => physmap-gemini.c}       | 2 +-
 drivers/mtd/maps/{physmap_of_gemini.h => physmap-gemini.h}       | 2 +-
 drivers/mtd/maps/{physmap_of_versatile.c => physmap-versatile.c} | 2 +-
 drivers/mtd/maps/{physmap_of_versatile.h => physmap-versatile.h} | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER' Joe Perches
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
       [not found]   ` <CAP6Zq1g62wiDTd9zn5dhwsfK6Rr52+ishU_=cO+G0Rm3Cs7kbQ@mail.gmail.com>
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Joe Perches
                   ` (41 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Avi Fishman, Tomer Maimon, Patrick Venture, Nancy Yuen,
	Brendan Higgins, openbmc, Arnd Bergmann

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:

	1893	ARM/NUVOTON NPCM ARCHITECTURE
	1894	M:	Avi Fishman <avifishman70@gmail.com>
	1895	M:	Tomer Maimon <tmaimon77@gmail.com>
	1896	R:	Patrick Venture <venture@google.com>
	1897	R:	Nancy Yuen <yuenn@google.com>
	1898	R:	Brendan Higgins <brendanhiggins@google.com>
	1899	L:	openbmc@lists.ozlabs.org (moderated for non-subscribers)
	1900	S:	Supported
	1901	F:	arch/arm/mach-npcm/
	1902	F:	arch/arm/boot/dts/nuvoton-npcm*
-->	1903	F:	include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
	1904	F:	drivers/*/*npcm*
	1905	F:	Documentation/devicetree/bindings/*/*npcm*
	1906	F:	Documentation/devicetree/bindings/*/*/*npcm*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'include/dt-bindings/clock/nuvoton,npcm7xx-clks.h':

commit 6a498e06ba22872d3a27cc0dae77b9314b1de48b
Author: Brendan Higgins <brendanhiggins@google.com>
Date:   Thu Aug 17 09:44:32 2017 -0700

    MAINTAINERS: Add entry for the Nuvoton NPCM architecture
    
    Add maintainers and reviewers for the Nuvoton NPCM architecture.
    
    Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
    Reviewed-by: Tomer Maimon <tmaimon77@gmail.com>
    Reviewed-by: Avi Fishman <avifishman70@gmail.com>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 MAINTAINERS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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

No commit with file pattern 'include/dt-bindings/clock/nuvoton,npcm7xx-clks.h' was found

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

* Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (2 preceding siblings ...)
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
       [not found]   ` <cover.1553577179.git.amit.kucheria@linaro.org>
  2019-03-26  5:21   ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Amit Kucheria
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
                   ` (40 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andy Gross, David Brown, linux-arm-msm, Amit Kucheria

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:

	1986	ARM/QUALCOMM SUPPORT
	1987	M:	Andy Gross <andy.gross@linaro.org>
	1988	M:	David Brown <david.brown@linaro.org>
	1989	L:	linux-arm-msm@vger.kernel.org
	1990	S:	Maintained
	1991	F:	Documentation/devicetree/bindings/soc/qcom/
	1992	F:	Documentation/devicetree/bindings/*/qcom*
	1993	F:	arch/arm/boot/dts/qcom-*.dts
	1994	F:	arch/arm/boot/dts/qcom-*.dtsi
	1995	F:	arch/arm/mach-qcom/
	1996	F:	arch/arm64/boot/dts/qcom/
	1997	F:	drivers/*/qcom/
	1998	F:	drivers/*/qcom*
	1999	F:	drivers/*/*/qcom/
	2000	F:	drivers/*/*/qcom*
	2001	F:	drivers/*/pm8???-*
	2002	F:	drivers/bluetooth/btqcomsmd.c
	2003	F:	drivers/clocksource/timer-qcom.c
	2004	F:	drivers/extcon/extcon-qcom*
	2005	F:	drivers/iommu/msm*
	2006	F:	drivers/i2c/busses/i2c-qup.c
	2007	F:	drivers/i2c/busses/i2c-qcom-geni.c
	2008	F:	drivers/mfd/ssbi.c
	2009	F:	drivers/mmc/host/mmci_qcom*
-->	2010	F:	drivers/mmc/host/sdhci_msm.c
	2011	F:	drivers/pci/controller/dwc/pcie-qcom.c
	2012	F:	drivers/phy/qualcomm/
	2013	F:	drivers/power/*/msm*
	2014	F:	drivers/reset/reset-qcom-*
	2015	F:	drivers/scsi/ufs/ufs-qcom.*
	2016	F:	drivers/spi/spi-qup.c
	2017	F:	drivers/spi/spi-geni-qcom.c
	2018	F:	drivers/spi/spi-qcom-qspi.c
	2019	F:	drivers/tty/serial/msm_serial.c
	2020	F:	drivers/usb/dwc3/dwc3-qcom.c
	2021	F:	include/dt-bindings/*/qcom*
	2022	F:	include/linux/*/qcom*
	2023	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/mmc/host/sdhci_msm.c':

commit e31f941cf977f4ed7882358de2f513cac5865330
Author: Amit Kucheria <amit.kucheria@linaro.org>
Date:   Tue Jan 15 01:15:49 2019 +0530

    MAINTAINERS: update list of qcom drivers
    
    Several drivers didn't have a specific maintainer (other than the
    subsystem maintainer). Add some generic regex patterns to capture most
    qcom drivers in the list of supported drivers. For the rest, add
    explicit filenames.
    
    Sort the entries, while we're at it.
    
    Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
    Signed-off-by: Andy Gross <andy.gross@linaro.org>

 MAINTAINERS | 32 +++++++++++++++++++++++++-------
 1 file changed, 25 insertions(+), 7 deletions(-)

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

No commit with file pattern 'drivers/mmc/host/sdhci_msm.c' was found

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

* Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (3 preceding siblings ...)
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
  2019-03-26  5:28   ` Vinod Koul
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER' Joe Perches
                   ` (39 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Masahiro Yamada, linux-arm-kernel, Vinod Koul

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:

	2344	ARM/UNIPHIER ARCHITECTURE
	2345	M:	Masahiro Yamada <yamada.masahiro@socionext.com>
	2346	L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
	2347	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
	2348	S:	Maintained
	2349	F:	Documentation/devicetree/bindings/arm/socionext/uniphier.txt
	2350	F:	Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
	2351	F:	Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
	2352	F:	arch/arm/boot/dts/uniphier*
	2353	F:	arch/arm/include/asm/hardware/cache-uniphier.h
	2354	F:	arch/arm/mach-uniphier/
	2355	F:	arch/arm/mm/cache-uniphier.c
	2356	F:	arch/arm64/boot/dts/socionext/uniphier*
	2357	F:	drivers/bus/uniphier-system-bus.c
	2358	F:	drivers/clk/uniphier/
-->	2359	F:	drivers/dmaengine/uniphier-mdmac.c
	2360	F:	drivers/gpio/gpio-uniphier.c
	2361	F:	drivers/i2c/busses/i2c-uniphier*
	2362	F:	drivers/irqchip/irq-uniphier-aidet.c
	2363	F:	drivers/mmc/host/uniphier-sd.c
	2364	F:	drivers/pinctrl/uniphier/
	2365	F:	drivers/reset/reset-uniphier.c
	2366	F:	drivers/tty/serial/8250/8250_uniphier.c
	2367	N:	uniphier

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/dmaengine/uniphier-mdmac.c':

commit 32e74aabebc8d045a11452d2de0ac9d2625fcd45
Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Date:   Fri Oct 12 01:41:03 2018 +0900

    dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver
    
    The MIO DMAC (Media IO DMA Controller) is used in UniPhier LD4,
    Pro4, and sLD8 SoCs.
    
    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    Signed-off-by: Vinod Koul <vkoul@kernel.org>

 MAINTAINERS                  |   1 +
 drivers/dma/Kconfig          |  11 +
 drivers/dma/Makefile         |   1 +
 drivers/dma/uniphier-mdmac.c | 506 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 519 insertions(+)

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

No commit with file pattern 'drivers/dmaengine/uniphier-mdmac.c' was found

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

* Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (4 preceding siblings ...)
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
  2019-03-26  9:32   ` Charles Keepax
  2019-03-25 21:24 ` Joe Perches
                   ` (38 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Charles Keepax, Richard Fitzgerald, patches, Lee Jones

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:

	3792	CIRRUS LOGIC LOCHNAGAR DRIVER
	3793	M:	Charles Keepax <ckeepax@opensource.cirrus.com>
	3794	M:	Richard Fitzgerald <rf@opensource.cirrus.com>
	3795	L:	patches@opensource.cirrus.com
	3796	S:	Supported
-->	3797	F:	drivers/clk/clk-lochnagar.c
	3798	F:	drivers/mfd/lochnagar-i2c.c
	3799	F:	drivers/pinctrl/cirrus/pinctrl-lochnagar.c
	3800	F:	drivers/regulator/lochnagar-regulator.c
	3801	F:	sound/soc/codecs/lochnagar-sc.c
	3802	F:	include/dt-bindings/clk/lochnagar.h
	3803	F:	include/dt-bindings/pinctrl/lochnagar.h
	3804	F:	include/linux/mfd/lochnagar*
	3805	F:	Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
	3806	F:	Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
	3807	F:	Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
	3808	F:	Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
	3809	F:	Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/clk/clk-lochnagar.c':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckeepax@opensource.cirrus.com>
Date:   Wed Jan 30 11:41:26 2019 +0000

    mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
    
    Lochnagar is an evaluation and development board for Cirrus
    Logic Smart CODEC and Amp devices. It allows the connection of
    most Cirrus Logic devices on mini-cards, as well as allowing
    connection of various application processor systems to provide a
    full evaluation platform. This driver supports the board
    controller chip on the Lochnagar board. Audio system topology,
    clocking and power can all be controlled through the Lochnagar
    controller chip, allowing the device under test to be used in
    a variety of possible use cases.
    
    As the Lochnagar is a fairly complex device this MFD driver
    allows the drivers for the various features to be bound
    in. Initially clocking, regulator and pinctrl will be added as
    these are necessary to configure the system. But in time at least
    audio and voltage/current monitoring will also be added.
    
    Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>

 MAINTAINERS                         |  17 ++
 drivers/mfd/Kconfig                 |   8 +
 drivers/mfd/Makefile                |   2 +
 drivers/mfd/lochnagar-i2c.c         | 398 ++++++++++++++++++++++++++++++++++++
 include/linux/mfd/lochnagar.h       |  55 +++++
 include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
 include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
 7 files changed, 928 insertions(+)

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

No commit with file pattern 'drivers/clk/clk-lochnagar.c' was found

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

* Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (5 preceding siblings ...)
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER' Joe Perches
@ 2019-03-25 21:24 ` Joe Perches
  2019-03-25 21:25 ` Joe Perches
                   ` (37 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Charles Keepax, Richard Fitzgerald, patches, Lee Jones

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:

	3792	CIRRUS LOGIC LOCHNAGAR DRIVER
	3793	M:	Charles Keepax <ckeepax@opensource.cirrus.com>
	3794	M:	Richard Fitzgerald <rf@opensource.cirrus.com>
	3795	L:	patches@opensource.cirrus.com
	3796	S:	Supported
	3797	F:	drivers/clk/clk-lochnagar.c
	3798	F:	drivers/mfd/lochnagar-i2c.c
-->	3799	F:	drivers/pinctrl/cirrus/pinctrl-lochnagar.c
	3800	F:	drivers/regulator/lochnagar-regulator.c
	3801	F:	sound/soc/codecs/lochnagar-sc.c
	3802	F:	include/dt-bindings/clk/lochnagar.h
	3803	F:	include/dt-bindings/pinctrl/lochnagar.h
	3804	F:	include/linux/mfd/lochnagar*
	3805	F:	Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
	3806	F:	Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
	3807	F:	Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
	3808	F:	Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
	3809	F:	Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/pinctrl/cirrus/pinctrl-lochnagar.c':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckeepax@opensource.cirrus.com>
Date:   Wed Jan 30 11:41:26 2019 +0000

    mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
    
    Lochnagar is an evaluation and development board for Cirrus
    Logic Smart CODEC and Amp devices. It allows the connection of
    most Cirrus Logic devices on mini-cards, as well as allowing
    connection of various application processor systems to provide a
    full evaluation platform. This driver supports the board
    controller chip on the Lochnagar board. Audio system topology,
    clocking and power can all be controlled through the Lochnagar
    controller chip, allowing the device under test to be used in
    a variety of possible use cases.
    
    As the Lochnagar is a fairly complex device this MFD driver
    allows the drivers for the various features to be bound
    in. Initially clocking, regulator and pinctrl will be added as
    these are necessary to configure the system. But in time at least
    audio and voltage/current monitoring will also be added.
    
    Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>

 MAINTAINERS                         |  17 ++
 drivers/mfd/Kconfig                 |   8 +
 drivers/mfd/Makefile                |   2 +
 drivers/mfd/lochnagar-i2c.c         | 398 ++++++++++++++++++++++++++++++++++++
 include/linux/mfd/lochnagar.h       |  55 +++++
 include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
 include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
 7 files changed, 928 insertions(+)

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

No commit with file pattern 'drivers/pinctrl/cirrus/pinctrl-lochnagar.c' was found

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

* Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (6 preceding siblings ...)
  2019-03-25 21:24 ` Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-25 21:25 ` Joe Perches
                   ` (36 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Charles Keepax, Richard Fitzgerald, patches, Lee Jones

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:

	3792	CIRRUS LOGIC LOCHNAGAR DRIVER
	3793	M:	Charles Keepax <ckeepax@opensource.cirrus.com>
	3794	M:	Richard Fitzgerald <rf@opensource.cirrus.com>
	3795	L:	patches@opensource.cirrus.com
	3796	S:	Supported
	3797	F:	drivers/clk/clk-lochnagar.c
	3798	F:	drivers/mfd/lochnagar-i2c.c
	3799	F:	drivers/pinctrl/cirrus/pinctrl-lochnagar.c
	3800	F:	drivers/regulator/lochnagar-regulator.c
	3801	F:	sound/soc/codecs/lochnagar-sc.c
	3802	F:	include/dt-bindings/clk/lochnagar.h
	3803	F:	include/dt-bindings/pinctrl/lochnagar.h
	3804	F:	include/linux/mfd/lochnagar*
	3805	F:	Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
-->	3806	F:	Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
	3807	F:	Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
	3808	F:	Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
	3809	F:	Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckeepax@opensource.cirrus.com>
Date:   Wed Jan 30 11:41:26 2019 +0000

    mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
    
    Lochnagar is an evaluation and development board for Cirrus
    Logic Smart CODEC and Amp devices. It allows the connection of
    most Cirrus Logic devices on mini-cards, as well as allowing
    connection of various application processor systems to provide a
    full evaluation platform. This driver supports the board
    controller chip on the Lochnagar board. Audio system topology,
    clocking and power can all be controlled through the Lochnagar
    controller chip, allowing the device under test to be used in
    a variety of possible use cases.
    
    As the Lochnagar is a fairly complex device this MFD driver
    allows the drivers for the various features to be bound
    in. Initially clocking, regulator and pinctrl will be added as
    these are necessary to configure the system. But in time at least
    audio and voltage/current monitoring will also be added.
    
    Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>

 MAINTAINERS                         |  17 ++
 drivers/mfd/Kconfig                 |   8 +
 drivers/mfd/Makefile                |   2 +
 drivers/mfd/lochnagar-i2c.c         | 398 ++++++++++++++++++++++++++++++++++++
 include/linux/mfd/lochnagar.h       |  55 +++++
 include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
 include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
 7 files changed, 928 insertions(+)

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

No commit with file pattern 'Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt' was found

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

* Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (7 preceding siblings ...)
  2019-03-25 21:25 ` Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
                   ` (35 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Charles Keepax, Richard Fitzgerald, patches, Lee Jones

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:

	3792	CIRRUS LOGIC LOCHNAGAR DRIVER
	3793	M:	Charles Keepax <ckeepax@opensource.cirrus.com>
	3794	M:	Richard Fitzgerald <rf@opensource.cirrus.com>
	3795	L:	patches@opensource.cirrus.com
	3796	S:	Supported
	3797	F:	drivers/clk/clk-lochnagar.c
	3798	F:	drivers/mfd/lochnagar-i2c.c
	3799	F:	drivers/pinctrl/cirrus/pinctrl-lochnagar.c
	3800	F:	drivers/regulator/lochnagar-regulator.c
	3801	F:	sound/soc/codecs/lochnagar-sc.c
	3802	F:	include/dt-bindings/clk/lochnagar.h
	3803	F:	include/dt-bindings/pinctrl/lochnagar.h
	3804	F:	include/linux/mfd/lochnagar*
	3805	F:	Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
	3806	F:	Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
-->	3807	F:	Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
	3808	F:	Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
	3809	F:	Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckeepax@opensource.cirrus.com>
Date:   Wed Jan 30 11:41:26 2019 +0000

    mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
    
    Lochnagar is an evaluation and development board for Cirrus
    Logic Smart CODEC and Amp devices. It allows the connection of
    most Cirrus Logic devices on mini-cards, as well as allowing
    connection of various application processor systems to provide a
    full evaluation platform. This driver supports the board
    controller chip on the Lochnagar board. Audio system topology,
    clocking and power can all be controlled through the Lochnagar
    controller chip, allowing the device under test to be used in
    a variety of possible use cases.
    
    As the Lochnagar is a fairly complex device this MFD driver
    allows the drivers for the various features to be bound
    in. Initially clocking, regulator and pinctrl will be added as
    these are necessary to configure the system. But in time at least
    audio and voltage/current monitoring will also be added.
    
    Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>

 MAINTAINERS                         |  17 ++
 drivers/mfd/Kconfig                 |   8 +
 drivers/mfd/Makefile                |   2 +
 drivers/mfd/lochnagar-i2c.c         | 398 ++++++++++++++++++++++++++++++++++++
 include/linux/mfd/lochnagar.h       |  55 +++++
 include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
 include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
 7 files changed, 928 insertions(+)

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

No commit with file pattern 'Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt' was found

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

* Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (8 preceding siblings ...)
  2019-03-25 21:25 ` Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-25 23:29   ` [PATCH] MAINTAINERS: Update entry for EDAC-SKYLAKE Luck, Tony
  2019-03-25 23:56   ` [PATCH] MAINTAINERS: Add entry for EDAC-I10NM Luck, Tony
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'ETHERNET PHY LIBRARY' Joe Perches
                   ` (34 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Tony Luck, linux-edac, Aristeu Rozanski, Borislav Petkov,
	Linus Torvalds, Qiuxu Zhuo

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:

	5684	EDAC-SKYLAKE
	5685	M:	Tony Luck <tony.luck@intel.com>
	5686	L:	linux-edac@vger.kernel.org
	5687	S:	Maintained
-->	5688	F:	drivers/edac/skx_edac.c

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/edac/skx_edac.c':

commit 4ec656bdf43a13a655a8259b79dd63bc1f0b1e41
Author: Tony Luck <tony.luck@intel.com>
Date:   Sat Aug 20 16:27:58 2016 -0700

    EDAC, skx_edac: Add EDAC driver for Skylake
    
    This is an entirely new driver instead of yet another set of patches
    to sb_edac.c because:
    
    1) Mapping from PCI devices to socket/memory controller is significantly
       different. Skylake scatters devices on a socket across a number of
       PCI buses.
    2) There is an extra level of interleaving via the "mcroute" register
       that would be a little messy to squeeze into the old driver.
    3) Validation is getting too expensive. Changes to sb_edac need to
       be checked against Sandy Bridge, Ivy Bridge, Haswell, Broadwell and
       Knights Landing.
    
    Acked-by: Aristeu Rozanski <aris@redhat.com>
    Acked-by: Borislav Petkov <bp@suse.de>
    Signed-off-by: Tony Luck <tony.luck@intel.com>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

 MAINTAINERS             |    6 +
 drivers/edac/Kconfig    |    8 +
 drivers/edac/Makefile   |    1 +
 drivers/edac/skx_edac.c | 1121 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1136 insertions(+)

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

The last commit with a real presence of file pattern 'drivers/edac/skx_edac.c':

commit 98f2fc829e3b55a0ff1b82753fc1e10941535cb9
Author: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Date:   Wed Jan 30 11:15:18 2019 -0800

    EDAC, skx_edac: Delete duplicated code
    
    Delete the duplicated code from skx_edac.c and rename skx_edac.c to
    skx_base.c. Update the Makefile to build the skx_edac driver from
    skx_base.c and skx_common.c.
    
    Add SPDX to skx_base.c and clean out unnecessary #include lines.
    
     [ bp: Drop the license boilerplate - there's an SPDX identifier now. ]
    
    Co-developed-by: Tony Luck <tony.luck@intel.com>
    Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
    Signed-off-by: Tony Luck <tony.luck@intel.com>
    Signed-off-by: Borislav Petkov <bp@suse.de>
    Cc: James Morse <james.morse@arm.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Cc: linux-edac <linux-edac@vger.kernel.org>
    Link: https://lkml.kernel.org/r/20190130191519.15393-4-tony.luck@intel.com

 drivers/edac/Makefile   |    4 +-
 drivers/edac/skx_base.c |  650 +++++++++++++++++++++++
 drivers/edac/skx_edac.c | 1358 -----------------------------------------------
 3 files changed, 653 insertions(+), 1359 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'ETHERNET PHY LIBRARY'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (9 preceding siblings ...)
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'FUTEX SUBSYSTEM' Joe Perches
                   ` (33 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Lunn, Florian Fainelli, Heiner Kallweit, netdev, David S . Miller

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:

	5836	ETHERNET PHY LIBRARY
	5837	M:	Andrew Lunn <andrew@lunn.ch>
	5838	M:	Florian Fainelli <f.fainelli@gmail.com>
	5839	M:	Heiner Kallweit <hkallweit1@gmail.com>
	5840	L:	netdev@vger.kernel.org
	5841	S:	Maintained
	5842	F:	Documentation/ABI/testing/sysfs-bus-mdio
	5843	F:	Documentation/devicetree/bindings/net/mdio*
-->	5844	F:	Documentation/networking/phy.txt
	5845	F:	drivers/net/phy/
	5846	F:	drivers/of/of_mdio.c
	5847	F:	drivers/of/of_net.c
	5848	F:	include/linux/*mdio*.h
	5849	F:	include/linux/of_net.h
	5850	F:	include/linux/phy.h
	5851	F:	include/linux/phy_fixed.h
	5852	F:	include/linux/platform_data/mdio-bcm-unimac.h
	5853	F:	include/linux/platform_data/mdio-gpio.h
	5854	F:	include/trace/events/mdio.h
	5855	F:	include/uapi/linux/mdio.h
	5856	F:	include/uapi/linux/mii.h

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/networking/phy.txt':

commit 22f08ad9721d4d1a92061b60026144627a60d644
Author: Florian Fainelli <f.fainelli@gmail.com>
Date:   Tue Feb 18 09:47:49 2014 -0800

    MAINTAINERS: add entry for the PHY library
    
    The PHY library has been subject to some changes, new drivers and DT
    interactions over the past few months. Add myself as a maintainer for
    the core PHY library parts and drivers. Make sure the PHY library entry
    also covers the Device Tree files which have a close interaction with
    the MDIO bus, PHY connection and Ethernet PHY mode parsing.
    
    CC: Grant Likely <grant.likely@linaro.org>
    CC: Shaohui Xie <shaohui.xie@freescale.com>
    CC: Andy Fleming <afleming@gmail.com>
    Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

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

The last commit with a real presence of file pattern 'Documentation/networking/phy.txt':

commit 25fe02d00a1e9468e0ae995beedb99867ec6701b
Author: Heiner Kallweit <hkallweit1@gmail.com>
Date:   Sat Jan 26 11:25:37 2019 +0100

    Documentation: net: phy: switch documentation to rst format
    
    Switch phylib documentation to rst format.
    
    Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    Signed-off-by: David S. Miller <davem@davemloft.net>

 Documentation/networking/index.rst |   1 +
 Documentation/networking/phy.rst   | 447 +++++++++++++++++++++++++++++++++++++
 Documentation/networking/phy.txt   | 429 -----------------------------------
 3 files changed, 448 insertions(+), 429 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'FUTEX SUBSYSTEM'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (10 preceding siblings ...)
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'ETHERNET PHY LIBRARY' Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS' Joe Perches
                   ` (32 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Ingo Molnar, Peter Zijlstra, Darren Hart, Arnd Bergmann

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:

	6410	FUTEX SUBSYSTEM
	6411	M:	Thomas Gleixner <tglx@linutronix.de>
	6412	M:	Ingo Molnar <mingo@redhat.com>
	6413	R:	Peter Zijlstra <peterz@infradead.org>
	6414	R:	Darren Hart <dvhart@infradead.org>
	6415	L:	linux-kernel@vger.kernel.org
	6416	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
	6417	S:	Maintained
	6418	F:	kernel/futex.c
-->	6419	F:	kernel/futex_compat.c
	6420	F:	include/asm-generic/futex.h
	6421	F:	include/linux/futex.h
	6422	F:	include/uapi/linux/futex.h
	6423	F:	tools/testing/selftests/futex/
	6424	F:	tools/perf/bench/futex*
	6425	F:	Documentation/*futex*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'kernel/futex_compat.c':

commit 59cd42c29618c45cd3c56da43402b14f611888dd
Author: Darren Hart (VMware) <dvhart@infradead.org>
Date:   Fri Apr 14 15:46:08 2017 -0700

    MAINTAINERS: Add FUTEX SUBSYSTEM
    
    Add a MAINTAINERS block for the FUTEX SUBSYSTEM which includes the core
    kernel code, include headers, testing code, and Documentation. Excludes
    arch files, and higher level test code.
    
    I added tglx and mingo as M as they have made the tip commits and peterz
    and myself as R.
    
    Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Shuah Khan <shuah@kernel.org>
    Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
    Link: http://lkml.kernel.org/r/20170414224608.GA5180@fury
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

 MAINTAINERS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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

The last commit with a real presence of file pattern 'kernel/futex_compat.c':

commit 04e7712f4460585e5eed5b853fd8b82a9943958f
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Apr 17 16:31:07 2018 +0200

    y2038: futex: Move compat implementation into futex.c
    
    We are going to share the compat_sys_futex() handler between 64-bit
    architectures and 32-bit architectures that need to deal with both 32-bit
    and 64-bit time_t, and this is easier if both entry points are in the
    same file.
    
    In fact, most other system call handlers do the same thing these days, so
    let's follow the trend here and merge all of futex_compat.c into futex.c.
    
    In the process, a few minor changes have to be done to make sure everything
    still makes sense: handle_futex_death() and futex_cmpxchg_enabled() become
    local symbol, and the compat version of the fetch_robust_entry() function
    gets renamed to compat_fetch_robust_entry() to avoid a symbol clash.
    
    This is intended as a purely cosmetic patch, no behavior should
    change.
    
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 include/linux/futex.h |   8 --
 kernel/Makefile       |   3 -
 kernel/futex.c        | 195 +++++++++++++++++++++++++++++++++++++++++++++++-
 kernel/futex_compat.c | 202 --------------------------------------------------
 4 files changed, 192 insertions(+), 216 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (11 preceding siblings ...)
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'FUTEX SUBSYSTEM' Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-26  7:02   ` Tianyu Lan
  2019-08-13  6:04   ` [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath Denis Efremov
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM' Joe Perches
                   ` (31 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, linux-hyperv, Michael Kelley, Lan Tianyu,
	Joerg Roedel

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@microsoft.com>
	7166	M:	Haiyang Zhang <haiyangz@microsoft.com>
	7167	M:	Stephen Hemminger <sthemmin@microsoft.com>
	7168	M:	Sasha Levin <sashal@kernel.org>
	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 <Tianyu.Lan@microsoft.com>
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@microsoft.com>
    Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com>
    Signed-off-by: Joerg Roedel <jroedel@suse.de>

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

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

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

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

* Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (12 preceding siblings ...)
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS' Joe Perches
@ 2019-03-25 21:25 ` Joe Perches
  2019-03-30  7:51   ` Boris Brezillon
  2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
                   ` (30 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Boris Brezillon, linux-i3c, Boris Brezillon, Greg Kroah-Hartman

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:

	7333	I3C SUBSYSTEM
	7334	M:	Boris Brezillon <bbrezillon@kernel.org>
	7335	L:	linux-i3c@lists.infradead.org
	7336	C:	irc://chat.freenode.net/linux-i3c
	7337	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
	7338	S:	Maintained
	7339	F:	Documentation/ABI/testing/sysfs-bus-i3c
	7340	F:	Documentation/devicetree/bindings/i3c/
	7341	F:	Documentation/driver-api/i3c
	7342	F:	drivers/i3c/
	7343	F:	include/linux/i3c/
-->	7344	F:	include/dt-bindings/i3c/

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'include/dt-bindings/i3c/':

commit 4f26d06669619b960aa7246378dcdf1690c97384
Author: Boris Brezillon <boris.brezillon@bootlin.com>
Date:   Fri Mar 23 11:38:16 2018 +0100

    MAINTAINERS: Add myself as the I3C subsystem maintainer
    
    Create an entry for the I3C subsystem and mark it as maintained by me.
    There's no official git repository, patchwork instance, mailing list or
    website yet, but this will be added after the subsystem has been
    accepted.
    
    Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
    Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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

No commit with file pattern 'include/dt-bindings/i3c/' was found

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

* Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (13 preceding siblings ...)
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM' Joe Perches
@ 2019-03-25 21:26 ` Joe Perches
  2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM' Joe Perches
                   ` (29 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Breno Leitão, Nayna Jain, Paulo Flabiano Smorigo,
	linux-crypto, Dan Streetman, Herbert Xu

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:

	7370	IBM Power in-Nest Crypto Acceleration
	7371	M:	Breno Leitão <leitao@debian.org>
	7372	M:	Nayna Jain <nayna@linux.ibm.com>
	7373	M:	Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
	7374	L:	linux-crypto@vger.kernel.org
	7375	S:	Supported
	7376	F:	drivers/crypto/nx/Makefile
	7377	F:	drivers/crypto/nx/Kconfig
	7378	F:	drivers/crypto/nx/nx-aes*
	7379	F:	drivers/crypto/nx/nx-sha*
	7380	F:	drivers/crypto/nx/nx.*
	7381	F:	drivers/crypto/nx/nx_csbcpb.h
-->	7382	F:	drivers/crypto/nx/nx_debugfs.h

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/crypto/nx/nx_debugfs.h':

commit 28bceeaaf81140d69647acd0eb7dc9312f27844a
Author: Dan Streetman <ddstreet@ieee.org>
Date:   Thu Jun 18 12:28:32 2015 -0400

    MAINTAINERS: clarify drivers/crypto/nx/ file ownership
    
    Update the "IBM Power in-Nest Crypto Acceleration" and
    "IBM Power 842 compression accelerator" sections to specify the correct
    files.
    
    The "IBM Power in-Nest Crypto Acceleration" was originally the only
    NX driver, and so its section listed all drivers/crypto/nx/ files,
    but now there is also the 842 driver which has its own section.  This
    lists explicitly what files are owned by the Crypto driver and which
    files are owned by the 842 compression driver.
    
    Signed-off-by: Dan Streetman <ddstreet@ieee.org>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

 MAINTAINERS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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

No commit with file pattern 'drivers/crypto/nx/nx_debugfs.h' was found

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

* Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (14 preceding siblings ...)
  2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Joe Perches
                   ` (28 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Alexander Aring, Stefan Schmidt, linux-wpan, Varka Bhadram,
	Marcel Holtmann, David S . Miller

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:

	7509	IEEE 802.15.4 SUBSYSTEM
	7510	M:	Alexander Aring <alex.aring@gmail.com>
	7511	M:	Stefan Schmidt <stefan@datenfreihafen.org>
	7512	L:	linux-wpan@vger.kernel.org
	7513	W:	http://wpan.cakelab.org/
	7514	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
	7515	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
	7516	S:	Maintained
	7517	F:	net/ieee802154/
	7518	F:	net/mac802154/
	7519	F:	drivers/net/ieee802154/
	7520	F:	include/linux/nl802154.h
	7521	F:	include/linux/ieee802154.h
	7522	F:	include/net/nl802154.h
	7523	F:	include/net/mac802154.h
	7524	F:	include/net/af_ieee802154.h
	7525	F:	include/net/cfg802154.h
	7526	F:	include/net/ieee802154_netdev.h
-->	7527	F:	Documentation/networking/ieee802154.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/networking/ieee802154.txt':

commit ebef9c1236170fb3ba4dc05ccb41f6d842eb1c12
Author: Varka Bhadram <varkab@cdac.in>
Date:   Fri Aug 8 17:32:45 2014 +0530

    MAINTAINERS: update maintainers info
    
    adds the mailing list address for bluetooth 6loWPAN and
    IEEE-802.15.4 subsystems. Also adds web page info.
    
    Signed-off-by: Varka Bhadram <varkab@cdac.in>
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

 MAINTAINERS | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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

The last commit with a real presence of file pattern 'Documentation/networking/ieee802154.txt':

commit 8a42eda2582ada073d7320ca703fb5fa49600e87
Author: Stefan Schmidt <stefan@datenfreihafen.org>
Date:   Wed Feb 27 20:59:14 2019 +0100

    doc: net: ieee802154: remove old plain text docs after switching to rst
    
    The plain text docs are converted to rst now, which allows us to remove
    the old text file from the tree.
    
    Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
    Signed-off-by: David S. Miller <davem@davemloft.net>

 Documentation/networking/ieee802154.txt | 177 --------------------------------
 1 file changed, 177 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (15 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-26 11:37   ` Jarkko Sakkinen
  2019-08-13  6:57   ` Denis Efremov
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER' Joe Perches
                   ` (27 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: James Bottomley, Jarkko Sakkinen, Mimi Zohar, linux-integrity,
	keyrings, Mimi Zohar, David Howells, James Morris, Denis Kenzior,
	Marcel Holtmann, James Morris

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:

	8587	KEYS-TRUSTED
	8588	M:	James Bottomley <jejb@linux.ibm.com>
	8589	M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
	8590	M:	Mimi Zohar <zohar@linux.ibm.com>
	8591	L:	linux-integrity@vger.kernel.org
	8592	L:	keyrings@vger.kernel.org
	8593	S:	Supported
	8594	F:	Documentation/security/keys/trusted-encrypted.rst
	8595	F:	include/keys/trusted-type.h
	8596	F:	security/keys/trusted.c
-->	8597	F:	security/keys/trusted.h

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'security/keys/trusted.h':

commit 7f3c68bee977ab872827e44de017216736fe21d7
Author: Mimi Zohar <zohar@linux.vnet.ibm.com>
Date:   Tue Jan 18 09:07:13 2011 -0500

    keys: add trusted and encrypted maintainers
    
    Add myself and David Safford as maintainers for trusted/encrypted keys.
    
    Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
    Acked-by: David Howells <dhowells@redhat.com>
    Signed-off-by: James Morris <jmorris@namei.org>

 MAINTAINERS | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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

The last commit with a real presence of file pattern 'security/keys/trusted.h':

commit 22447981fc050b5f1bdd0e7cbee89b4152a2b2d8
Author: Denis Kenzior <denkenz@gmail.com>
Date:   Tue Oct 9 17:48:49 2018 +0100

    KEYS: Move trusted.h to include/keys [ver #2]
    
    Signed-off-by: Denis Kenzior <denkenz@gmail.com>
    Signed-off-by: David Howells <dhowells@redhat.com>
    Tested-by: Marcel Holtmann <marcel@holtmann.org>
    Reviewed-by: Marcel Holtmann <marcel@holtmann.org>
    Signed-off-by: James Morris <james.morris@microsoft.com>

 {security => include}/keys/trusted.h | 0
 security/keys/trusted.c              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

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

* Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (16 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Joe Perches
                   ` (26 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Boris Pismenny, netdev, Ilan Tayari, Yossi Kuperman,
	Yevgeny Kliteynik, Saeed Mahameed

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:

	9887	MELLANOX ETHERNET INNOVA IPSEC DRIVER
	9888	R:	Boris Pismenny <borisp@mellanox.com>
	9889	L:	netdev@vger.kernel.org
	9890	S:	Supported
	9891	W:	http://www.mellanox.com
	9892	Q:	http://patchwork.ozlabs.org/project/netdev/list/
-->	9893	F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
	9894	F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*':

commit 547eede070eb981f1442e494f08f4567dcf1d1c7
Author: Ilan Tayari <ilant@mellanox.com>
Date:   Tue Apr 18 16:04:28 2017 +0300

    net/mlx5e: IPSec, Innova IPSec offload infrastructure
    
    Add Innova IPSec ESP crypto offload configuration paths.
    Detect Innova IPSec device and set the NETIF_F_HW_ESP flag.
    Configure Security Associations using the API introduced in a previous
    patch.
    
    Add Software-parser hardware descriptor layout
    Software-Parser (swp) is a hardware feature in ConnectX which allows the
    host software to specify protocol header offsets in the TX path, thus
    overriding the hardware parser.
    This is useful for protocols that the ASIC may not be able to parse on
    its own.
    
    Note that due to inline metadata, XDP is not supported in Innova IPSec.
    
    Signed-off-by: Ilan Tayari <ilant@mellanox.com>
    Signed-off-by: Yossi Kuperman <yossiku@mellanox.com>
    Signed-off-by: Yevgeny Kliteynik <kliteyn@mellanox.com>
    Signed-off-by: Boris Pismenny <borisp@mellanox.com>
    Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>

 MAINTAINERS                                        |  10 +
 drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  12 +
 drivers/net/ethernet/mellanox/mlx5/core/Makefile   |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   3 +
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   | 415 +++++++++++++++++++++
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |  78 ++++
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  14 +
 include/linux/mlx5/mlx5_ifc.h                      |   8 +-
 include/linux/mlx5/qp.h                            |  14 +-
 9 files changed, 552 insertions(+), 4 deletions(-)

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

No commit with file pattern 'drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*' was found

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

* Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (17 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON2 ARCHITECTURE' Joe Perches
                   ` (25 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Boris Pismenny, netdev, Ilan Tayari, Yossi Kuperman,
	Yevgeny Kliteynik, Saeed Mahameed

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:

	9887	MELLANOX ETHERNET INNOVA IPSEC DRIVER
	9888	R:	Boris Pismenny <borisp@mellanox.com>
	9889	L:	netdev@vger.kernel.org
	9890	S:	Supported
	9891	W:	http://www.mellanox.com
	9892	Q:	http://patchwork.ozlabs.org/project/netdev/list/
	9893	F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
-->	9894	F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/net/ethernet/mellanox/mlx5/core/ipsec*':

commit 547eede070eb981f1442e494f08f4567dcf1d1c7
Author: Ilan Tayari <ilant@mellanox.com>
Date:   Tue Apr 18 16:04:28 2017 +0300

    net/mlx5e: IPSec, Innova IPSec offload infrastructure
    
    Add Innova IPSec ESP crypto offload configuration paths.
    Detect Innova IPSec device and set the NETIF_F_HW_ESP flag.
    Configure Security Associations using the API introduced in a previous
    patch.
    
    Add Software-parser hardware descriptor layout
    Software-Parser (swp) is a hardware feature in ConnectX which allows the
    host software to specify protocol header offsets in the TX path, thus
    overriding the hardware parser.
    This is useful for protocols that the ASIC may not be able to parse on
    its own.
    
    Note that due to inline metadata, XDP is not supported in Innova IPSec.
    
    Signed-off-by: Ilan Tayari <ilant@mellanox.com>
    Signed-off-by: Yossi Kuperman <yossiku@mellanox.com>
    Signed-off-by: Yevgeny Kliteynik <kliteyn@mellanox.com>
    Signed-off-by: Boris Pismenny <borisp@mellanox.com>
    Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>

 MAINTAINERS                                        |  10 +
 drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  12 +
 drivers/net/ethernet/mellanox/mlx5/core/Makefile   |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   3 +
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   | 415 +++++++++++++++++++++
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |  78 ++++
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  14 +
 include/linux/mlx5/mlx5_ifc.h                      |   8 +-
 include/linux/mlx5/qp.h                            |  14 +-
 9 files changed, 552 insertions(+), 4 deletions(-)

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

No commit with file pattern 'drivers/net/ethernet/mellanox/mlx5/core/ipsec*' was found

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

* Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON2 ARCHITECTURE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (18 preceding siblings ...)
  2019-03-25 21:27 ` Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE' Joe Perches
                   ` (24 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jiaxun Yang, linux-mips, Huacai Chen, Ralf Baechle, James Hogan

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:

	10355	MIPS/LOONGSON2 ARCHITECTURE
	10356	M:	Jiaxun Yang <jiaxun.yang@flygoat.com>
	10357	L:	linux-mips@vger.kernel.org
	10358	S:	Maintained
	10359	F:	arch/mips/loongson64/fuloong-2e/
	10360	F:	arch/mips/loongson64/lemote-2f/
	10361	F:	arch/mips/include/asm/mach-loongson64/
	10362	F:	drivers/*/*loongson2*
-->	10363	F:	drivers/*/*/*loongson2*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/*/*/*loongson2*':

commit ffe1f9356fbe55df7dd7f7f6b050ee8b7136611f
Author: Huacai Chen <chenhc@lemote.com>
Date:   Thu Dec 7 14:31:08 2017 +0800

    MAINTAINERS: Add Loongson-2/Loongson-3 maintainers
    
    Add Jiaxun Yang as the MIPS/Loongson-2 maintainer and add Huacai Chen
    as the MIPS/Loongson-3 maintainer.
    
    [ralf@linux-mips.org: Don't put all of drivers/platform/mips/ into these
    two entries but rather only the files required even though at this time
    the Loongson platforms are the only users of drivers/platform/mips/.]
    
    Signed-off-by: Huacai Chen <chenhc@lemote.com>
    Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: James Hogan <james.hogan@mips.com>
    Cc: Rui Wang <wangr@lemote.com>
    Cc: Binbin Zhou <zhoubb@lemote.com>
    Cc: Ce Sun <sunc@lemote.com>
    Cc: Yao Wang <wangyao@lemote.com>
    Cc: Liangliang Huang <huangll@lemote.com>
    Cc: Fuxin Zhang <zhangfx@lemote.com>
    Cc: Zhangjin Wu <wuzhangjin@gmail.com>
    Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: r@hev.cc
    Cc: zhoubb.aaron@gmail.com
    Cc: huanglllzu@163.com
    Cc: 513434146@qq.com
    Cc: 1393699660@qq.com
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Cc: Huacai Chen <chenhc@lemote.com>
    Patchwork: https://patchwork.linux-mips.org/patch/17888/
    Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
    Signed-off-by: James Hogan <jhogan@kernel.org>

 MAINTAINERS | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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

No commit with file pattern 'drivers/*/*/*loongson2*' was found

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

* Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (19 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON2 ARCHITECTURE' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Joe Perches
                   ` (23 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Huacai Chen, linux-mips, Jiaxun Yang, Ralf Baechle, James Hogan

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:

	10365	MIPS/LOONGSON3 ARCHITECTURE
	10366	M:	Huacai Chen <chenhc@lemote.com>
	10367	L:	linux-mips@vger.kernel.org
	10368	S:	Maintained
	10369	F:	arch/mips/loongson64/
	10370	F:	arch/mips/include/asm/mach-loongson64/
	10371	F:	drivers/platform/mips/cpu_hwmon.c
-->	10372	F:	drivers/*/*loongson3*
	10373	F:	drivers/*/*/*loongson3*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/*/*loongson3*':

commit ffe1f9356fbe55df7dd7f7f6b050ee8b7136611f
Author: Huacai Chen <chenhc@lemote.com>
Date:   Thu Dec 7 14:31:08 2017 +0800

    MAINTAINERS: Add Loongson-2/Loongson-3 maintainers
    
    Add Jiaxun Yang as the MIPS/Loongson-2 maintainer and add Huacai Chen
    as the MIPS/Loongson-3 maintainer.
    
    [ralf@linux-mips.org: Don't put all of drivers/platform/mips/ into these
    two entries but rather only the files required even though at this time
    the Loongson platforms are the only users of drivers/platform/mips/.]
    
    Signed-off-by: Huacai Chen <chenhc@lemote.com>
    Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: James Hogan <james.hogan@mips.com>
    Cc: Rui Wang <wangr@lemote.com>
    Cc: Binbin Zhou <zhoubb@lemote.com>
    Cc: Ce Sun <sunc@lemote.com>
    Cc: Yao Wang <wangyao@lemote.com>
    Cc: Liangliang Huang <huangll@lemote.com>
    Cc: Fuxin Zhang <zhangfx@lemote.com>
    Cc: Zhangjin Wu <wuzhangjin@gmail.com>
    Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: r@hev.cc
    Cc: zhoubb.aaron@gmail.com
    Cc: huanglllzu@163.com
    Cc: 513434146@qq.com
    Cc: 1393699660@qq.com
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Cc: Huacai Chen <chenhc@lemote.com>
    Patchwork: https://patchwork.linux-mips.org/patch/17888/
    Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
    Signed-off-by: James Hogan <jhogan@kernel.org>

 MAINTAINERS | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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

No commit with file pattern 'drivers/*/*loongson3*' was found

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

* Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (20 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE' Joe Perches
                   ` (22 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Huacai Chen, linux-mips, Jiaxun Yang, Ralf Baechle, James Hogan

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:

	10365	MIPS/LOONGSON3 ARCHITECTURE
	10366	M:	Huacai Chen <chenhc@lemote.com>
	10367	L:	linux-mips@vger.kernel.org
	10368	S:	Maintained
	10369	F:	arch/mips/loongson64/
	10370	F:	arch/mips/include/asm/mach-loongson64/
	10371	F:	drivers/platform/mips/cpu_hwmon.c
	10372	F:	drivers/*/*loongson3*
-->	10373	F:	drivers/*/*/*loongson3*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/*/*/*loongson3*':

commit ffe1f9356fbe55df7dd7f7f6b050ee8b7136611f
Author: Huacai Chen <chenhc@lemote.com>
Date:   Thu Dec 7 14:31:08 2017 +0800

    MAINTAINERS: Add Loongson-2/Loongson-3 maintainers
    
    Add Jiaxun Yang as the MIPS/Loongson-2 maintainer and add Huacai Chen
    as the MIPS/Loongson-3 maintainer.
    
    [ralf@linux-mips.org: Don't put all of drivers/platform/mips/ into these
    two entries but rather only the files required even though at this time
    the Loongson platforms are the only users of drivers/platform/mips/.]
    
    Signed-off-by: Huacai Chen <chenhc@lemote.com>
    Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Cc: James Hogan <james.hogan@mips.com>
    Cc: Rui Wang <wangr@lemote.com>
    Cc: Binbin Zhou <zhoubb@lemote.com>
    Cc: Ce Sun <sunc@lemote.com>
    Cc: Yao Wang <wangyao@lemote.com>
    Cc: Liangliang Huang <huangll@lemote.com>
    Cc: Fuxin Zhang <zhangfx@lemote.com>
    Cc: Zhangjin Wu <wuzhangjin@gmail.com>
    Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: r@hev.cc
    Cc: zhoubb.aaron@gmail.com
    Cc: huanglllzu@163.com
    Cc: 513434146@qq.com
    Cc: 1393699660@qq.com
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Cc: Huacai Chen <chenhc@lemote.com>
    Patchwork: https://patchwork.linux-mips.org/patch/17888/
    Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
    Signed-off-by: James Hogan <jhogan@kernel.org>

 MAINTAINERS | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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

No commit with file pattern 'drivers/*/*/*loongson3*' was found

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

* Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (21 preceding siblings ...)
  2019-03-25 21:27 ` Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-08-13  6:05   ` [PATCH] MAINTAINERS: net_failover: Fix typo in a filepath Denis Efremov
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS' Joe Perches
                   ` (21 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sridhar Samudrala, netdev, David S . Miller

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:

	10683	NET_FAILOVER MODULE
	10684	M:	Sridhar Samudrala <sridhar.samudrala@intel.com>
	10685	L:	netdev@vger.kernel.org
	10686	S:	Supported
-->	10687	F:	driver/net/net_failover.c
	10688	F:	include/net/net_failover.h
	10689	F:	Documentation/networking/net_failover.rst

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'driver/net/net_failover.c':

commit cfc80d9a11635404a40199a1c9471c96890f3f74
Author: Sridhar Samudrala <sridhar.samudrala@intel.com>
Date:   Thu May 24 09:55:15 2018 -0700

    net: Introduce net_failover driver
    
    The net_failover driver provides an automated failover mechanism via APIs
    to create and destroy a failover master netdev and manages a primary and
    standby slave netdevs that get registered via the generic failover
    infrastructure.
    
    The failover netdev acts a master device and controls 2 slave devices. The
    original paravirtual interface gets registered as 'standby' slave netdev and
    a passthru/vf device with the same MAC gets registered as 'primary' slave
    netdev. Both 'standby' and 'failover' netdevs are associated with the same
    'pci' device. The user accesses the network interface via 'failover' netdev.
    The 'failover' netdev chooses 'primary' netdev as default for transmits when
    it is available with link up and running.
    
    This can be used by paravirtual drivers to enable an alternate low latency
    datapath. It also enables hypervisor controlled live migration of a VM with
    direct attached VF by failing over to the paravirtual datapath when the VF
    is unplugged.
    
    Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

 Documentation/networking/net_failover.rst |  26 +
 MAINTAINERS                               |   8 +
 drivers/net/Kconfig                       |  12 +
 drivers/net/Makefile                      |   1 +
 drivers/net/net_failover.c                | 836 ++++++++++++++++++++++++++++++
 include/net/net_failover.h                |  40 ++
 6 files changed, 923 insertions(+)

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

No commit with file pattern 'driver/net/net_failover.c' was found

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

* Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (22 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-08-13  6:13   ` [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record Denis Efremov
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER' Joe Perches
                   ` (20 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pali Rohár, Sebastian Reichel, Linus Walleij, Pavel Machek,
	Sebastian Reichel

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:

	11011	NOKIA N900 POWER SUPPLY DRIVERS
	11012	R:	Pali Rohár <pali.rohar@gmail.com>
	11013	F:	include/linux/power/bq2415x_charger.h
	11014	F:	include/linux/power/bq27xxx_battery.h
-->	11015	F:	include/linux/power/isp1704_charger.h
	11016	F:	drivers/power/supply/bq2415x_charger.c
	11017	F:	drivers/power/supply/bq27xxx_battery.c
	11018	F:	drivers/power/supply/bq27xxx_battery_i2c.c
	11019	F:	drivers/power/supply/isp1704_charger.c
	11020	F:	drivers/power/supply/rx51_battery.c

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'include/linux/power/isp1704_charger.h':

commit 2a6afddb6656aefbc6e8d6ef1f95749895ae2945
Author: Pali Rohár <pali.rohar@gmail.com>
Date:   Sun Mar 29 15:35:54 2015 +0200

    MAINTAINERS: Add me as maintainer of Nokia N900 power supply drivers
    
    I'm author of two of those drivers (bq2415x and rx51) and I added
    more patches for other twos. Also I fished (proper) open source
    power management software for Nokia N900 and those kernel drivers
    are part of it.
    
    Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
    Signed-off-by: Sebastian Reichel <sre@kernel.org>

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

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

The last commit with a real presence of file pattern 'include/linux/power/isp1704_charger.h':

commit f5d782d46aa5d4dd369e6560ce5227136b58926f
Author: Sebastian Reichel <sebastian.reichel@collabora.com>
Date:   Thu Dec 13 02:38:58 2018 +0100

    power: supply: isp1704: switch to gpiod API
    
    This migrates isp1704 driver from old GPIO API to new descriptor
    based GPIO API and drops useless platform data as a side-effect.
    
    Migration is simple, since all mainline users are DT based and
    DT API does not change. Out of tree users of the platform data
    need to migrate to gpiod_lookup_table as described here:
    
    Documentation/driver-api/gpio/board.rst
    
    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
    Acked-by: Pavel Machek <pavel@ucw.cz>
    Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

 drivers/power/supply/isp1704_charger.c | 60 +++++++---------------------------
 include/linux/power/isp1704_charger.h  | 30 -----------------
 2 files changed, 12 insertions(+), 78 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (23 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-26  5:12   ` Vinod Koul
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
                   ` (19 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Vinod Koul, Niklas Cassel, netdev, David S . Miller

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:

	12864	QUALCOMM ETHQOS ETHERNET DRIVER
	12865	M:	Vinod Koul <vkoul@kernel.org>
	12866	M:	Niklas Cassel <niklas.cassel@linaro.org>
	12867	L:	netdev@vger.kernel.org
	12868	S:	Maintained
	12869	F:	drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
-->	12870	F:	Documentation/devicetree/bindings/net/qcom,dwmac.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/net/qcom,dwmac.txt':

commit 83c177aea4c37d1a2ef1e2488b25838f70cf6571
Author: Vinod Koul <vkoul@kernel.org>
Date:   Mon Jan 21 14:43:16 2019 +0530

    MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver
    
    Add myself and Niklas as maintainers for this driver
    
    Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
    Signed-off-by: Vinod Koul <vkoul@kernel.org>
    Signed-off-by: David S. Miller <davem@davemloft.net>

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

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

No commit with file pattern 'Documentation/devicetree/bindings/net/qcom,dwmac.txt' was found

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

* Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (24 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER' Joe Perches
                   ` (18 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ezequiel Garcia, linux-media, Hans Verkuil, Mauro Carvalho Chehab

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:

	13312	ROCKCHIP VPU CODEC DRIVER
	13313	M:	Ezequiel Garcia <ezequiel@collabora.com>
	13314	L:	linux-media@vger.kernel.org
	13315	S:	Maintained
-->	13316	F:	drivers/staging/media/platform/rockchip/vpu/
	13317	F:	Documentation/devicetree/bindings/media/rockchip-vpu.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/staging/media/platform/rockchip/vpu/':

commit 775fec69008d30ed5e4ce9fa7701c5591e424c87
Author: Ezequiel Garcia <ezequiel@collabora.com>
Date:   Wed Dec 5 11:09:52 2018 -0500

    media: add Rockchip VPU JPEG encoder driver
    
    Add a mem2mem driver for the VPU available on Rockchip SoCs.
    Currently only JPEG encoding is supported, for RK3399 and RK3288
    platforms.
    
    Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    [hverkuil-cisco@xs4all.nl: fix checkpatch.pl alignment warning]
    Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

 MAINTAINERS                                        |   7 +
 drivers/staging/media/Kconfig                      |   2 +
 drivers/staging/media/Makefile                     |   1 +
 drivers/staging/media/rockchip/vpu/Kconfig         |  13 +
 drivers/staging/media/rockchip/vpu/Makefile        |  10 +
 drivers/staging/media/rockchip/vpu/TODO            |  13 +
 drivers/staging/media/rockchip/vpu/rk3288_vpu_hw.c | 118 ++++
 .../media/rockchip/vpu/rk3288_vpu_hw_jpeg_enc.c    | 130 ++++
 .../staging/media/rockchip/vpu/rk3288_vpu_regs.h   | 442 ++++++++++++++
 drivers/staging/media/rockchip/vpu/rk3399_vpu_hw.c | 118 ++++
 .../media/rockchip/vpu/rk3399_vpu_hw_jpeg_enc.c    | 164 +++++
 .../staging/media/rockchip/vpu/rk3399_vpu_regs.h   | 600 ++++++++++++++++++
 drivers/staging/media/rockchip/vpu/rockchip_vpu.h  | 232 +++++++
 .../media/rockchip/vpu/rockchip_vpu_common.h       |  29 +
 .../staging/media/rockchip/vpu/rockchip_vpu_drv.c  | 537 ++++++++++++++++
 .../staging/media/rockchip/vpu/rockchip_vpu_enc.c  | 676 +++++++++++++++++++++
 .../staging/media/rockchip/vpu/rockchip_vpu_hw.h   |  58 ++
 .../staging/media/rockchip/vpu/rockchip_vpu_jpeg.c | 290 +++++++++
 .../staging/media/rockchip/vpu/rockchip_vpu_jpeg.h |  14 +
 19 files changed, 3454 insertions(+)

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

No commit with file pattern 'drivers/staging/media/platform/rockchip/vpu/' was found

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

* Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (25 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-26 11:42   ` Krzysztof Kozlowski
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE' Joe Perches
                   ` (17 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Łukasz Stelmach, linux-samsung-soc, Krzysztof Kozlowski,
	Philippe Ombredanne, Herbert Xu

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:

	13589	SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
	13590	M:	Łukasz Stelmach <l.stelmach@samsung.com>
	13591	L:	linux-samsung-soc@vger.kernel.org
	13592	S:	Maintained
	13593	F:	drivers/char/hw_random/exynos-trng.c
-->	13594	F:	Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt':

commit 6cd225cc5d8a6526b2bea41955882be55d4f109e
Author: Łukasz Stelmach <l.stelmach@samsung.com>
Date:   Fri Dec 22 17:48:35 2017 +0100

    hwrng: exynos - add Samsung Exynos True RNG driver
    
    Add support for True Random Number Generator found in Samsung Exynos
    5250+ SoCs.
    
    Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
    Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
    Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

 MAINTAINERS                          |   7 ++
 drivers/char/hw_random/Kconfig       |  12 ++
 drivers/char/hw_random/Makefile      |   1 +
 drivers/char/hw_random/exynos-trng.c | 237 +++++++++++++++++++++++++++++++++++
 4 files changed, 257 insertions(+)

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

No commit with file pattern 'Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt' was found

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

* Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (26 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER' Joe Perches
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:58   ` [PATCH] " Casey Schaufler
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM' Joe Perches
                   ` (16 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Paul Moore, Stephen Smalley, Eric Paris, selinux, Joe Perches,
	Casey Schaufler, Kees Cook

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:

	13949	SELINUX SECURITY MODULE
	13950	M:	Paul Moore <paul@paul-moore.com>
	13951	M:	Stephen Smalley <sds@tycho.nsa.gov>
	13952	M:	Eric Paris <eparis@parisplace.org>
	13953	L:	selinux@vger.kernel.org
	13954	W:	https://selinuxproject.org
	13955	W:	https://github.com/SELinuxProject
	13956	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
	13957	S:	Supported
-->	13958	F:	include/linux/selinux*
	13959	F:	security/selinux/
	13960	F:	scripts/selinux/
	13961	F:	Documentation/admin-guide/LSM/SELinux.rst

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'include/linux/selinux*':

commit 679655daffdd2725b66ba2c5a759bbcb316fca5a
Author: Joe Perches <joe@perches.com>
Date:   Tue Apr 7 20:44:32 2009 -0700

    MAINTAINERS - Add file patterns
    
    Better description of file pattern tag "F:"
    Add file exclusion tag "X:"
    Add patterns to sections
    
    Signed-off-by: Joe Perches <joe@perches.com>

 MAINTAINERS | 1194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1193 insertions(+), 1 deletion(-)

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

The last commit with a real presence of file pattern 'include/linux/selinux*':

commit 3d252529480c68bfd6a6774652df7c8968b28e41
Author: Casey Schaufler <casey@schaufler-ca.com>
Date:   Fri Sep 21 17:17:34 2018 -0700

    SELinux: Remove unused selinux_is_enabled
    
    There are no longer users of selinux_is_enabled().
    Remove it. As selinux_is_enabled() is the only reason
    for include/linux/selinux.h remove that as well.
    
    Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
    Reviewed-by: Kees Cook <keescook@chromium.org>
    Signed-off-by: Kees Cook <keescook@chromium.org>

 include/linux/cred.h             |  1 -
 include/linux/selinux.h          | 35 -----------------------------------
 security/selinux/Makefile        |  2 +-
 security/selinux/exports.c       | 23 -----------------------
 security/selinux/hooks.c         |  1 -
 security/selinux/include/audit.h |  3 ---
 security/selinux/ss/services.c   |  1 -
 7 files changed, 1 insertion(+), 65 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (27 preceding siblings ...)
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE' Joe Perches
@ 2019-03-25 21:28 ` Joe Perches
  2019-03-25 21:28 ` Joe Perches
                   ` (15 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-media, Mauro Carvalho Chehab, Sakari Ailus, Hans Verkuil,
	Mauro Carvalho Chehab

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:

	14342	SOC-CAMERA V4L2 SUBSYSTEM
	14343	L:	linux-media@vger.kernel.org
	14344	T:	git git://linuxtv.org/media_tree.git
	14345	S:	Orphan
	14346	F:	include/media/soc*
-->	14347	F:	drivers/media/i2c/soc_camera/
	14348	F:	drivers/media/platform/soc_camera/

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/media/i2c/soc_camera/':

commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Sat Sep 15 17:59:42 2012 -0300

    MAINTAINERS: fix the path for the media drivers that got renamed
    
    Due to the media tree path renaming, several drivers change their
    location. Update MAINTAINERS accordingly.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

 MAINTAINERS | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

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

The last commit with a real presence of file pattern 'drivers/media/i2c/soc_camera/':

commit 280de94a651945905cb8337626c40025e4cea56d
Author: Sakari Ailus <sakari.ailus@linux.intel.com>
Date:   Thu Feb 7 08:43:47 2019 -0500

    media: soc_camera: Move to the staging tree
    
    The SoC camera framework has no functional drivers left, something that
    has not changed for years. Move the leftovers to the staging tree.
    
    Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
    Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

 drivers/media/i2c/Kconfig                                         | 8 --------
 drivers/media/i2c/Makefile                                        | 1 -
 drivers/media/platform/Kconfig                                    | 1 -
 drivers/media/platform/Makefile                                   | 2 --
 drivers/media/platform/soc_camera/Kconfig                         | 8 --------
 drivers/media/platform/soc_camera/Makefile                        | 1 -
 drivers/staging/media/Kconfig                                     | 2 ++
 drivers/staging/media/Makefile                                    | 1 +
 drivers/{media/i2c => staging/media}/soc_camera/Kconfig           | 8 ++++++++
 drivers/{media/i2c => staging/media}/soc_camera/Makefile          | 1 +
 drivers/{media/platform => staging/media}/soc_camera/soc_camera.c | 0
 .../{media/platform => staging/media}/soc_camera/soc_mediabus.c   | 0
 drivers/{media/i2c => staging/media}/soc_camera/soc_mt9v022.c     | 0
 drivers/{media/i2c => staging/media}/soc_camera/soc_ov5642.c      | 0
 drivers/{media/i2c => staging/media}/soc_camera/soc_ov9740.c      | 0
 15 files changed, 12 insertions(+), 21 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (28 preceding siblings ...)
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM' Joe Perches
@ 2019-03-25 21:28 ` Joe Perches
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Joe Perches
                   ` (14 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-media, Mauro Carvalho Chehab, Christoph Hellwig,
	Greg Kroah-Hartman

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:

	14342	SOC-CAMERA V4L2 SUBSYSTEM
	14343	L:	linux-media@vger.kernel.org
	14344	T:	git git://linuxtv.org/media_tree.git
	14345	S:	Orphan
	14346	F:	include/media/soc*
	14347	F:	drivers/media/i2c/soc_camera/
-->	14348	F:	drivers/media/platform/soc_camera/

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/media/platform/soc_camera/':

commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Sat Sep 15 17:59:42 2012 -0300

    MAINTAINERS: fix the path for the media drivers that got renamed
    
    Due to the media tree path renaming, several drivers change their
    location. Update MAINTAINERS accordingly.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

 MAINTAINERS | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

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

The last commit with a real presence of file pattern 'drivers/media/platform/soc_camera/':

commit 82c5de0ab8dbd6035223ad69e76bd8a88a0a9399
Author: Christoph Hellwig <hch@lst.de>
Date:   Tue Dec 25 13:29:54 2018 +0100

    dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
    
    All users of dma_declare_coherent want their allocations to be
    exclusive, so default to exclusive allocations.
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 Documentation/DMA-API.txt                          |  9 +-------
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c        | 12 ++++-------
 arch/arm/mach-imx/mach-mx31moboard.c               |  3 +--
 arch/sh/boards/mach-ap325rxa/setup.c               |  5 ++---
 arch/sh/boards/mach-ecovec24/setup.c               |  6 ++----
 arch/sh/boards/mach-kfr2r09/setup.c                |  5 ++---
 arch/sh/boards/mach-migor/setup.c                  |  5 ++---
 arch/sh/boards/mach-se/7724/setup.c                |  6 ++----
 arch/sh/drivers/pci/fixups-dreamcast.c             |  3 +--
 .../platform/soc_camera/sh_mobile_ceu_camera.c     |  3 +--
 drivers/usb/host/ohci-sm501.c                      |  3 +--
 drivers/usb/host/ohci-tmio.c                       |  2 +-
 include/linux/dma-mapping.h                        |  7 ++----
 kernel/dma/coherent.c                              | 25 ++++++----------------
 14 files changed, 29 insertions(+), 65 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (29 preceding siblings ...)
  2019-03-25 21:28 ` Joe Perches
@ 2019-03-25 21:28 ` Joe Perches
  2019-08-13  6:00   ` [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path Denis Efremov
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE' Joe Perches
                   ` (13 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: Eugeniy Paltsev, Vinod Koul

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:

	14995	SYNOPSYS DESIGNWARE AXI DMAC DRIVER
	14996	M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
	14997	S:	Maintained
-->	14998	F:	drivers/dma/dwi-axi-dmac/
	14999	F:	Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/dma/dwi-axi-dmac/':

commit 1fe20f1b84548bbcf48b6659ea171cd46618ea3a
Author: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Date:   Tue Mar 6 14:46:14 2018 +0300

    dmaengine: Introduce DW AXI DMAC driver
    
    This patch adds support for the DW AXI DMAC controller.
    DW AXI DMAC is a part of HSDK development board from Synopsys.
    
    In this driver implementation only DMA_MEMCPY transfers are
    supported.
    
    Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
    Signed-off-by: Vinod Koul <vinod.koul@intel.com>

 MAINTAINERS                                    |    6 +
 drivers/dma/Kconfig                            |   10 +
 drivers/dma/Makefile                           |    1 +
 drivers/dma/dw-axi-dmac/Makefile               |    1 +
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 1008 ++++++++++++++++++++++++
 drivers/dma/dw-axi-dmac/dw-axi-dmac.h          |  334 ++++++++
 6 files changed, 1360 insertions(+)

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

No commit with file pattern 'drivers/dma/dwi-axi-dmac/' was found

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

* Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (30 preceding siblings ...)
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Joe Perches
@ 2019-03-25 21:28 ` Joe Perches
  2019-03-25 23:34   ` [PATCH] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE Luck, Tony
  2019-03-25 23:30 ` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER' Joe Perches
                   ` (12 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 21:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Tony Luck, Borislav Petkov, linux-edac, Borislav Petkov,
	H . Peter Anvin, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Ingo Molnar

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:

	16938	X86 MCE INFRASTRUCTURE
	16939	M:	Tony Luck <tony.luck@intel.com>
	16940	M:	Borislav Petkov <bp@alien8.de>
	16941	L:	linux-edac@vger.kernel.org
	16942	S:	Maintained
-->	16943	F:	arch/x86/kernel/cpu/mcheck/*

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'arch/x86/kernel/cpu/mcheck/*':

commit c1f5c54b57341e872a9d375dccef7257f86033ef
Author: Ingo Molnar <mingo@elte.hu>
Date:   Sat Jun 18 22:51:13 2011 +0200

    x86, MAINTAINERS: Add x86 MCE people
    
    Announce the new x86 MCE infrastructure maintainers.
    
    Acked-by: Borislav Petkov <bp@amd64.org>
    Acked-by: Tony Luck <tony.luck@intel.com>
    Acked-by: H. Peter Anvin <hpa@linux.intel.com>
    Acked-by: Thomas Gleixner <tglx@linutronix.de>
    Link: http://lkml.kernel.org/n/tip-8hs7yob6wib4vblmrmbpbav4@git.kernel.org
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

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

The last commit with a real presence of file pattern 'arch/x86/kernel/cpu/mcheck/*':

commit 21afaf181362b4aeb5be72705d2914673b336149
Author: Borislav Petkov <bp@suse.de>
Date:   Sun Nov 18 15:15:05 2018 +0100

    x86/mce: Streamline MCE subsystem's naming
    
    Rename the containing folder to "mce" which is the most widespread name.
    Drop the "mce[-_]" filename prefix of some compilation units (while
    others don't have it).
    
    This unifies the file naming in the MCE subsystem:
    
    mce/
    |-- amd.c
    |-- apei.c
    |-- core.c
    |-- dev-mcelog.c
    |-- genpool.c
    |-- inject.c
    |-- intel.c
    |-- internal.h
    |-- Makefile
    |-- p5.c
    |-- severity.c
    |-- therm_throt.c
    |-- threshold.c
    `-- winchip.c
    
    No functional changes.
    
    Signed-off-by: Borislav Petkov <bp@suse.de>
    Reviewed-by: Ingo Molnar <mingo@kernel.org>
    Acked-by: Tony Luck <tony.luck@intel.com>
    Link: https://lkml.kernel.org/r/20181205141323.14995-1-bp@alien8.de

 arch/x86/kernel/cpu/Makefile                                  |  2 +-
 arch/x86/kernel/cpu/{mcheck => mce}/Makefile                  | 10 +++++-----
 arch/x86/kernel/cpu/{mcheck/mce_amd.c => mce/amd.c}           |  2 +-
 arch/x86/kernel/cpu/{mcheck/mce-apei.c => mce/apei.c}         |  2 +-
 arch/x86/kernel/cpu/{mcheck/mce.c => mce/core.c}              |  2 +-
 arch/x86/kernel/cpu/{mcheck => mce}/dev-mcelog.c              |  2 +-
 arch/x86/kernel/cpu/{mcheck/mce-genpool.c => mce/genpool.c}   |  2 +-
 arch/x86/kernel/cpu/{mcheck/mce-inject.c => mce/inject.c}     |  2 +-
 arch/x86/kernel/cpu/{mcheck/mce_intel.c => mce/intel.c}       |  2 +-
 arch/x86/kernel/cpu/{mcheck/mce-internal.h => mce/internal.h} |  0
 arch/x86/kernel/cpu/{mcheck => mce}/p5.c                      |  0
 arch/x86/kernel/cpu/{mcheck/mce-severity.c => mce/severity.c} |  2 +-
 arch/x86/kernel/cpu/{mcheck => mce}/therm_throt.c             |  0
 arch/x86/kernel/cpu/{mcheck => mce}/threshold.c               |  0
 arch/x86/kernel/cpu/{mcheck => mce}/winchip.c                 |  0
 15 files changed, 14 insertions(+), 14 deletions(-)

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

* [PATCH] Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE'
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE' Joe Perches
@ 2019-03-25 21:58   ` Casey Schaufler
  2019-03-25 22:02     ` Joe Perches
  0 siblings, 1 reply; 129+ messages in thread
From: Casey Schaufler @ 2019-03-25 21:58 UTC (permalink / raw)
  To: Joe Perches, linux-kernel
  Cc: Paul Moore, Stephen Smalley, Eric Paris, selinux, Kees Cook

The include/linux/selinux.h file has been removed.
Remove the entry from the MAINTAINERS file.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
---
  MAINTAINERS | 1 -
  1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..1039c34dff3c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13947,7 +13947,6 @@ W:	https://selinuxproject.org
  W:	https://github.com/SELinuxProject
  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
  S:	Supported
-F:	include/linux/selinux*
  F:	security/selinux/
  F:	scripts/selinux/
  F:	Documentation/admin-guide/LSM/SELinux.rst


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

* Re: [PATCH] Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE'
  2019-03-25 21:58   ` [PATCH] " Casey Schaufler
@ 2019-03-25 22:02     ` Joe Perches
  2019-03-25 22:22       ` Casey Schaufler
  0 siblings, 1 reply; 129+ messages in thread
From: Joe Perches @ 2019-03-25 22:02 UTC (permalink / raw)
  To: Casey Schaufler, linux-kernel
  Cc: Paul Moore, Stephen Smalley, Eric Paris, selinux, Kees Cook

On Mon, 2019-03-25 at 14:58 -0700, Casey Schaufler wrote:
> The include/linux/selinux.h file has been removed.
> Remove the entry from the MAINTAINERS file.

This looks like it doesn't apply correctly as there
are one too many spaces before each context lines.

> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
> ---
>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d263f29..1039c34dff3c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13947,7 +13947,6 @@ W:	https://selinuxproject.org
>   W:	https://github.com/SELinuxProject
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
>   S:	Supported
> -F:	include/linux/selinux*
>   F:	security/selinux/
>   F:	scripts/selinux/
>   F:	Documentation/admin-guide/LSM/SELinux.rst
> 


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

* Re: [PATCH] Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE'
  2019-03-25 22:02     ` Joe Perches
@ 2019-03-25 22:22       ` Casey Schaufler
  0 siblings, 0 replies; 129+ messages in thread
From: Casey Schaufler @ 2019-03-25 22:22 UTC (permalink / raw)
  To: Joe Perches, linux-kernel
  Cc: Paul Moore, Stephen Smalley, Eric Paris, selinux, Kees Cook

On 3/25/2019 3:02 PM, Joe Perches wrote:
> On Mon, 2019-03-25 at 14:58 -0700, Casey Schaufler wrote:
>> The include/linux/selinux.h file has been removed.
>> Remove the entry from the MAINTAINERS file.
> This looks like it doesn't apply correctly as there
> are one too many spaces before each context lines.

Oops. New version of Thunderbird. Looks like there's
configuration tuning required. I'll try again


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

* [PATCH] MAINTAINERS: Update entry for EDAC-SKYLAKE
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
@ 2019-03-25 23:29   ` Luck, Tony
  2019-03-25 23:56   ` [PATCH] MAINTAINERS: Add entry for EDAC-I10NM Luck, Tony
  1 sibling, 0 replies; 129+ messages in thread
From: Luck, Tony @ 2019-03-25 23:29 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, linux-edac, Aristeu Rozanski, Borislav Petkov,
	Linus Torvalds, Qiuxu Zhuo

Code refactoring to share some source code with a new
EDAC driver resulted in renaming one file (skx_edac.c
became skx_base.c) and adding a new file (skx_common.c).

Update the file pattern in MAINTAINERS to take account of
this change.

Reported-by: Joe Perches <joe@perches.com>
Fixes: 98f2fc829e3b ("EDAC, skx_edac: Delete duplicated code")
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..384a70f01dc4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5677,7 +5677,7 @@ EDAC-SKYLAKE
 M:	Tony Luck <tony.luck@intel.com>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	drivers/edac/skx_edac.c
+F:	drivers/edac/skx_*.c
 
 EDAC-TI
 M:	Tero Kristo <t-kristo@ti.com>
-- 
2.19.1


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

* Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (31 preceding siblings ...)
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE' Joe Perches
@ 2019-03-25 23:30 ` Joe Perches
  2019-03-26 10:25   ` Liviu Dudau
  2019-03-26 10:32   ` [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda Liviu Dudau
  2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
                   ` (11 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 23:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: James Wang, Liviu Dudau, Mali DP Maintainers

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:

	1162	ARM KOMEDA DRM-KMS DRIVER
	1163	M:	James (Qian) Wang <james.qian.wang@arm.com>
	1164	M:	Liviu Dudau <liviu.dudau@arm.com>
	1165	L:	Mali DP Maintainers <malidp@foss.arm.com>
	1166	S:	Supported
	1167	T:	git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
	1168	F:	drivers/gpu/drm/arm/display/include/
	1169	F:	drivers/gpu/drm/arm/display/komeda/
-->	1170	F:	Documentation/devicetree/bindings/display/arm/arm,komeda.txt
	1171	F:	Documentation/gpu/komeda-kms.rst

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/display/arm/arm,komeda.txt':

commit ab6911b73493fac9cdcc3b2c77ddca6b1016e057
Author: james qian wang (Arm Technology China) <james.qian.wang@arm.com>
Date:   Thu Jan 3 11:42:05 2019 +0000

    MAINTAINERS: Add maintainer for Arm komeda driver
    
    v4: Added git tree [Daniel Vetter]
    v2: Adjusted the position of KOMEDA by alphabetical order
    
    Signed-off-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>
    Acked-by: Liviu Dudau <liviu.dudau@arm.com>
    [Updated entry to show that Mali Developers is a mailing list and
     to add myself as maintainer]
    Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>

 MAINTAINERS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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

No commit with file pattern 'Documentation/devicetree/bindings/display/arm/arm,komeda.txt' was found

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

* [PATCH] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE' Joe Perches
@ 2019-03-25 23:34   ` Luck, Tony
  2019-03-26  7:28     ` [tip:ras/core] " tip-bot for Tony Luck
  0 siblings, 1 reply; 129+ messages in thread
From: Luck, Tony @ 2019-03-25 23:34 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Borislav Petkov, linux-edac, Borislav Petkov,
	H . Peter Anvin, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Ingo Molnar

Code restructuring renamed arch/x86/kernel/cpu/mcheck/ to
be arch/x86/kernel/cpu/mce/

Update the MAINTAINERS file pattern to account for this change.

Fixes: 21afaf181362 ("x86/mce: Streamline MCE subsystem's naming")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 384a70f01dc4..e5f3230d3f14 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16920,7 +16920,7 @@ M:	Tony Luck <tony.luck@intel.com>
 M:	Borislav Petkov <bp@alien8.de>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	arch/x86/kernel/cpu/mcheck/*
+F:	arch/x86/kernel/cpu/mce/*
 
 X86 MICROCODE UPDATE SUPPORT
 M:	Borislav Petkov <bp@alien8.de>
-- 
2.19.1


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

* Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (32 preceding siblings ...)
  2019-03-25 23:30 ` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER' Joe Perches
@ 2019-03-25 23:35 ` Joe Perches
  2019-03-25 23:38   ` Joe Perches
  2019-03-27 11:39   ` Michael Ellerman
  2019-08-13  5:58 ` [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath Denis Efremov
                   ` (10 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 23:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc-dev, Sukadev Bhattiprolu, Michael Ellerman

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:

	7396	IBM Power Virtual Accelerator Switchboard
	7397	M:	Sukadev Bhattiprolu
	7398	L:	linuxppc-dev@lists.ozlabs.org
	7399	S:	Supported
	7400	F:	arch/powerpc/platforms/powernv/vas*
	7401	F:	arch/powerpc/platforms/powernv/copy-paste.h
	7402	F:	arch/powerpc/include/asm/vas.h
-->	7403	F:	arch/powerpc/include/uapi/asm/vas.h

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'arch/powerpc/include/uapi/asm/vas.h':

commit 4dea2d1a927c61114a168d4509b56329ea6effb7
Author: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Date:   Mon Aug 28 23:23:33 2017 -0700

    powerpc/powernv/vas: Define vas_init() and vas_exit()
    
    Implement vas_init() and vas_exit() functions for a new VAS module.
    This VAS module is essentially a library for other device drivers
    and kernel users of the NX coprocessors like NX-842 and NX-GZIP.
    In the future this will be extended to add support for user space
    to access the NX coprocessors.
    
    VAS is currently only supported with 64K page size.
    
    Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
    Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

 .../devicetree/bindings/powerpc/ibm,vas.txt        |  22 +++
 MAINTAINERS                                        |   8 ++
 arch/powerpc/platforms/powernv/Kconfig             |  14 ++
 arch/powerpc/platforms/powernv/Makefile            |   1 +
 arch/powerpc/platforms/powernv/vas-window.c        |  19 +++
 arch/powerpc/platforms/powernv/vas.c               | 151 +++++++++++++++++++++
 arch/powerpc/platforms/powernv/vas.h               |   2 +
 7 files changed, 217 insertions(+)

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

No commit with file pattern 'arch/powerpc/include/uapi/asm/vas.h' was found

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

* Re: Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'
  2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
@ 2019-03-25 23:38   ` Joe Perches
  2019-03-27 11:39   ` Michael Ellerman
  1 sibling, 0 replies; 129+ messages in thread
From: Joe Perches @ 2019-03-25 23:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc-dev, Sukadev Bhattiprolu, Michael Ellerman

On Mon, 2019-03-25 at 16:35 -0700, Joe Perches wrote:
> 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:
> 
> 	7396	IBM Power Virtual Accelerator Switchboard
> 	7397	M:	Sukadev Bhattiprolu

btw: Your name needs an email address here too.

This should be:

M:	Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>



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

* [PATCH] MAINTAINERS: Add entry for EDAC-I10NM
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
  2019-03-25 23:29   ` [PATCH] MAINTAINERS: Update entry for EDAC-SKYLAKE Luck, Tony
@ 2019-03-25 23:56   ` Luck, Tony
  2019-03-26  7:33     ` Borislav Petkov
  1 sibling, 1 reply; 129+ messages in thread
From: Luck, Tony @ 2019-03-25 23:56 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, linux-edac, Aristeu Rozanski, Borislav Petkov,
	Linus Torvalds, Qiuxu Zhuo

We forgot to update the MAINTAINERS file when adding this
new driver.

Fixes: d4dc89d069aa ("EDAC, i10nm: Add a driver for Intel 10nm server processors")
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e5f3230d3f14..86c4a5d95cca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5596,6 +5596,12 @@ L:	linux-edac@vger.kernel.org
 S:	Maintained
 F:	drivers/edac/ghes_edac.c
 
+EDAC-I10NM
+M:	Tony Luck <tony.luck@intel.com>
+L:	linux-edac@vger.kernel.org
+S:	Maintained
+F:	drivers/edac/i10nm_base.c
+
 EDAC-I3000
 L:	linux-edac@vger.kernel.org
 S:	Orphan
-- 
2.19.1


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

* Re: Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER'
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER' Joe Perches
@ 2019-03-26  5:12   ` Vinod Koul
  0 siblings, 0 replies; 129+ messages in thread
From: Vinod Koul @ 2019-03-26  5:12 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Niklas Cassel, netdev, David S . Miller

On 25-03-19, 14:27, Joe Perches wrote:
> 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.

Thanks Joe for the report, sending the fix.

> 
> 1: ---------------------------------------------------------------------------
> 
> linux-next MAINTAINERS section:
> 
> 	12864	QUALCOMM ETHQOS ETHERNET DRIVER
> 	12865	M:	Vinod Koul <vkoul@kernel.org>
> 	12866	M:	Niklas Cassel <niklas.cassel@linaro.org>
> 	12867	L:	netdev@vger.kernel.org
> 	12868	S:	Maintained
> 	12869	F:	drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
> -->	12870	F:	Documentation/devicetree/bindings/net/qcom,dwmac.txt
> 
> 2: ---------------------------------------------------------------------------
> 
> The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/net/qcom,dwmac.txt':
> 
> commit 83c177aea4c37d1a2ef1e2488b25838f70cf6571
> Author: Vinod Koul <vkoul@kernel.org>
> Date:   Mon Jan 21 14:43:16 2019 +0530
> 
>     MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver
>     
>     Add myself and Niklas as maintainers for this driver
>     
>     Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
>     Signed-off-by: Vinod Koul <vkoul@kernel.org>
>     Signed-off-by: David S. Miller <davem@davemloft.net>
> 
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> 3: ---------------------------------------------------------------------------
> 
> No commit with file pattern 'Documentation/devicetree/bindings/net/qcom,dwmac.txt' was found

-- 
~Vinod

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

* [PATCH v1 1/1] MAINTAINERS: fix typo in file name
       [not found]   ` <cover.1553577179.git.amit.kucheria@linaro.org>
@ 2019-03-26  5:18     ` Amit Kucheria
  2019-03-26  5:30       ` Vinod Koul
  2019-03-27 13:45       ` Mukesh Ojha
  0 siblings, 2 replies; 129+ messages in thread
From: Amit Kucheria @ 2019-03-26  5:18 UTC (permalink / raw)
  To: linux-kernel, joe, andy.gross, david.brown, linux-arm-msm

Replace underscore with dash.

Fixes: e31f941cf977 ("MAINTAINERS: update list of qcom drivers")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..d2c5852a3c8d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2007,7 +2007,7 @@ F:	drivers/i2c/busses/i2c-qup.c
 F:	drivers/i2c/busses/i2c-qcom-geni.c
 F:	drivers/mfd/ssbi.c
 F:	drivers/mmc/host/mmci_qcom*
-F:	drivers/mmc/host/sdhci_msm.c
+F:	drivers/mmc/host/sdhci-msm.c
 F:	drivers/pci/controller/dwc/pcie-qcom.c
 F:	drivers/phy/qualcomm/
 F:	drivers/power/*/msm*
-- 
2.17.1


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

* Re: Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT'
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Joe Perches
       [not found]   ` <cover.1553577179.git.amit.kucheria@linaro.org>
@ 2019-03-26  5:21   ` Amit Kucheria
  1 sibling, 0 replies; 129+ messages in thread
From: Amit Kucheria @ 2019-03-26  5:21 UTC (permalink / raw)
  To: Joe Perches
  Cc: Linux Kernel Mailing List, Andy Gross, David Brown, linux-arm-msm

On Tue, Mar 26, 2019 at 2:54 AM Joe Perches <joe@perches.com> wrote:
>
> 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.

<snip>

>         2008    F:      drivers/mfd/ssbi.c
>         2009    F:      drivers/mmc/host/mmci_qcom*
> -->     2010    F:      drivers/mmc/host/sdhci_msm.c

> No commit with file pattern 'drivers/mmc/host/sdhci_msm.c' was found

I've sent a patch to fix the typo in the filename. Thanks for reporting.

Regards,
Amit

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

* Re: Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE'
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
@ 2019-03-26  5:28   ` Vinod Koul
  0 siblings, 0 replies; 129+ messages in thread
From: Vinod Koul @ 2019-03-26  5:28 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Masahiro Yamada, linux-arm-kernel

On 25-03-19, 14:24, Joe Perches wrote:
> 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:
> 
> 	2344	ARM/UNIPHIER ARCHITECTURE
> 	2345	M:	Masahiro Yamada <yamada.masahiro@socionext.com>
> 	2346	L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> 	2347	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> 	2348	S:	Maintained
> 	2349	F:	Documentation/devicetree/bindings/arm/socionext/uniphier.txt
> 	2350	F:	Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
> 	2351	F:	Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
> 	2352	F:	arch/arm/boot/dts/uniphier*
> 	2353	F:	arch/arm/include/asm/hardware/cache-uniphier.h
> 	2354	F:	arch/arm/mach-uniphier/
> 	2355	F:	arch/arm/mm/cache-uniphier.c
> 	2356	F:	arch/arm64/boot/dts/socionext/uniphier*
> 	2357	F:	drivers/bus/uniphier-system-bus.c
> 	2358	F:	drivers/clk/uniphier/
> -->	2359	F:	drivers/dmaengine/uniphier-mdmac.c

yeah this should be drivers/dma/<>

I have fixed it up with below

 --8<--


From: Vinod Koul <vkoul@kernel.org>
Date: Tue, 26 Mar 2019 10:55:47 +0530
Subject: [PATCH] MAINTAINERS: Fix uniphier-mdmac.c file path

Commit 32e74aabebc8 ("dmaengine: uniphier-mdmac: add UniPhier MIO DMAC
driver") wrongly put filepath for uniphier-mdmac.c, fix it

Fixes: 32e74aabebc8 ("dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..67e895feddc8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2356,7 +2356,7 @@ F:	arch/arm/mm/cache-uniphier.c
 F:	arch/arm64/boot/dts/socionext/uniphier*
 F:	drivers/bus/uniphier-system-bus.c
 F:	drivers/clk/uniphier/
-F:	drivers/dmaengine/uniphier-mdmac.c
+F:	drivers/dma/uniphier-mdmac.c
 F:	drivers/gpio/gpio-uniphier.c
 F:	drivers/i2c/busses/i2c-uniphier*
 F:	drivers/irqchip/irq-uniphier-aidet.c
-- 
2.20.1

Thanks
-- 
~Vinod

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

* Re: [PATCH v1 1/1] MAINTAINERS: fix typo in file name
  2019-03-26  5:18     ` [PATCH v1 1/1] MAINTAINERS: fix typo in file name Amit Kucheria
@ 2019-03-26  5:30       ` Vinod Koul
  2019-03-27 13:45       ` Mukesh Ojha
  1 sibling, 0 replies; 129+ messages in thread
From: Vinod Koul @ 2019-03-26  5:30 UTC (permalink / raw)
  To: Amit Kucheria; +Cc: linux-kernel, joe, andy.gross, david.brown, linux-arm-msm

On 26-03-19, 10:48, Amit Kucheria wrote:
> Replace underscore with dash.
> 
> Fixes: e31f941cf977 ("MAINTAINERS: update list of qcom drivers")
> Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>

Reviewed-by: Vinod Koul <vkoul@kernel.org>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d263f29..d2c5852a3c8d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2007,7 +2007,7 @@ F:	drivers/i2c/busses/i2c-qup.c
>  F:	drivers/i2c/busses/i2c-qcom-geni.c
>  F:	drivers/mfd/ssbi.c
>  F:	drivers/mmc/host/mmci_qcom*
> -F:	drivers/mmc/host/sdhci_msm.c
> +F:	drivers/mmc/host/sdhci-msm.c
>  F:	drivers/pci/controller/dwc/pcie-qcom.c
>  F:	drivers/phy/qualcomm/
>  F:	drivers/power/*/msm*
> -- 
> 2.17.1

-- 
~Vinod

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

* RE: Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS'
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS' Joe Perches
@ 2019-03-26  7:02   ` Tianyu Lan
  2019-08-13  6:04   ` [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath Denis Efremov
  1 sibling, 0 replies; 129+ messages in thread
From: Tianyu Lan @ 2019-03-26  7:02 UTC (permalink / raw)
  To: Joe Perches, linux-kernel
  Cc: KY Srinivasan, Haiyang Zhang, Stephen Hemminger, Sasha Levin,
	linux-hyperv, Michael Kelley, Joerg Roedel

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 <sthemmin@microsoft.com>; Sasha Levin <sashal@kernel.org>; linux-hyperv@vger.kernel.org; Michael Kelley <mikelley@microsoft.com>; Tianyu Lan <Tianyu.Lan@microsoft.com>; Joerg Roedel <jroedel@suse.de>
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@microsoft.com>
	7166	M:	Haiyang Zhang <haiyangz@microsoft.com>
	7167	M:	Stephen Hemminger <sthemmin@microsoft.com>
	7168	M:	Sasha Levin <sashal@kernel.org>
	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 <Tianyu.Lan@microsoft.com>
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@microsoft.com>
    Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com>
    Signed-off-by: Joerg Roedel <jroedel@suse.de>

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

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

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

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

* [tip:ras/core] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE
  2019-03-25 23:34   ` [PATCH] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE Luck, Tony
@ 2019-03-26  7:28     ` tip-bot for Tony Luck
  0 siblings, 0 replies; 129+ messages in thread
From: tip-bot for Tony Luck @ 2019-03-26  7:28 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: nicolas.ferre, tony.luck, tglx, davem, joe, hpa, gregkh, mingo,
	mchehab+samsung, linux-edac, linux-kernel, bp, hpa

Commit-ID:  1762058319f1cf34b11fc6b82678828ecc88c8ee
Gitweb:     https://git.kernel.org/tip/1762058319f1cf34b11fc6b82678828ecc88c8ee
Author:     Tony Luck <tony.luck@intel.com>
AuthorDate: Mon, 25 Mar 2019 16:34:17 -0700
Committer:  Borislav Petkov <bp@suse.de>
CommitDate: Tue, 26 Mar 2019 08:23:53 +0100

MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE

Code restructuring renamed arch/x86/kernel/cpu/mcheck/ to
be arch/x86/kernel/cpu/mce/

Update the MAINTAINERS file pattern to account for this change.

Fixes: 21afaf181362 ("x86/mce: Streamline MCE subsystem's naming")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: "H. Peter Anvin" <hpa@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: https://lkml.kernel.org/r/20190325233416.GB8869@agluck-desk
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..58acbc246adc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16910,7 +16910,7 @@ M:	Tony Luck <tony.luck@intel.com>
 M:	Borislav Petkov <bp@alien8.de>
 L:	linux-edac@vger.kernel.org
 S:	Maintained
-F:	arch/x86/kernel/cpu/mcheck/*
+F:	arch/x86/kernel/cpu/mce/*
 
 X86 MICROCODE UPDATE SUPPORT
 M:	Borislav Petkov <bp@alien8.de>

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

* Re: [PATCH] MAINTAINERS: Add entry for EDAC-I10NM
  2019-03-25 23:56   ` [PATCH] MAINTAINERS: Add entry for EDAC-I10NM Luck, Tony
@ 2019-03-26  7:33     ` Borislav Petkov
  0 siblings, 0 replies; 129+ messages in thread
From: Borislav Petkov @ 2019-03-26  7:33 UTC (permalink / raw)
  To: Luck, Tony
  Cc: Joe Perches, linux-kernel, linux-edac, Aristeu Rozanski,
	Linus Torvalds, Qiuxu Zhuo

On Mon, Mar 25, 2019 at 04:56:27PM -0700, Luck, Tony wrote:
> We forgot to update the MAINTAINERS file when adding this
> new driver.
> 
> Fixes: d4dc89d069aa ("EDAC, i10nm: Add a driver for Intel 10nm server processors")
> Signed-off-by: Tony Luck <tony.luck@intel.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e5f3230d3f14..86c4a5d95cca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5596,6 +5596,12 @@ L:	linux-edac@vger.kernel.org
>  S:	Maintained
>  F:	drivers/edac/ghes_edac.c
>  
> +EDAC-I10NM
> +M:	Tony Luck <tony.luck@intel.com>
> +L:	linux-edac@vger.kernel.org
> +S:	Maintained
> +F:	drivers/edac/i10nm_base.c
> +
>  EDAC-I3000
>  L:	linux-edac@vger.kernel.org
>  S:	Orphan
> -- 

All 3 applied,
thanks.

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

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

* Re: Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER' Joe Perches
@ 2019-03-26  9:32   ` Charles Keepax
  0 siblings, 0 replies; 129+ messages in thread
From: Charles Keepax @ 2019-03-26  9:32 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Richard Fitzgerald, patches, Lee Jones

On Mon, Mar 25, 2019 at 02:24:55PM -0700, Joe Perches wrote:
> 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:
> 
> 	3792	CIRRUS LOGIC LOCHNAGAR DRIVER
> 	3793	M:	Charles Keepax <ckeepax@opensource.cirrus.com>
> 	3794	M:	Richard Fitzgerald <rf@opensource.cirrus.com>
> 	3795	L:	patches@opensource.cirrus.com
> 	3796	S:	Supported
> -->	3797	F:	drivers/clk/clk-lochnagar.c
> 	3798	F:	drivers/mfd/lochnagar-i2c.c
> 	3799	F:	drivers/pinctrl/cirrus/pinctrl-lochnagar.c
> 	3800	F:	drivers/regulator/lochnagar-regulator.c
> 	3801	F:	sound/soc/codecs/lochnagar-sc.c
> 	3802	F:	include/dt-bindings/clk/lochnagar.h
> 	3803	F:	include/dt-bindings/pinctrl/lochnagar.h
> 	3804	F:	include/linux/mfd/lochnagar*
> 	3805	F:	Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
> 	3806	F:	Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
> 	3807	F:	Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
> 	3808	F:	Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
> 	3809	F:	Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt
> 

These files are currently in review and should hopefully be
submitted soon. They have already seen review and are just
waiting on the maintainers to get around to actually merging
them.

Thanks,
Charles

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

* Re: Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER'
  2019-03-25 23:30 ` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER' Joe Perches
@ 2019-03-26 10:25   ` Liviu Dudau
  2019-03-26 10:32   ` [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda Liviu Dudau
  1 sibling, 0 replies; 129+ messages in thread
From: Liviu Dudau @ 2019-03-26 10:25 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, James Wang, Mali DP Maintainers

Hi Joe,

On Mon, Mar 25, 2019 at 04:30:40PM -0700, Joe Perches wrote:
> 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:
> 
> 	1162	ARM KOMEDA DRM-KMS DRIVER
> 	1163	M:	James (Qian) Wang <james.qian.wang@arm.com>
> 	1164	M:	Liviu Dudau <liviu.dudau@arm.com>
> 	1165	L:	Mali DP Maintainers <malidp@foss.arm.com>
> 	1166	S:	Supported
> 	1167	T:	git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
> 	1168	F:	drivers/gpu/drm/arm/display/include/
> 	1169	F:	drivers/gpu/drm/arm/display/komeda/
> -->	1170	F:	Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> 	1171	F:	Documentation/gpu/komeda-kms.rst
> 
> 2: ---------------------------------------------------------------------------
> 
> The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/display/arm/arm,komeda.txt':
> 

Thanks for the report, I will send a patch to fix it.

Best regards,
Liviu

> commit ab6911b73493fac9cdcc3b2c77ddca6b1016e057
> Author: james qian wang (Arm Technology China) <james.qian.wang@arm.com>
> Date:   Thu Jan 3 11:42:05 2019 +0000
> 
>     MAINTAINERS: Add maintainer for Arm komeda driver
>     
>     v4: Added git tree [Daniel Vetter]
>     v2: Adjusted the position of KOMEDA by alphabetical order
>     
>     Signed-off-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>
>     Acked-by: Liviu Dudau <liviu.dudau@arm.com>
>     [Updated entry to show that Mali Developers is a mailing list and
>      to add myself as maintainer]
>     Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
> 
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> 3: ---------------------------------------------------------------------------
> 
> No commit with file pattern 'Documentation/devicetree/bindings/display/arm/arm,komeda.txt' was found

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯

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

* [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda
  2019-03-25 23:30 ` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER' Joe Perches
  2019-03-26 10:25   ` Liviu Dudau
@ 2019-03-26 10:32   ` Liviu Dudau
  2019-03-27  6:21     ` james qian wang (Arm Technology China)
  1 sibling, 1 reply; 129+ messages in thread
From: Liviu Dudau @ 2019-03-26 10:32 UTC (permalink / raw)
  To: James (Qian) Wang
  Cc: Brian Starkey, Joe Perches, Daniel Vetter, DRI-devel, LKML, Liviu Dudau

The Device Tree bindings documentation file is in a simplified path
that doesn't match the MAINTAINERS entry.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b5480..9fa4686212bdd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1167,7 +1167,7 @@ S:	Supported
 T:	git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
 F:	drivers/gpu/drm/arm/display/include/
 F:	drivers/gpu/drm/arm/display/komeda/
-F:	Documentation/devicetree/bindings/display/arm/arm,komeda.txt
+F:	Documentation/devicetree/bindings/display/arm,komeda.txt
 F:	Documentation/gpu/komeda-kms.rst
 
 ARM MALI-DP DRM DRIVER
-- 
2.21.0


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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Joe Perches
@ 2019-03-26 11:37   ` Jarkko Sakkinen
  2019-03-26 12:10     ` Mimi Zohar
  2019-08-13  6:57   ` Denis Efremov
  1 sibling, 1 reply; 129+ messages in thread
From: Jarkko Sakkinen @ 2019-03-26 11:37 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, James Bottomley, Mimi Zohar, linux-integrity,
	keyrings, Mimi Zohar, David Howells, James Morris, Denis Kenzior,
	Marcel Holtmann, James Morris

Mimi,

Can you fix this and I can ack and send PR through my tree?

/Jarkko

On Mon, Mar 25, 2019 at 02:27:05PM -0700, Joe Perches wrote:
> 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:
> 
> 	8587	KEYS-TRUSTED
> 	8588	M:	James Bottomley <jejb@linux.ibm.com>
> 	8589	M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> 	8590	M:	Mimi Zohar <zohar@linux.ibm.com>
> 	8591	L:	linux-integrity@vger.kernel.org
> 	8592	L:	keyrings@vger.kernel.org
> 	8593	S:	Supported
> 	8594	F:	Documentation/security/keys/trusted-encrypted.rst
> 	8595	F:	include/keys/trusted-type.h
> 	8596	F:	security/keys/trusted.c
> -->	8597	F:	security/keys/trusted.h
> 
> 2: ---------------------------------------------------------------------------
> 
> The most recent commit that added or modified file pattern 'security/keys/trusted.h':
> 
> commit 7f3c68bee977ab872827e44de017216736fe21d7
> Author: Mimi Zohar <zohar@linux.vnet.ibm.com>
> Date:   Tue Jan 18 09:07:13 2011 -0500
> 
>     keys: add trusted and encrypted maintainers
>     
>     Add myself and David Safford as maintainers for trusted/encrypted keys.
>     
>     Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
>     Acked-by: David Howells <dhowells@redhat.com>
>     Signed-off-by: James Morris <jmorris@namei.org>
> 
>  MAINTAINERS | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> 3: ---------------------------------------------------------------------------
> 
> The last commit with a real presence of file pattern 'security/keys/trusted.h':
> 
> commit 22447981fc050b5f1bdd0e7cbee89b4152a2b2d8
> Author: Denis Kenzior <denkenz@gmail.com>
> Date:   Tue Oct 9 17:48:49 2018 +0100
> 
>     KEYS: Move trusted.h to include/keys [ver #2]
>     
>     Signed-off-by: Denis Kenzior <denkenz@gmail.com>
>     Signed-off-by: David Howells <dhowells@redhat.com>
>     Tested-by: Marcel Holtmann <marcel@holtmann.org>
>     Reviewed-by: Marcel Holtmann <marcel@holtmann.org>
>     Signed-off-by: James Morris <james.morris@microsoft.com>
> 
>  {security => include}/keys/trusted.h | 0
>  security/keys/trusted.c              | 2 +-
>  2 files changed, 1 insertion(+), 1 deletion(-)

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

* Re: Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER' Joe Perches
@ 2019-03-26 11:42   ` Krzysztof Kozlowski
  2019-08-13  7:09     ` Denis Efremov
  0 siblings, 1 reply; 129+ messages in thread
From: Krzysztof Kozlowski @ 2019-03-26 11:42 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Łukasz Stelmach, linux-samsung-soc,
	Philippe Ombredanne, Herbert Xu

On Mon, 25 Mar 2019 at 22:29, Joe Perches <joe@perches.com> wrote:
>
> A file pattern line in this section of the MAINTAINERS file in linux-next
> does not have a match in the linux source files.

Thanks for reminder, the patch adding file is pending.

Best regards,
Krzysztof

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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-26 11:37   ` Jarkko Sakkinen
@ 2019-03-26 12:10     ` Mimi Zohar
  2019-03-26 14:25       ` James Bottomley
  0 siblings, 1 reply; 129+ messages in thread
From: Mimi Zohar @ 2019-03-26 12:10 UTC (permalink / raw)
  To: Jarkko Sakkinen, Joe Perches
  Cc: linux-kernel, James Bottomley, linux-integrity, keyrings,
	Mimi Zohar, David Howells, James Morris, Denis Kenzior,
	Marcel Holtmann, James Morris

Hi Jarrko,

On Tue, 2019-03-26 at 13:37 +0200, Jarkko Sakkinen wrote:
> Mimi,
> 
> Can you fix this and I can ack and send PR through my tree?

Making the "trusted.h" include file public was part of David's "KEYS:
Support TPM-wrapped key and crypto ops" patch set.  I wasn't involved
in reviewing or upstreaming this patch set.  As I recall, it was
upstreamed rather quickly without much review.  As it is TPM related,
it should have at least been posted on the linux-integrity mailing
list.  I have no idea if "trusted.h" should have been made public.

I'm not sure just "fixing" the MAINTAINERS file is the right solution.
 I was hoping to look at it later this week.  Perhaps you and James
could take a look?

Mimi


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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-26 12:10     ` Mimi Zohar
@ 2019-03-26 14:25       ` James Bottomley
  2019-03-26 14:59         ` Denis Kenzior
  2019-03-27  4:54         ` Jarkko Sakkinen
  0 siblings, 2 replies; 129+ messages in thread
From: James Bottomley @ 2019-03-26 14:25 UTC (permalink / raw)
  To: Mimi Zohar, Jarkko Sakkinen, Joe Perches
  Cc: linux-kernel, linux-integrity, keyrings, Mimi Zohar,
	David Howells, James Morris, Denis Kenzior, Marcel Holtmann,
	James Morris

On Tue, 2019-03-26 at 08:10 -0400, Mimi Zohar wrote:
> Hi Jarrko,
> 
> On Tue, 2019-03-26 at 13:37 +0200, Jarkko Sakkinen wrote:
> > Mimi,
> > 
> > Can you fix this and I can ack and send PR through my tree?
> 
> Making the "trusted.h" include file public was part of David's "KEYS:
> Support TPM-wrapped key and crypto ops" patch set.  I wasn't involved
> in reviewing or upstreaming this patch set.  As I recall, it was
> upstreamed rather quickly without much review.  As it is TPM related,
> it should have at least been posted on the linux-integrity mailing
> list.  I have no idea if "trusted.h" should have been made public.
> 
> I'm not sure just "fixing" the MAINTAINERS file is the right
> solution.  I was hoping to look at it later this week.  Perhaps you
> and James could take a look?

Looking at the contents of linux/keys/trusted.h, it looks like the
wrong decision to move it.  The contents are way too improperly named
and duplicative to be in a standard header.  It's mostly actually TPM
code including a redefinition of the tpm_buf structure, so it doesn't
even seem to be necessary for trusted keys.

If you want to fix this as a bug, I'd move it back again, but long term
I think it should simply be combined with trusted.c because nothing
else can include it sanely anyway.

James


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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-26 14:25       ` James Bottomley
@ 2019-03-26 14:59         ` Denis Kenzior
  2019-03-26 16:25           ` James Bottomley
  2019-03-27  4:58           ` Jarkko Sakkinen
  2019-03-27  4:54         ` Jarkko Sakkinen
  1 sibling, 2 replies; 129+ messages in thread
From: Denis Kenzior @ 2019-03-26 14:59 UTC (permalink / raw)
  To: James Bottomley, Mimi Zohar, Jarkko Sakkinen, Joe Perches
  Cc: linux-kernel, linux-integrity, keyrings, Mimi Zohar,
	David Howells, James Morris, Marcel Holtmann, James Morris

Hi James,

On 03/26/2019 09:25 AM, James Bottomley wrote:
> Looking at the contents of linux/keys/trusted.h, it looks like the
> wrong decision to move it.  The contents are way too improperly named
> and duplicative to be in a standard header.  It's mostly actually TPM
> code including a redefinition of the tpm_buf structure, so it doesn't
> even seem to be necessary for trusted keys.
The reason this was done was because asym_tpm.c needed a bunch of the 
same functionality already provided by trusted.c, e.g. TSS_authmac and 
friends.

> 
> If you want to fix this as a bug, I'd move it back again, but long term
> I think it should simply be combined with trusted.c because nothing
> else can include it sanely anyway.

Ideally I'd like to see the TPM subsystem expose these functions using 
some proper API / library abstraction.  David Howells had an RFC patch 
set that tried to address some of this a while back.  Not sure if that 
went anywhere.

Regards,
-Denis

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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-26 14:59         ` Denis Kenzior
@ 2019-03-26 16:25           ` James Bottomley
  2019-03-27  4:58           ` Jarkko Sakkinen
  1 sibling, 0 replies; 129+ messages in thread
From: James Bottomley @ 2019-03-26 16:25 UTC (permalink / raw)
  To: Denis Kenzior, Mimi Zohar, Jarkko Sakkinen, Joe Perches
  Cc: linux-kernel, linux-integrity, keyrings, Mimi Zohar,
	David Howells, James Morris, Marcel Holtmann, James Morris

On Tue, 2019-03-26 at 09:59 -0500, Denis Kenzior wrote:
> Hi James,
> 
> On 03/26/2019 09:25 AM, James Bottomley wrote:
> > Looking at the contents of linux/keys/trusted.h, it looks like the
> > wrong decision to move it.  The contents are way too improperly
> > named
> > and duplicative to be in a standard header.  It's mostly actually
> > TPM
> > code including a redefinition of the tpm_buf structure, so it
> > doesn't
> > even seem to be necessary for trusted keys.
> 
> The reason this was done was because asym_tpm.c needed a bunch of
> the same functionality already provided by trusted.c, e.g.
> TSS_authmac and  friends.

So make a header which only includes those.  We can't have things like
this:

struct tpm_buf {
	int len;
	unsigned char data[MAX_BUF_SIZE];
};

Which means you can't include drivers/char/tpm/tpm.h with this file. 
The storeX functions are also way too generically named and are, in
fact, duplicating the tpm buffer functions in tpm.h

The solution looks to be to elevate agreed tpm_buf functions into
linux/tpm.h and use them.

> > If you want to fix this as a bug, I'd move it back again, but long
> > term I think it should simply be combined with trusted.c because
> > nothing else can include it sanely anyway.
> 
> Ideally I'd like to see the TPM subsystem expose these functions
> using some proper API / library abstraction.  David Howells had an
> RFC patch set that tried to address some of this a while back.  Not
> sure if that went anywhere.

I'm not actually sure I saw it but the solution seems pretty simple:
The TSS functions you want can be renamed tpm1_whatever and we can put
them in tpm1-cmd.c ... tpm2-cmd.c is where all the TPM 2.0 trusted key
stuff is anyway.

James


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

* Re: Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE'
       [not found]   ` <CAP6Zq1g62wiDTd9zn5dhwsfK6Rr52+ishU_=cO+G0Rm3Cs7kbQ@mail.gmail.com>
@ 2019-03-26 17:41     ` Brendan Higgins
  0 siblings, 0 replies; 129+ messages in thread
From: Brendan Higgins @ 2019-03-26 17:41 UTC (permalink / raw)
  To: Tomer Maimon
  Cc: Joe Perches, Linux Kernel Mailing List, Avi Fishman,
	Patrick Venture, Nancy Yuen, OpenBMC Maillist, Arnd Bergmann,
	Benjamin Fair

On Tue, Mar 26, 2019 at 5:11 AM Tomer Maimon <tmaimon77@gmail.com> wrote:
>
> Hi Joe,
>
> Thanks for sending the notice.
>
> We will send a fix this week.
>
> Tomer
>
> On Mon, 25 Mar 2019 at 23:24, Joe Perches <joe@perches.com> wrote:
>>
>> A file pattern line in this section of the MAINTAINERS file in linux-next
>> does not have a match in the linux source files.

Hi Tomer,

Just thought I mentioned that I posted a fix here[1] sometime ago. The
patch should still apply cleanly.

On a side note, it would probably good to send a follow up patch that
removes me as a reviewer, and adds Benjamin Fair (CC'ed) as a
reviewer.

Cheers

[1] https://www.spinics.net/lists/kernel/msg2925741.html

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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-26 14:25       ` James Bottomley
  2019-03-26 14:59         ` Denis Kenzior
@ 2019-03-27  4:54         ` Jarkko Sakkinen
  1 sibling, 0 replies; 129+ messages in thread
From: Jarkko Sakkinen @ 2019-03-27  4:54 UTC (permalink / raw)
  To: James Bottomley
  Cc: Mimi Zohar, Joe Perches, linux-kernel, linux-integrity, keyrings,
	Mimi Zohar, David Howells, James Morris, Denis Kenzior,
	Marcel Holtmann, James Morris

On Tue, Mar 26, 2019 at 07:25:17AM -0700, James Bottomley wrote:
> On Tue, 2019-03-26 at 08:10 -0400, Mimi Zohar wrote:
> > Hi Jarrko,
> > 
> > On Tue, 2019-03-26 at 13:37 +0200, Jarkko Sakkinen wrote:
> > > Mimi,
> > > 
> > > Can you fix this and I can ack and send PR through my tree?
> > 
> > Making the "trusted.h" include file public was part of David's "KEYS:
> > Support TPM-wrapped key and crypto ops" patch set.  I wasn't involved
> > in reviewing or upstreaming this patch set.  As I recall, it was
> > upstreamed rather quickly without much review.  As it is TPM related,
> > it should have at least been posted on the linux-integrity mailing
> > list.  I have no idea if "trusted.h" should have been made public.
> > 
> > I'm not sure just "fixing" the MAINTAINERS file is the right
> > solution.  I was hoping to look at it later this week.  Perhaps you
> > and James could take a look?
> 
> Looking at the contents of linux/keys/trusted.h, it looks like the
> wrong decision to move it.  The contents are way too improperly named
> and duplicative to be in a standard header.  It's mostly actually TPM
> code including a redefinition of the tpm_buf structure, so it doesn't
> even seem to be necessary for trusted keys.
> 
> If you want to fix this as a bug, I'd move it back again, but long term
> I think it should simply be combined with trusted.c because nothing
> else can include it sanely anyway.

<offtopic>
Fully agree with the long term plan.

I think it would be better to take the TPM2 trusted keys code from the
driver to the keyring subsystem once TPM1 trusted keys code has been
converted to use tpm_buf.

I don't also know any good reason for the core TPM driver to be compiled
as a module. It is just makes the kernel build configuration more
awkward. Would be nice to get the TPM callable from any subsystem
without fuzz. There is no a production use case for "TPM as an LKM"
(obviously drivers for different types of TPM hardware must and will
be compilable as LKM's).
</offtopic>

/Jarkko

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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-26 14:59         ` Denis Kenzior
  2019-03-26 16:25           ` James Bottomley
@ 2019-03-27  4:58           ` Jarkko Sakkinen
  1 sibling, 0 replies; 129+ messages in thread
From: Jarkko Sakkinen @ 2019-03-27  4:58 UTC (permalink / raw)
  To: Denis Kenzior
  Cc: James Bottomley, Mimi Zohar, Joe Perches, linux-kernel,
	linux-integrity, keyrings, Mimi Zohar, David Howells,
	James Morris, Marcel Holtmann, James Morris

On Tue, Mar 26, 2019 at 09:59:40AM -0500, Denis Kenzior wrote:
> Hi James,
> 
> On 03/26/2019 09:25 AM, James Bottomley wrote:
> > Looking at the contents of linux/keys/trusted.h, it looks like the
> > wrong decision to move it.  The contents are way too improperly named
> > and duplicative to be in a standard header.  It's mostly actually TPM
> > code including a redefinition of the tpm_buf structure, so it doesn't
> > even seem to be necessary for trusted keys.
> The reason this was done was because asym_tpm.c needed a bunch of the same
> functionality already provided by trusted.c, e.g. TSS_authmac and friends.
> 
> > 
> > If you want to fix this as a bug, I'd move it back again, but long term
> > I think it should simply be combined with trusted.c because nothing
> > else can include it sanely anyway.
> 
> Ideally I'd like to see the TPM subsystem expose these functions using some
> proper API / library abstraction.  David Howells had an RFC patch set that
> tried to address some of this a while back.  Not sure if that went anywhere.

I think it'd be best to expose tpm_buf API to outside and allow trusted
keys code to construct the TPM commands. It is a single consumer use
(e.g. not like PCR operations where it does make sense to consolidate
to the TPM subsystem).

/Jarkko

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

* Re: [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda
  2019-03-26 10:32   ` [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda Liviu Dudau
@ 2019-03-27  6:21     ` james qian wang (Arm Technology China)
  0 siblings, 0 replies; 129+ messages in thread
From: james qian wang (Arm Technology China) @ 2019-03-27  6:21 UTC (permalink / raw)
  To: Liviu Dudau
  Cc: Brian Starkey, Joe Perches, Daniel Vetter, DRI-devel, LKML, nd

On Tue, Mar 26, 2019 at 10:32:03AM +0000, Liviu Dudau wrote:
> The Device Tree bindings documentation file is in a simplified path
> that doesn't match the MAINTAINERS entry.
> 
> Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf70b5480..9fa4686212bdd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1167,7 +1167,7 @@ S:	Supported
>  T:	git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
>  F:	drivers/gpu/drm/arm/display/include/
>  F:	drivers/gpu/drm/arm/display/komeda/
> -F:	Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> +F:	Documentation/devicetree/bindings/display/arm,komeda.txt
>  F:	Documentation/gpu/komeda-kms.rst
>  
>  ARM MALI-DP DRM DRIVER
> -- 
> 2.21.0

--
Thank you for fixing this problem.

Reviewed-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>

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

* Re: Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'
  2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
  2019-03-25 23:38   ` Joe Perches
@ 2019-03-27 11:39   ` Michael Ellerman
  1 sibling, 0 replies; 129+ messages in thread
From: Michael Ellerman @ 2019-03-27 11:39 UTC (permalink / raw)
  To: Joe Perches, linux-kernel, Sukadev Bhattiprolu; +Cc: linuxppc-dev

Joe Perches <joe@perches.com> writes:
> 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.

I think it was removed before the final submission.

> The commits that added and if found renamed or removed the file pattern
> are shown below.
>
> Please fix this defect appropriately.

Sukadev can you send me a patch to fix it please?

cheers

> 1: ---------------------------------------------------------------------------
>
> linux-next MAINTAINERS section:
>
> 	7396	IBM Power Virtual Accelerator Switchboard
> 	7397	M:	Sukadev Bhattiprolu
> 	7398	L:	linuxppc-dev@lists.ozlabs.org
> 	7399	S:	Supported
> 	7400	F:	arch/powerpc/platforms/powernv/vas*
> 	7401	F:	arch/powerpc/platforms/powernv/copy-paste.h
> 	7402	F:	arch/powerpc/include/asm/vas.h
> -->	7403	F:	arch/powerpc/include/uapi/asm/vas.h
>
> 2: ---------------------------------------------------------------------------
>
> The most recent commit that added or modified file pattern 'arch/powerpc/include/uapi/asm/vas.h':
>
> commit 4dea2d1a927c61114a168d4509b56329ea6effb7
> Author: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
> Date:   Mon Aug 28 23:23:33 2017 -0700
>
>     powerpc/powernv/vas: Define vas_init() and vas_exit()
>     
>     Implement vas_init() and vas_exit() functions for a new VAS module.
>     This VAS module is essentially a library for other device drivers
>     and kernel users of the NX coprocessors like NX-842 and NX-GZIP.
>     In the future this will be extended to add support for user space
>     to access the NX coprocessors.
>     
>     VAS is currently only supported with 64K page size.
>     
>     Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
>     Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>
>  .../devicetree/bindings/powerpc/ibm,vas.txt        |  22 +++
>  MAINTAINERS                                        |   8 ++
>  arch/powerpc/platforms/powernv/Kconfig             |  14 ++
>  arch/powerpc/platforms/powernv/Makefile            |   1 +
>  arch/powerpc/platforms/powernv/vas-window.c        |  19 +++
>  arch/powerpc/platforms/powernv/vas.c               | 151 +++++++++++++++++++++
>  arch/powerpc/platforms/powernv/vas.h               |   2 +
>  7 files changed, 217 insertions(+)
>
> 3: ---------------------------------------------------------------------------
>
> No commit with file pattern 'arch/powerpc/include/uapi/asm/vas.h' was found

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

* Re: [PATCH v1 1/1] MAINTAINERS: fix typo in file name
  2019-03-26  5:18     ` [PATCH v1 1/1] MAINTAINERS: fix typo in file name Amit Kucheria
  2019-03-26  5:30       ` Vinod Koul
@ 2019-03-27 13:45       ` Mukesh Ojha
  1 sibling, 0 replies; 129+ messages in thread
From: Mukesh Ojha @ 2019-03-27 13:45 UTC (permalink / raw)
  To: Amit Kucheria, linux-kernel, joe, andy.gross, david.brown, linux-arm-msm


On 3/26/2019 10:48 AM, Amit Kucheria wrote:
> Replace underscore with dash.
>
> Fixes: e31f941cf977 ("MAINTAINERS: update list of qcom drivers")
> Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>


Please write appropriate commit text as why are you doing this .

Otherwise looks  good.
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

-Mukesh

> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e5a5d263f29..d2c5852a3c8d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2007,7 +2007,7 @@ F:	drivers/i2c/busses/i2c-qup.c
>   F:	drivers/i2c/busses/i2c-qcom-geni.c
>   F:	drivers/mfd/ssbi.c
>   F:	drivers/mmc/host/mmci_qcom*
> -F:	drivers/mmc/host/sdhci_msm.c
> +F:	drivers/mmc/host/sdhci-msm.c
>   F:	drivers/pci/controller/dwc/pcie-qcom.c
>   F:	drivers/phy/qualcomm/
>   F:	drivers/power/*/msm*

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

* Re: Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM'
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM' Joe Perches
@ 2019-03-30  7:51   ` Boris Brezillon
  0 siblings, 0 replies; 129+ messages in thread
From: Boris Brezillon @ 2019-03-30  7:51 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Boris Brezillon, linux-i3c, Greg Kroah-Hartman,
	Boris Brezillon

Hello Joe,

On Mon, 25 Mar 2019 14:25:19 -0700
Joe Perches <joe@perches.com> wrote:

> 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.

This is a leftover of previous versions of the patch series where
things were added to include/dt-bindings/i3c/.

> 
> The commits that added and if found renamed or removed the file pattern
> are shown below.
> 
> Please fix this defect appropriately.

I'll fix that. Thanks for reporting the problem.

Boris

> 
> 1: ---------------------------------------------------------------------------
> 
> linux-next MAINTAINERS section:
> 
> 	7333	I3C SUBSYSTEM
> 	7334	M:	Boris Brezillon <bbrezillon@kernel.org>
> 	7335	L:	linux-i3c@lists.infradead.org
> 	7336	C:	irc://chat.freenode.net/linux-i3c
> 	7337	T:	git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
> 	7338	S:	Maintained
> 	7339	F:	Documentation/ABI/testing/sysfs-bus-i3c
> 	7340	F:	Documentation/devicetree/bindings/i3c/
> 	7341	F:	Documentation/driver-api/i3c
> 	7342	F:	drivers/i3c/
> 	7343	F:	include/linux/i3c/
> -->	7344	F:	include/dt-bindings/i3c/  
> 
> 2: ---------------------------------------------------------------------------
> 
> The most recent commit that added or modified file pattern 'include/dt-bindings/i3c/':
> 
> commit 4f26d06669619b960aa7246378dcdf1690c97384
> Author: Boris Brezillon <boris.brezillon@bootlin.com>
> Date:   Fri Mar 23 11:38:16 2018 +0100
> 
>     MAINTAINERS: Add myself as the I3C subsystem maintainer
>     
>     Create an entry for the I3C subsystem and mark it as maintained by me.
>     There's no official git repository, patchwork instance, mailing list or
>     website yet, but this will be added after the subsystem has been
>     accepted.
>     
>     Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
>     Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> 3: ---------------------------------------------------------------------------
> 
> No commit with file pattern 'include/dt-bindings/i3c/' was found
> 
> _______________________________________________
> linux-i3c mailing list
> linux-i3c@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-i3c


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

* [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (33 preceding siblings ...)
  2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
@ 2019-08-13  5:58 ` Denis Efremov
  2019-08-13  6:16   ` Lee Jones
  2019-08-13  6:02 ` [PATCH] MAINTAINERS: ftm-quaddec: " Denis Efremov
                   ` (9 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  5:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Denis Efremov, joe, Thor Thayer, Arnd Bergmann, Lee Jones

Fix typo (s/sysgmr/sysmgr/) in the header filepath.

Cc: Thor Thayer <thor.thayer@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Lee Jones <lee.jones@linaro.org>
Fixes: f36e789a1f8d ("mfd: altera-sysmgr: Add SOCFPGA System Manager")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e81e60bd7c26..bf5f0467988c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -723,7 +723,7 @@ ALTERA SYSTEM MANAGER DRIVER
 M:	Thor Thayer <thor.thayer@linux.intel.com>
 S:	Maintained
 F:	drivers/mfd/altera-sysmgr.c
-F:	include/linux/mfd/altera-sysgmr.h
+F:	include/linux/mfd/altera-sysmgr.h
 
 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
 M:	Thor Thayer <thor.thayer@linux.intel.com>
-- 
2.21.0


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

* [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Joe Perches
@ 2019-08-13  6:00   ` Denis Efremov
  2019-08-13  6:36     ` [RESEND PATCH] " Denis Efremov
  2019-08-20 11:33     ` [PATCH] " Vinod Koul
  0 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Denis Efremov, joe, Eugeniy Paltsev, Vinod Koul, dmaengine

Fix typo (s/dwi-/dw-/) in the directory path.

Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: dmaengine@vger.kernel.org
Fixes: 1fe20f1b8454 ("dmaengine: Introduce DW AXI DMAC driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bf5f0467988c..9b4717ea2cfe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15495,7 +15495,7 @@ F:	Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
 M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 S:	Maintained
-F:	drivers/dma/dwi-axi-dmac/
+F:	drivers/dma/dw-axi-dmac/
 F:	Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
 
 SYNOPSYS DESIGNWARE DMAC DRIVER
-- 
2.21.0


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

* [PATCH] MAINTAINERS: ftm-quaddec: Fix typo in a filepath
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (34 preceding siblings ...)
  2019-08-13  5:58 ` [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath Denis Efremov
@ 2019-08-13  6:02 ` Denis Efremov
  2019-08-13  9:26   ` Patrick Havelange
  2019-08-13  6:03 ` [PATCH] MAINTAINERS: hantro: " Denis Efremov
                   ` (8 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Patrick Havelange, Jonathan Cameron, linux-iio

Fix typo (s/quadddec/quaddec/) in the path to the documentation.

Cc: Patrick Havelange <patrick.havelange@essensium.com>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: linux-iio@vger.kernel.org
Fixes: 517b2d045aeb ("MAINTAINERS: add counter/ftm-quaddec driver entry")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9b4717ea2cfe..f31b852acdf3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6321,7 +6321,7 @@ FLEXTIMER FTM-QUADDEC DRIVER
 M:	Patrick Havelange <patrick.havelange@essensium.com>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
-F:	Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
+F:	Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec
 F:	Documentation/devicetree/bindings/counter/ftm-quaddec.txt
 F:	drivers/counter/ftm-quaddec.c
 
-- 
2.21.0


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

* [PATCH] MAINTAINERS: hantro: Fix typo in a filepath
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (35 preceding siblings ...)
  2019-08-13  6:02 ` [PATCH] MAINTAINERS: ftm-quaddec: " Denis Efremov
@ 2019-08-13  6:03 ` Denis Efremov
  2019-08-13  6:07 ` [PATCH] MAINTAINERS: r8169: Update path to the driver Denis Efremov
                   ` (7 subsequent siblings)
  44 siblings, 0 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:03 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Ezequiel Garcia, Philipp Zabel, linux-media

Fix typo (s/platform//) in the directory path.

Cc: Ezequiel Garcia <ezequiel@collabora.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-media@vger.kernel.org
Fixes: a29add8c9bb2 ("media: rockchip/vpu: rename from rockchip to hantro")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f31b852acdf3..2764e0872ebd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13755,7 +13755,7 @@ HANTRO VPU CODEC DRIVER
 M:	Ezequiel Garcia <ezequiel@collabora.com>
 L:	linux-media@vger.kernel.org
 S:	Maintained
-F:	drivers/staging/media/platform/hantro/
+F:	drivers/staging/media/hantro/
 F:	Documentation/devicetree/bindings/media/rockchip-vpu.txt
 
 ROCKER DRIVER
-- 
2.21.0


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

* [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath
  2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS' Joe Perches
  2019-03-26  7:02   ` Tianyu Lan
@ 2019-08-13  6:04   ` Denis Efremov
  2019-08-13 14:36     ` Tianyu Lan
  1 sibling, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: Denis Efremov, joe, Lan Tianyu, Sasha Levin, linux-hyperv

Fix typo in hyperv-iommu.c filepath.

Cc: Lan Tianyu <Tianyu.Lan@microsoft.com>
Cc: Sasha Levin <sashal@kernel.org>
Cc: linux-hyperv@vger.kernel.org
Fixes: 29217a474683 ("iommu/hyper-v: Add Hyper-V stub IOMMU driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2764e0872ebd..51ab502485ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7452,7 +7452,7 @@ F:	drivers/net/hyperv/
 F:	drivers/scsi/storvsc_drv.c
 F:	drivers/uio/uio_hv_generic.c
 F:	drivers/video/fbdev/hyperv_fb.c
-F:	drivers/iommu/hyperv_iommu.c
+F:	drivers/iommu/hyperv-iommu.c
 F:	net/vmw_vsock/hyperv_transport.c
 F:	include/clocksource/hyperv_timer.h
 F:	include/linux/hyperv.h
-- 
2.21.0


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

* [PATCH] MAINTAINERS: net_failover: Fix typo in a filepath
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE' Joe Perches
@ 2019-08-13  6:05   ` Denis Efremov
  2019-08-14 17:24     ` David Miller
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Sridhar Samudrala, David S . Miller, netdev

Replace "driver" with "drivers" in the filepath to net_failover.c

Cc: Sridhar Samudrala <sridhar.samudrala@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Fixes: cfc80d9a1163 ("net: Introduce net_failover driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51ab502485ac..c2117e5f4ff8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11071,7 +11071,7 @@ NET_FAILOVER MODULE
 M:	Sridhar Samudrala <sridhar.samudrala@intel.com>
 L:	netdev@vger.kernel.org
 S:	Supported
-F:	driver/net/net_failover.c
+F:	drivers/net/net_failover.c
 F:	include/net/net_failover.h
 F:	Documentation/networking/net_failover.rst
 
-- 
2.21.0


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

* [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath
  2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
@ 2019-08-13  6:06   ` Denis Efremov
  2019-08-22  5:55     ` Herbert Xu
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Breno Leitão, Nayna Jain,
	Paulo Flabiano Smorigo, Dan Streetman, Herbert Xu, linux-crypto

Fix typo in nx_debugfs.c filepath. File extension changed from .h to .c
The file nx_debugfs.h never existed.

Cc: Breno Leitão <leitao@debian.org>
Cc: Nayna Jain <nayna@linux.ibm.com>
Cc: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c2117e5f4ff8..99a7392ad6bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7658,7 +7658,7 @@ F:	drivers/crypto/nx/nx-aes*
 F:	drivers/crypto/nx/nx-sha*
 F:	drivers/crypto/nx/nx.*
 F:	drivers/crypto/nx/nx_csbcpb.h
-F:	drivers/crypto/nx/nx_debugfs.h
+F:	drivers/crypto/nx/nx_debugfs.c
 
 IBM Power Linux RAID adapter
 M:	Brian King <brking@us.ibm.com>
-- 
2.21.0


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

* [PATCH] MAINTAINERS: r8169: Update path to the driver
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (36 preceding siblings ...)
  2019-08-13  6:03 ` [PATCH] MAINTAINERS: hantro: " Denis Efremov
@ 2019-08-13  6:07 ` Denis Efremov
  2019-08-13 21:52   ` Heiner Kallweit
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
                   ` (6 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Heiner Kallweit, nic_swsd, David S . Miller, netdev

Update MAINTAINERS record to reflect the filename change
from r8169.c to r8169_main.c

Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: nic_swsd@realtek.com
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Fixes: 25e992a4603c ("r8169: rename r8169.c to r8169_main.c")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 99a7392ad6bc..25eb86f3261e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -183,7 +183,7 @@ M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
 M:	Heiner Kallweit <hkallweit1@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	drivers/net/ethernet/realtek/r8169.c
+F:	drivers/net/ethernet/realtek/r8169_main.c
 
 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-- 
2.21.0


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

* [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (37 preceding siblings ...)
  2019-08-13  6:07 ` [PATCH] MAINTAINERS: r8169: Update path to the driver Denis Efremov
@ 2019-08-13  6:09 ` Denis Efremov
  2019-08-29 20:00   ` Wolfram Sang
  2019-08-30 12:38   ` Wolfram Sang
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
                   ` (5 subsequent siblings)
  44 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Maxime Ripard, Gregory CLEMENT, linux-i2c

Update MAINTAINERS record to reflect the file move
from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.

Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Cc: linux-i2c@vger.kernel.org
Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 87ac0378186c..590dcebe627f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7505,7 +7505,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
 M:	Gregory CLEMENT <gregory.clement@bootlin.com>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
+F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
 F:	drivers/i2c/busses/i2c-mv64xxx.c
 
 I2C OVER PARALLEL PORT
-- 
2.21.0


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

* [PATCH] MAINTAINERS: ip masquerading: Update path to the driver
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (38 preceding siblings ...)
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
@ 2019-08-13  6:09 ` Denis Efremov
  2019-08-13  8:58   ` Pablo Neira Ayuso
  2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
                   ` (4 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Florian Westphal, Pablo Neira Ayuso,
	Juanjo Ciarlante, netfilter-devel

Update MAINTAINERS record to reflect the filename change
from ipt_MASQUERADE.c to xt_MASQUERADE.c

Cc: Florian Westphal <fw@strlen.de>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
Cc: netfilter-devel@vger.kernel.org
Fixes: adf82accc5f5 ("netfilter: x_tables: merge ip and ipv6 masquerade modules")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 25eb86f3261e..87ac0378186c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8443,7 +8443,7 @@ F:	include/uapi/linux/io_uring.h
 IP MASQUERADING
 M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
 S:	Maintained
-F:	net/ipv4/netfilter/ipt_MASQUERADE.c
+F:	net/netfilter/xt_MASQUERADE.c
 
 IPMI SUBSYSTEM
 M:	Corey Minyard <minyard@acm.org>
-- 
2.21.0


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

* [PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
@ 2019-08-13  6:10   ` Denis Efremov
  2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
  2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
  0 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Boris Brezillon, Ricardo Ribalda Delgado,
	Linus Walleij, linux-arm-kernel

Update MAINTAINERS record to reflect the filename change
from physmap_of_versatile.c to physmap-versatile.c

Cc: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 590dcebe627f..c9ad38a9414f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1221,7 +1221,7 @@ F:	arch/arm/boot/dts/versatile*
 F:	drivers/clk/versatile/
 F:	drivers/i2c/busses/i2c-versatile.c
 F:	drivers/irqchip/irq-versatile-fpga.c
-F:	drivers/mtd/maps/physmap_of_versatile.c
+F:	drivers/mtd/maps/physmap-versatile.c
 F:	drivers/power/reset/arm-versatile-reboot.c
 F:	drivers/soc/versatile/
 
-- 
2.21.0


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

* [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (39 preceding siblings ...)
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
@ 2019-08-13  6:10 ` Denis Efremov
  2019-08-13  8:11   ` Nicolas.Ferre
  2019-08-13  6:13 ` [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record Denis Efremov
                   ` (3 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Nicolas Ferre, Alexandre Belloni, linux-arm-kernel

Update MAINTAINERS record to reflect the filename change
from tcb_clksrc.c to timer-atmel-tcb.c

Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-arm-kernel@lists.infradead.org
Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c9ad38a9414f..3ec8154e4630 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 F:	drivers/misc/atmel_tclib.c
-F:	drivers/clocksource/tcb_clksrc.c
+F:	drivers/clocksource/timer-atmel-tcb.c
 
 MICROCHIP USBA UDC DRIVER
 M:	Cristian Birsan <cristian.birsan@microchip.com>
-- 
2.21.0


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

* [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (40 preceding siblings ...)
  2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
@ 2019-08-13  6:13 ` Denis Efremov
  2019-08-13 15:13   ` Darrick J. Wong
  2019-08-13  6:14 ` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record Denis Efremov
                   ` (2 subsequent siblings)
  44 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Darrick J . Wong, Christoph Hellwig, linux-fsdevel

Update MAINTAINERS to reflect that fs/iomap.c file
was splitted into separate files in fs/iomap/

Cc: Darrick J. Wong <darrick.wong@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: linux-fsdevel@vger.kernel.org
Fixes: cb7181ff4b1c ("iomap: move the main iteration code into a separate file")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3ec8154e4630..29514fc19b01 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8415,7 +8415,6 @@ L:	linux-xfs@vger.kernel.org
 L:	linux-fsdevel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
 S:	Supported
-F:	fs/iomap.c
 F:	fs/iomap/
 F:	include/linux/iomap.h
 
-- 
2.21.0


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

* [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS' Joe Perches
@ 2019-08-13  6:13   ` Denis Efremov
  2019-08-13  6:54     ` Pali Rohár
  2019-09-02  8:00     ` Sebastian Reichel
  0 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Linus Walleij, Pavel Machek, Pali Rohár,
	Sebastian Reichel, linux-pm

Update MAINTAINERS to reflect that isp1704_charger.h file was removed.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Pali Rohár <pali.rohar@gmail.com>
Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: linux-pm@vger.kernel.org
Fixes: f5d782d46aa5 ("power: supply: isp1704: switch to gpiod API")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 29514fc19b01..2776e0797ae3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11400,7 +11400,6 @@ NOKIA N900 POWER SUPPLY DRIVERS
 R:	Pali Rohár <pali.rohar@gmail.com>
 F:	include/linux/power/bq2415x_charger.h
 F:	include/linux/power/bq27xxx_battery.h
-F:	include/linux/power/isp1704_charger.h
 F:	drivers/power/supply/bq2415x_charger.c
 F:	drivers/power/supply/bq27xxx_battery.c
 F:	drivers/power/supply/bq27xxx_battery_i2c.c
-- 
2.21.0


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

* [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (41 preceding siblings ...)
  2019-08-13  6:13 ` [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record Denis Efremov
@ 2019-08-13  6:14 ` Denis Efremov
  2019-08-13 11:45   ` Andrew Lunn
  2019-08-14  0:55   ` Florian Fainelli
  2019-08-13  6:15 ` [PATCH] MAINTAINERS: Remove FMC subsystem Denis Efremov
  2019-08-13  6:16 ` [PATCH] MAINTAINERS: Remove zoran driver Denis Efremov
  44 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:14 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Florian Fainelli, David S . Miller,
	Andrew Lunn, Heiner Kallweit, netdev

Update MAINTAINERS to reflect that sysfs-bus-mdio documentation
was removed.

Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: netdev@vger.kernel.org
Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2776e0797ae3..ab870920ea82 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6065,7 +6065,6 @@ M:	Florian Fainelli <f.fainelli@gmail.com>
 M:	Heiner Kallweit <hkallweit1@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	Documentation/ABI/testing/sysfs-bus-mdio
 F:	Documentation/devicetree/bindings/net/ethernet-phy.yaml
 F:	Documentation/devicetree/bindings/net/mdio*
 F:	Documentation/networking/phy.rst
-- 
2.21.0


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

* [PATCH] MAINTAINERS: Remove FMC subsystem
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (42 preceding siblings ...)
  2019-08-13  6:14 ` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record Denis Efremov
@ 2019-08-13  6:15 ` Denis Efremov
  2019-08-13  8:54   ` Linus Walleij
  2019-08-13  9:41   ` Federico Vaga
  2019-08-13  6:16 ` [PATCH] MAINTAINERS: Remove zoran driver Denis Efremov
  44 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Linus Walleij, Federico Vaga, Pat Riehecky

Cleanup MAINTAINERS from FMC record since the subsystem was removed.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Federico Vaga <federico.vaga@cern.ch>
Cc: Pat Riehecky <riehecky@fnal.gov>
Fixes: 6a80b30086b8 ("fmc: Delete the FMC subsystem")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ab870920ea82..2548dd1efb2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6330,15 +6330,6 @@ S:	Odd Fixes
 L:	linux-block@vger.kernel.org
 F:	drivers/block/floppy.c
 
-FMC SUBSYSTEM
-M:	Alessandro Rubini <rubini@gnudd.com>
-W:	http://www.ohwr.org/projects/fmc-bus
-S:	Supported
-F:	drivers/fmc/
-F:	include/linux/fmc*.h
-F:	include/linux/ipmi-fru.h
-K:	fmc_d.*register
-
 FPGA MANAGER FRAMEWORK
 M:	Moritz Fischer <mdf@kernel.org>
 L:	linux-fpga@vger.kernel.org
-- 
2.21.0


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

* [PATCH] MAINTAINERS: Remove zoran driver
  2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
                   ` (43 preceding siblings ...)
  2019-08-13  6:15 ` [PATCH] MAINTAINERS: Remove FMC subsystem Denis Efremov
@ 2019-08-13  6:16 ` Denis Efremov
  44 siblings, 0 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:16 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Mauro Carvalho Chehab, Hans Verkuil, linux-media

Cleanup MAINTAINERS from zoran record since the driver was removed.

Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: linux-media@vger.kernel.org
Fixes: 8dce4b265a53 ("media: zoran: remove deprecated driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2548dd1efb2d..2ea3f82e256b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17794,14 +17794,6 @@ S:	Maintained
 F:	mm/zpool.c
 F:	include/linux/zpool.h
 
-ZR36067 VIDEO FOR LINUX DRIVER
-L:	mjpeg-users@lists.sourceforge.net
-L:	linux-media@vger.kernel.org
-W:	http://mjpeg.sourceforge.net/driver-zoran/
-T:	hg https://linuxtv.org/hg/v4l-dvb
-S:	Odd Fixes
-F:	drivers/staging/media/zoran/
-
 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
 M:	Minchan Kim <minchan@kernel.org>
 M:	Nitin Gupta <ngupta@vflare.org>
-- 
2.21.0


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

* Re: [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath
  2019-08-13  5:58 ` [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath Denis Efremov
@ 2019-08-13  6:16   ` Lee Jones
  0 siblings, 0 replies; 129+ messages in thread
From: Lee Jones @ 2019-08-13  6:16 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, joe, Thor Thayer, Arnd Bergmann

On Tue, 13 Aug 2019, Denis Efremov wrote:

> Fix typo (s/sysgmr/sysmgr/) in the header filepath.
> 
> Cc: Thor Thayer <thor.thayer@linux.intel.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Lee Jones <lee.jones@linaro.org>
> Fixes: f36e789a1f8d ("mfd: altera-sysmgr: Add SOCFPGA System Manager")
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [RESEND PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
@ 2019-08-13  6:32     ` Denis Efremov
  2019-08-13  7:20       ` Linus Walleij
  2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
  1 sibling, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Boris Brezillon, Ricardo Ribalda Delgado,
	Linus Walleij, linux-arm-kernel

Update MAINTAINERS record to reflect the filename change
from physmap_of_versatile.c to physmap-versatile.c

Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d42b478f2673..eeeb4097d5bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1221,7 +1221,7 @@ F:	arch/arm/boot/dts/versatile*
 F:	drivers/clk/versatile/
 F:	drivers/i2c/busses/i2c-versatile.c
 F:	drivers/irqchip/irq-versatile-fpga.c
-F:	drivers/mtd/maps/physmap_of_versatile.c
+F:	drivers/mtd/maps/physmap-versatile.c
 F:	drivers/power/reset/arm-versatile-reboot.c
 F:	drivers/soc/versatile/
 
-- 
2.21.0


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

* [RESEND PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path
  2019-08-13  6:00   ` [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path Denis Efremov
@ 2019-08-13  6:36     ` Denis Efremov
  2019-08-20 11:33     ` [PATCH] " Vinod Koul
  1 sibling, 0 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Denis Efremov, joe, Eugeniy Paltsev, Vinod Koul, dmaengine

Fix typo (s/dwi-/dw-/) in the directory path.

Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
Fixes: 1fe20f1b8454 ("dmaengine: Introduce DW AXI DMAC driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5ec418d8c386..eeeb4097d5bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15482,7 +15482,7 @@ F:	Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
 M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 S:	Maintained
-F:	drivers/dma/dwi-axi-dmac/
+F:	drivers/dma/dw-axi-dmac/
 F:	Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
 
 SYNOPSYS DESIGNWARE DMAC DRIVER
-- 
2.21.0


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

* Re: [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record
  2019-08-13  6:13   ` [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record Denis Efremov
@ 2019-08-13  6:54     ` Pali Rohár
  2019-09-02  8:00     ` Sebastian Reichel
  1 sibling, 0 replies; 129+ messages in thread
From: Pali Rohár @ 2019-08-13  6:54 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Linus Walleij, Pavel Machek,
	Sebastian Reichel, linux-pm

[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]

On Tuesday 13 August 2019 09:13:58 Denis Efremov wrote:
> Update MAINTAINERS to reflect that isp1704_charger.h file was removed.
> 
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Pali Rohár <pali.rohar@gmail.com>
> Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
> Cc: linux-pm@vger.kernel.org
> Fixes: f5d782d46aa5 ("power: supply: isp1704: switch to gpiod API")
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 29514fc19b01..2776e0797ae3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11400,7 +11400,6 @@ NOKIA N900 POWER SUPPLY DRIVERS
>  R:	Pali Rohár <pali.rohar@gmail.com>
>  F:	include/linux/power/bq2415x_charger.h
>  F:	include/linux/power/bq27xxx_battery.h
> -F:	include/linux/power/isp1704_charger.h
>  F:	drivers/power/supply/bq2415x_charger.c
>  F:	drivers/power/supply/bq27xxx_battery.c
>  F:	drivers/power/supply/bq27xxx_battery_i2c.c

Reviewed-by: Pali Rohár <pali.rohar@gmail.com>

-- 
Pali Rohár
pali.rohar@gmail.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Joe Perches
  2019-03-26 11:37   ` Jarkko Sakkinen
@ 2019-08-13  6:57   ` Denis Efremov
  2019-08-15 21:57     ` Jarkko Sakkinen
  1 sibling, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  6:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: Joe Perches, James Bottomley, Jarkko Sakkinen, Mimi Zohar,
	linux-integrity, keyrings, Denis Kenzior, efremov

Hi All,

Initially, I've prepared a patch and only after found this discussion. So, please,
look at this patch no more than just a simple reminder that get_maintainers.pl
still emits this warning.

Thanks,
Denis

------------------------ >8 ------------------------
Subject: [PATCH] MAINTAINERS: keys: Update path to trusted.h

Update MAINTAINERS record to reflect that trusted.h
was moved to a different directory.

Cc: Denis Kenzior <denkenz@gmail.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Cc: Mimi Zohar <zohar@linux.ibm.com>
Cc: linux-integrity@vger.kernel.org
Fixes: 22447981fc05 ("KEYS: Move trusted.h to include/keys [ver #2]")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d213e192626..eeeb4097d5bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8920,7 +8920,7 @@ S:	Supported
 F:	Documentation/security/keys/trusted-encrypted.rst
 F:	include/keys/trusted-type.h
 F:	security/keys/trusted.c
-F:	security/keys/trusted.h
+F:	include/keys/trusted.h
 
 KEYS/KEYRINGS:
 M:	David Howells <dhowells@redhat.com>
-- 
2.21.0



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

* Re: Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
  2019-03-26 11:42   ` Krzysztof Kozlowski
@ 2019-08-13  7:09     ` Denis Efremov
       [not found]       ` <CGME20190813092250eucas1p268947b3a9e15c2d2721e6311db8c3965@eucas1p2.samsung.com>
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13  7:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Joe Perches, linux-kernel, Łukasz Stelmach,
	linux-samsung-soc, efremov

Hi All,

Initially, I've prepared a patch and only after found this discussion. So, please,
look at this patch no more than just a simple reminder that get_maintainers.pl
still emits this warning.

Best regards,
Denis

------------------------ >8 ------------------------
Subject: [PATCH] MAINTAINERS: exynos trng: Remove samsung,exynos5250-trng.txt record

Update MAINTAINERS to reflect that samsung,exynos5250-trng.txt
file never existed.

Cc: Łukasz Stelmach <l.stelmach@samsung.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2ea3f82e256b..7d213e192626 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14033,7 +14033,6 @@ M:	Łukasz Stelmach <l.stelmach@samsung.com>
 L:	linux-samsung-soc@vger.kernel.org
 S:	Maintained
 F:	drivers/char/hw_random/exynos-trng.c
-F:	Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
 
 SAMSUNG FRAMEBUFFER DRIVER
 M:	Jingoo Han <jingoohan1@gmail.com>
-- 
2.21.0



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

* Re: [RESEND PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
@ 2019-08-13  7:20       ` Linus Walleij
  2019-09-10 11:46         ` Denis Efremov
  0 siblings, 1 reply; 129+ messages in thread
From: Linus Walleij @ 2019-08-13  7:20 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, Joe Perches, Boris Brezillon,
	Ricardo Ribalda Delgado, Linux ARM

On Tue, Aug 13, 2019 at 8:33 AM Denis Efremov <efremov@linux.com> wrote:

> Update MAINTAINERS record to reflect the filename change
> from physmap_of_versatile.c to physmap-versatile.c
>
> Cc: Boris Brezillon <bbrezillon@kernel.org>
> Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: linux-arm-kernel@lists.infradead.org
> Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
@ 2019-08-13  8:11   ` Nicolas.Ferre
  2019-08-14  9:08     ` Alexandre Belloni
  0 siblings, 1 reply; 129+ messages in thread
From: Nicolas.Ferre @ 2019-08-13  8:11 UTC (permalink / raw)
  To: efremov, linux-kernel
  Cc: joe, alexandre.belloni, linux-arm-kernel, Ludovic.Desroches

On 13/08/2019 at 08:10, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change
> from tcb_clksrc.c to timer-atmel-tcb.c
> 
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
But, while you're at it, I would add another line: see below...

> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c9ad38a9414f..3ec8154e4630 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>

+M:      Alexandre Belloni <alexandre.belloni@bootlin.com>

But Alexandre have to agree, of course.

>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Supported
>   F:	drivers/misc/atmel_tclib.c
> -F:	drivers/clocksource/tcb_clksrc.c
> +F:	drivers/clocksource/timer-atmel-tcb.c
>   
>   MICROCHIP USBA UDC DRIVER
>   M:	Cristian Birsan <cristian.birsan@microchip.com>

We could also remove this entry and mix it with:
"ARM/Microchip (AT91) SoC support"

But I prefer to keep it separated like this for various reasons.

Best regards,
-- 
Nicolas Ferre

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

* Re: [PATCH] MAINTAINERS: Remove FMC subsystem
  2019-08-13  6:15 ` [PATCH] MAINTAINERS: Remove FMC subsystem Denis Efremov
@ 2019-08-13  8:54   ` Linus Walleij
  2019-08-13 21:20     ` Denis Efremov
  2019-08-13  9:41   ` Federico Vaga
  1 sibling, 1 reply; 129+ messages in thread
From: Linus Walleij @ 2019-08-13  8:54 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, Joe Perches, Federico Vaga, Pat Riehecky

On Tue, Aug 13, 2019 at 8:15 AM Denis Efremov <efremov@linux.com> wrote:

> Cleanup MAINTAINERS from FMC record since the subsystem was removed.
>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Federico Vaga <federico.vaga@cern.ch>
> Cc: Pat Riehecky <riehecky@fnal.gov>
> Fixes: 6a80b30086b8 ("fmc: Delete the FMC subsystem")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Do you need help to merge the patch? I can take it in the
GPIO tree since the subsystem was removed there.

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: ip masquerading: Update path to the driver
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
@ 2019-08-13  8:58   ` Pablo Neira Ayuso
  2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
  0 siblings, 1 reply; 129+ messages in thread
From: Pablo Neira Ayuso @ 2019-08-13  8:58 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Florian Westphal, Juanjo Ciarlante, netfilter-devel

On Tue, Aug 13, 2019 at 09:09:41AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change
> from ipt_MASQUERADE.c to xt_MASQUERADE.c

This entry is there for historical purpose. I'd suggest you send a
patch to remove it so this just falls under the netfilter section.

Thanks.

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

* Re: Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
       [not found]       ` <CGME20190813092250eucas1p268947b3a9e15c2d2721e6311db8c3965@eucas1p2.samsung.com>
@ 2019-08-13  9:22         ` Łukasz Stelmach
  0 siblings, 0 replies; 129+ messages in thread
From: Łukasz Stelmach @ 2019-08-13  9:22 UTC (permalink / raw)
  To: Denis Efremov
  Cc: robh, Krzysztof Kozlowski, Joe Perches, linux-kernel, linux-samsung-soc

[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]

It was <2019-08-13 wto 09:09>, when Denis Efremov wrote:
> Hi All,
>
> Initially, I've prepared a patch and only after found this
> discussion. So, please, look at this patch no more than just a simple
> reminder that get_maintainers.pl still emits this warning.

NAK

The patch adding exynos525-trng.txt file exists[1], has been reviewed
and accepted and should be applied.

[1] https://patchwork.kernel.org/patch/10758009/

> ------------------------ >8 ------------------------
> Subject: [PATCH] MAINTAINERS: exynos trng: Remove samsung,exynos5250-trng.txt record
>
> Update MAINTAINERS to reflect that samsung,exynos5250-trng.txt
> file never existed.
>
> Cc: Łukasz Stelmach <l.stelmach@samsung.com>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: linux-samsung-soc@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ea3f82e256b..7d213e192626 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14033,7 +14033,6 @@ M:	Łukasz Stelmach <l.stelmach@samsung.com>
>  L:	linux-samsung-soc@vger.kernel.org
>  S:	Maintained
>  F:	drivers/char/hw_random/exynos-trng.c
> -F:	Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
>  
>  SAMSUNG FRAMEBUFFER DRIVER
>  M:	Jingoo Han <jingoohan1@gmail.com>

-- 
Łukasz Stelmach
Samsung R&D Institute Poland
Samsung Electronics

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: [PATCH] MAINTAINERS: ftm-quaddec: Fix typo in a filepath
  2019-08-13  6:02 ` [PATCH] MAINTAINERS: ftm-quaddec: " Denis Efremov
@ 2019-08-13  9:26   ` Patrick Havelange
  0 siblings, 0 replies; 129+ messages in thread
From: Patrick Havelange @ 2019-08-13  9:26 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, joe, Jonathan Cameron, linux-iio

On Tue, Aug 13, 2019 at 8:02 AM Denis Efremov <efremov@linux.com> wrote:
>
> Fix typo (s/quadddec/quaddec/) in the path to the documentation.
>
> Cc: Patrick Havelange <patrick.havelange@essensium.com>
> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: linux-iio@vger.kernel.org
> Fixes: 517b2d045aeb ("MAINTAINERS: add counter/ftm-quaddec driver entry")
> Signed-off-by: Denis Efremov <efremov@linux.com>
Acked-by: Patrick Havelange <patrick.havelange@essensium.com>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9b4717ea2cfe..f31b852acdf3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6321,7 +6321,7 @@ FLEXTIMER FTM-QUADDEC DRIVER
>  M:     Patrick Havelange <patrick.havelange@essensium.com>
>  L:     linux-iio@vger.kernel.org
>  S:     Maintained
> -F:     Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
> +F:     Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec
>  F:     Documentation/devicetree/bindings/counter/ftm-quaddec.txt
>  F:     drivers/counter/ftm-quaddec.c
>
> --
> 2.21.0
>

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

* Re: [PATCH] MAINTAINERS: Remove FMC subsystem
  2019-08-13  6:15 ` [PATCH] MAINTAINERS: Remove FMC subsystem Denis Efremov
  2019-08-13  8:54   ` Linus Walleij
@ 2019-08-13  9:41   ` Federico Vaga
  1 sibling, 0 replies; 129+ messages in thread
From: Federico Vaga @ 2019-08-13  9:41 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, joe, Linus Walleij, Pat Riehecky

On Tuesday, August 13, 2019 8:15:47 AM CEST Denis Efremov wrote:
> Cleanup MAINTAINERS from FMC record since the subsystem was removed.
> 
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Federico Vaga <federico.vaga@cern.ch>
> Cc: Pat Riehecky <riehecky@fnal.gov>
> Fixes: 6a80b30086b8 ("fmc: Delete the FMC subsystem")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Federico Vaga <federico.vaga@cern.ch>




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

* Re: [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record
  2019-08-13  6:14 ` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record Denis Efremov
@ 2019-08-13 11:45   ` Andrew Lunn
  2019-08-14  0:55   ` Florian Fainelli
  1 sibling, 0 replies; 129+ messages in thread
From: Andrew Lunn @ 2019-08-13 11:45 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Florian Fainelli, David S . Miller,
	Heiner Kallweit, netdev

On Tue, Aug 13, 2019 at 09:14:39AM +0300, Denis Efremov wrote:
> Update MAINTAINERS to reflect that sysfs-bus-mdio documentation
> was removed.
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: netdev@vger.kernel.org
> Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* RE: [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath
  2019-08-13  6:04   ` [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath Denis Efremov
@ 2019-08-13 14:36     ` Tianyu Lan
  0 siblings, 0 replies; 129+ messages in thread
From: Tianyu Lan @ 2019-08-13 14:36 UTC (permalink / raw)
  To: Denis Efremov, linux-kernel; +Cc: joe, Sasha Levin, linux-hyperv

Hi Denis:
	 Thanks for notice. I has posted a fix patch before. https://lkml.org/lkml/2019/8/13/73

Hi Sashe:
	Could you take care the fix patch? Thanks.

-----Original Message-----
From: Denis Efremov <efremov@linux.com> 
Sent: Tuesday, August 13, 2019 2:04 PM
To: linux-kernel@vger.kernel.org
Cc: Denis Efremov <efremov@linux.com>; joe@perches.com; Tianyu Lan <Tianyu.Lan@microsoft.com>; Sasha Levin <sashal@kernel.org>; linux-hyperv@vger.kernel.org
Subject: [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath

Fix typo in hyperv-iommu.c filepath.

Cc: Lan Tianyu <Tianyu.Lan@microsoft.com>
Cc: Sasha Levin <sashal@kernel.org>
Cc: linux-hyperv@vger.kernel.org
Fixes: 29217a474683 ("iommu/hyper-v: Add Hyper-V stub IOMMU driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2764e0872ebd..51ab502485ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7452,7 +7452,7 @@ F:	drivers/net/hyperv/
 F:	drivers/scsi/storvsc_drv.c
 F:	drivers/uio/uio_hv_generic.c
 F:	drivers/video/fbdev/hyperv_fb.c
-F:	drivers/iommu/hyperv_iommu.c
+F:	drivers/iommu/hyperv-iommu.c
 F:	net/vmw_vsock/hyperv_transport.c
 F:	include/clocksource/hyperv_timer.h
 F:	include/linux/hyperv.h
-- 
2.21.0


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

* Re: [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record
  2019-08-13  6:13 ` [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record Denis Efremov
@ 2019-08-13 15:13   ` Darrick J. Wong
  0 siblings, 0 replies; 129+ messages in thread
From: Darrick J. Wong @ 2019-08-13 15:13 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, joe, Christoph Hellwig, linux-fsdevel

On Tue, Aug 13, 2019 at 09:13:25AM +0300, Denis Efremov wrote:
> Update MAINTAINERS to reflect that fs/iomap.c file
> was splitted into separate files in fs/iomap/
> 
> Cc: Darrick J. Wong <darrick.wong@oracle.com>
> Cc: Christoph Hellwig <hch@lst.de>
> Cc: linux-fsdevel@vger.kernel.org
> Fixes: cb7181ff4b1c ("iomap: move the main iteration code into a separate file")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3ec8154e4630..29514fc19b01 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8415,7 +8415,6 @@ L:	linux-xfs@vger.kernel.org
>  L:	linux-fsdevel@vger.kernel.org
>  T:	git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
>  S:	Supported
> -F:	fs/iomap.c
>  F:	fs/iomap/
>  F:	include/linux/iomap.h
>  
> -- 
> 2.21.0
> 

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

* Re: [PATCH] MAINTAINERS: Remove FMC subsystem
  2019-08-13  8:54   ` Linus Walleij
@ 2019-08-13 21:20     ` Denis Efremov
  2019-08-23  7:54       ` Linus Walleij
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-13 21:20 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, Joe Perches, Federico Vaga, Pat Riehecky

On 13.08.2019 11:54, Linus Walleij wrote:
> On Tue, Aug 13, 2019 at 8:15 AM Denis Efremov <efremov@linux.com> wrote:
> 
>> Cleanup MAINTAINERS from FMC record since the subsystem was removed.
>>
>> Cc: Linus Walleij <linus.walleij@linaro.org>
>> Cc: Federico Vaga <federico.vaga@cern.ch>
>> Cc: Pat Riehecky <riehecky@fnal.gov>
>> Fixes: 6a80b30086b8 ("fmc: Delete the FMC subsystem")
>> Signed-off-by: Denis Efremov <efremov@linux.com>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Do you need help to merge the patch? I can take it in the
> GPIO tree since the subsystem was removed there.

Yes, please. I kindly ask you to take this patch in your tree.

Thanks,
Denis

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

* Re: [PATCH] MAINTAINERS: r8169: Update path to the driver
  2019-08-13  6:07 ` [PATCH] MAINTAINERS: r8169: Update path to the driver Denis Efremov
@ 2019-08-13 21:52   ` Heiner Kallweit
  2019-08-14 12:12     ` Denis Efremov
  0 siblings, 1 reply; 129+ messages in thread
From: Heiner Kallweit @ 2019-08-13 21:52 UTC (permalink / raw)
  To: Denis Efremov, linux-kernel; +Cc: joe, nic_swsd, David S . Miller, netdev

On 13.08.2019 08:07, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change
> from r8169.c to r8169_main.c
> 
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: nic_swsd@realtek.com
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Fixes: 25e992a4603c ("r8169: rename r8169.c to r8169_main.c")
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 99a7392ad6bc..25eb86f3261e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
>  M:	Heiner Kallweit <hkallweit1@gmail.com>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
> -F:	drivers/net/ethernet/realtek/r8169.c
> +F:	drivers/net/ethernet/realtek/r8169_main.c
>  
That's better than before, but wouldn't cover e.g. changes
to r8169_firmware.c. Better may be:

F:	drivers/net/ethernet/realtek/r8169*

>  8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
>  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 

Heiner


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

* Re: [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record
  2019-08-13  6:14 ` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record Denis Efremov
  2019-08-13 11:45   ` Andrew Lunn
@ 2019-08-14  0:55   ` Florian Fainelli
  2019-08-14 12:58     ` [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record Denis Efremov
  1 sibling, 1 reply; 129+ messages in thread
From: Florian Fainelli @ 2019-08-14  0:55 UTC (permalink / raw)
  To: Denis Efremov, linux-kernel
  Cc: joe, David S . Miller, Andrew Lunn, Heiner Kallweit, netdev

Le 8/12/19 à 11:14 PM, Denis Efremov a écrit :
> Update MAINTAINERS to reflect that sysfs-bus-mdio documentation
> was removed.
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: netdev@vger.kernel.org
> Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Not sure if this really deserves a Fixes tag; but thanks for catching
that, a maybe more appropriate change would be to list
Documentation/ABI/testing/sysfs-class-net-phydev instead.
-- 
Florian

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

* Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-08-13  8:11   ` Nicolas.Ferre
@ 2019-08-14  9:08     ` Alexandre Belloni
  2019-08-23  8:20       ` Nicolas.Ferre
  0 siblings, 1 reply; 129+ messages in thread
From: Alexandre Belloni @ 2019-08-14  9:08 UTC (permalink / raw)
  To: Nicolas.Ferre
  Cc: efremov, linux-kernel, joe, linux-arm-kernel, Ludovic.Desroches

On 13/08/2019 08:11:23+0000, Nicolas Ferre wrote:
> On 13/08/2019 at 08:10, Denis Efremov wrote:
> > Update MAINTAINERS record to reflect the filename change
> > from tcb_clksrc.c to timer-atmel-tcb.c
> > 
> > Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> But, while you're at it, I would add another line: see below...
> 
> > Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > Cc: linux-arm-kernel@lists.infradead.org
> > Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
> > Signed-off-by: Denis Efremov <efremov@linux.com>
> > ---
> >   MAINTAINERS | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c9ad38a9414f..3ec8154e4630 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> +M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> But Alexandre have to agree, of course.
> 
> >   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >   S:	Supported
> >   F:	drivers/misc/atmel_tclib.c
> > -F:	drivers/clocksource/tcb_clksrc.c
> > +F:	drivers/clocksource/timer-atmel-tcb.c
> >   
> >   MICROCHIP USBA UDC DRIVER
> >   M:	Cristian Birsan <cristian.birsan@microchip.com>
> 
> We could also remove this entry and mix it with:
> "ARM/Microchip (AT91) SoC support"
> 
> But I prefer to keep it separated like this for various reasons.
> 

I would simply remove this entry because all the files are already
matching the SoC entry (it has N: atmel) and atmel_tclib will go away (I
have a series to do that).

If you want to keep a separate entry, maybe we should then add the
system timer and pit drivers.


-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [PATCH] MAINTAINERS: r8169: Update path to the driver
  2019-08-13 21:52   ` Heiner Kallweit
@ 2019-08-14 12:12     ` Denis Efremov
  2019-08-14 12:14       ` Denis Efremov
                         ` (2 more replies)
  0 siblings, 3 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-14 12:12 UTC (permalink / raw)
  To: Heiner Kallweit
  Cc: Denis Efremov, joe, linux-kernel, nic_swsd, David S . Miller, netdev

Update MAINTAINERS record to reflect the filename change.
The file was moved in commit 25e992a4603c ("r8169: rename
r8169.c to r8169_main.c")

Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: nic_swsd@realtek.com
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a43a1f0be49f..905efeda56fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -183,7 +183,7 @@ M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
 M:	Heiner Kallweit <hkallweit1@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	drivers/net/ethernet/realtek/r8169.c
+F:	drivers/net/ethernet/realtek/r8169*
 
 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-- 
2.21.0


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

* Re: [PATCH] MAINTAINERS: r8169: Update path to the driver
  2019-08-14 12:12     ` Denis Efremov
@ 2019-08-14 12:14       ` Denis Efremov
  2019-08-14 18:33       ` Heiner Kallweit
  2019-08-16 19:58       ` David Miller
  2 siblings, 0 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-14 12:14 UTC (permalink / raw)
  To: Heiner Kallweit; +Cc: joe, linux-kernel, nic_swsd, David S . Miller, netdev

Sorry, this is v2 of course.

Thanks,
Denis

On 8/14/19 3:12 PM, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change.
> The file was moved in commit 25e992a4603c ("r8169: rename
> r8169.c to r8169_main.c")
> 
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: nic_swsd@realtek.com
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a43a1f0be49f..905efeda56fb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
>  M:	Heiner Kallweit <hkallweit1@gmail.com>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
> -F:	drivers/net/ethernet/realtek/r8169.c
> +F:	drivers/net/ethernet/realtek/r8169*
>  
>  8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
>  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 


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

* [PATCH] MAINTAINERS: Remove IP MASQUERADING record
  2019-08-13  8:58   ` Pablo Neira Ayuso
@ 2019-08-14 12:35     ` Denis Efremov
  2019-08-19 10:19       ` Pablo Neira Ayuso
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-14 12:35 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: Denis Efremov, joe, linux-kernel, Florian Westphal,
	Juanjo Ciarlante, netfilter-devel

This entry is in MAINTAINERS for historical purpose.
It doesn't match current sources since the commit
adf82accc5f5 ("netfilter: x_tables: merge ip and
ipv6 masquerade modules") moved the module.
The net/netfilter/xt_MASQUERADE.c module is already under
the netfilter section. Thus, there is no purpose to keep this
separate entry in MAINTAINERS.

Cc: Florian Westphal <fw@strlen.de>
Cc: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
Cc: netfilter-devel@vger.kernel.org
Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2b03d2d4bfca..2ab292d1fa0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8429,11 +8429,6 @@ S:	Maintained
 F:	fs/io_uring.c
 F:	include/uapi/linux/io_uring.h
 
-IP MASQUERADING
-M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
-S:	Maintained
-F:	net/ipv4/netfilter/ipt_MASQUERADE.c
-
 IPMI SUBSYSTEM
 M:	Corey Minyard <minyard@acm.org>
 L:	openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
-- 
2.21.0


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

* [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record
  2019-08-14  0:55   ` Florian Fainelli
@ 2019-08-14 12:58     ` Denis Efremov
  2019-08-14 18:39       ` Florian Fainelli
  2019-08-16 19:55       ` David Miller
  0 siblings, 2 replies; 129+ messages in thread
From: Denis Efremov @ 2019-08-14 12:58 UTC (permalink / raw)
  To: Florian Fainelli, Andrew Lunn
  Cc: Denis Efremov, joe, linux-kernel, Heiner Kallweit,
	David S . Miller, netdev

Update MAINTAINERS to reflect that sysfs-bus-mdio was removed in
commit a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate
PHY device documentation") and sysfs-class-net-phydev was added in
commit 86f22d04dfb5 ("net: sysfs: Document PHY device sysfs
attributes").

Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e944baeca75..168e5121578e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6065,7 +6065,7 @@ M:	Florian Fainelli <f.fainelli@gmail.com>
 M:	Heiner Kallweit <hkallweit1@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	Documentation/ABI/testing/sysfs-bus-mdio
+F:	Documentation/ABI/testing/sysfs-class-net-phydev
 F:	Documentation/devicetree/bindings/net/ethernet-phy.yaml
 F:	Documentation/devicetree/bindings/net/mdio*
 F:	Documentation/networking/phy.rst
-- 
2.21.0


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

* Re: [PATCH] MAINTAINERS: net_failover: Fix typo in a filepath
  2019-08-13  6:05   ` [PATCH] MAINTAINERS: net_failover: Fix typo in a filepath Denis Efremov
@ 2019-08-14 17:24     ` David Miller
  0 siblings, 0 replies; 129+ messages in thread
From: David Miller @ 2019-08-14 17:24 UTC (permalink / raw)
  To: efremov; +Cc: linux-kernel, joe, sridhar.samudrala, netdev

From: Denis Efremov <efremov@linux.com>
Date: Tue, 13 Aug 2019 09:05:30 +0300

> Replace "driver" with "drivers" in the filepath to net_failover.c
> 
> Cc: Sridhar Samudrala <sridhar.samudrala@intel.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Fixes: cfc80d9a1163 ("net: Introduce net_failover driver")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Applied.

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

* Re: [PATCH] MAINTAINERS: r8169: Update path to the driver
  2019-08-14 12:12     ` Denis Efremov
  2019-08-14 12:14       ` Denis Efremov
@ 2019-08-14 18:33       ` Heiner Kallweit
  2019-08-16 19:58       ` David Miller
  2 siblings, 0 replies; 129+ messages in thread
From: Heiner Kallweit @ 2019-08-14 18:33 UTC (permalink / raw)
  To: Denis Efremov; +Cc: joe, linux-kernel, nic_swsd, David S . Miller, netdev

On 14.08.2019 14:12, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the filename change.
> The file was moved in commit 25e992a4603c ("r8169: rename
> r8169.c to r8169_main.c")
> 
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: nic_swsd@realtek.com
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a43a1f0be49f..905efeda56fb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
>  M:	Heiner Kallweit <hkallweit1@gmail.com>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
> -F:	drivers/net/ethernet/realtek/r8169.c
> +F:	drivers/net/ethernet/realtek/r8169*
>  
>  8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
>  M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
For net-next.
Reviewed-by: Heiner Kallweit <hkallweit1@gmail.com>


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

* Re: [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record
  2019-08-14 12:58     ` [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record Denis Efremov
@ 2019-08-14 18:39       ` Florian Fainelli
  2019-08-16 19:55       ` David Miller
  1 sibling, 0 replies; 129+ messages in thread
From: Florian Fainelli @ 2019-08-14 18:39 UTC (permalink / raw)
  To: Denis Efremov, Andrew Lunn
  Cc: joe, linux-kernel, Heiner Kallweit, David S . Miller, netdev

On 8/14/19 5:58 AM, Denis Efremov wrote:
> Update MAINTAINERS to reflect that sysfs-bus-mdio was removed in
> commit a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate
> PHY device documentation") and sysfs-class-net-phydev was added in
> commit 86f22d04dfb5 ("net: sysfs: Document PHY device sysfs
> attributes").
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>

Thanks Denis.
-- 
Florian

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

* Re: Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
  2019-08-13  6:57   ` Denis Efremov
@ 2019-08-15 21:57     ` Jarkko Sakkinen
  2019-08-15 22:12       ` [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h Denis Efremov
  0 siblings, 1 reply; 129+ messages in thread
From: Jarkko Sakkinen @ 2019-08-15 21:57 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, Joe Perches, James Bottomley, Mimi Zohar,
	linux-integrity, keyrings, Denis Kenzior

On Tue, Aug 13, 2019 at 09:57:59AM +0300, Denis Efremov wrote:
> Hi All,
> 
> Initially, I've prepared a patch and only after found this discussion. So, please,
> look at this patch no more than just a simple reminder that get_maintainers.pl
> still emits this warning.

Can you resend this as a proper patch that can be applied. No other
complains.

/Jarkko

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

* [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h
  2019-08-15 21:57     ` Jarkko Sakkinen
@ 2019-08-15 22:12       ` Denis Efremov
  2019-08-16 18:58         ` Jarkko Sakkinen
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-08-15 22:12 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Denis Efremov, joe, linux-kernel, Denis Kenzior, James Bottomley,
	Mimi Zohar, linux-integrity

Update MAINTAINERS record to reflect that trusted.h
was moved to a different directory in commit 22447981fc05
("KEYS: Move trusted.h to include/keys [ver #2]").

Cc: Denis Kenzior <denkenz@gmail.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Cc: Mimi Zohar <zohar@linux.ibm.com>
Cc: linux-integrity@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cfb344ba2914..168e5121578e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8916,7 +8916,7 @@ S:	Supported
 F:	Documentation/security/keys/trusted-encrypted.rst
 F:	include/keys/trusted-type.h
 F:	security/keys/trusted.c
-F:	security/keys/trusted.h
+F:	include/keys/trusted.h
 
 KEYS/KEYRINGS:
 M:	David Howells <dhowells@redhat.com>
-- 
2.21.0


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

* Re: [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h
  2019-08-15 22:12       ` [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h Denis Efremov
@ 2019-08-16 18:58         ` Jarkko Sakkinen
  2019-09-10 11:50           ` Denis Efremov
  0 siblings, 1 reply; 129+ messages in thread
From: Jarkko Sakkinen @ 2019-08-16 18:58 UTC (permalink / raw)
  To: Denis Efremov
  Cc: joe, linux-kernel, Denis Kenzior, James Bottomley, Mimi Zohar,
	linux-integrity

On Fri, Aug 16, 2019 at 01:12:00AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect that trusted.h
> was moved to a different directory in commit 22447981fc05
> ("KEYS: Move trusted.h to include/keys [ver #2]").
> 
> Cc: Denis Kenzior <denkenz@gmail.com>
> Cc: James Bottomley <jejb@linux.ibm.com>
> Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> Cc: Mimi Zohar <zohar@linux.ibm.com>
> Cc: linux-integrity@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>

Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>

/Jarkko

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

* Re: [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record
  2019-08-14 12:58     ` [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record Denis Efremov
  2019-08-14 18:39       ` Florian Fainelli
@ 2019-08-16 19:55       ` David Miller
  1 sibling, 0 replies; 129+ messages in thread
From: David Miller @ 2019-08-16 19:55 UTC (permalink / raw)
  To: efremov; +Cc: f.fainelli, andrew, joe, linux-kernel, hkallweit1, netdev

From: Denis Efremov <efremov@linux.com>
Date: Wed, 14 Aug 2019 15:58:00 +0300

> Update MAINTAINERS to reflect that sysfs-bus-mdio was removed in
> commit a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate
> PHY device documentation") and sysfs-class-net-phydev was added in
> commit 86f22d04dfb5 ("net: sysfs: Document PHY device sysfs
> attributes").
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>

Applied.

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

* Re: [PATCH] MAINTAINERS: r8169: Update path to the driver
  2019-08-14 12:12     ` Denis Efremov
  2019-08-14 12:14       ` Denis Efremov
  2019-08-14 18:33       ` Heiner Kallweit
@ 2019-08-16 19:58       ` David Miller
  2 siblings, 0 replies; 129+ messages in thread
From: David Miller @ 2019-08-16 19:58 UTC (permalink / raw)
  To: efremov; +Cc: hkallweit1, joe, linux-kernel, nic_swsd, netdev

From: Denis Efremov <efremov@linux.com>
Date: Wed, 14 Aug 2019 15:12:09 +0300

> Update MAINTAINERS record to reflect the filename change.
> The file was moved in commit 25e992a4603c ("r8169: rename
> r8169.c to r8169_main.c")
> 
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: nic_swsd@realtek.com
> Cc: David S. Miller <davem@davemloft.net>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>

Applied to 'net' since it's important to keep this uptodate and the
paths are such that this change is valid there too.

Thanks.

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

* Re: [PATCH] MAINTAINERS: Remove IP MASQUERADING record
  2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
@ 2019-08-19 10:19       ` Pablo Neira Ayuso
  0 siblings, 0 replies; 129+ messages in thread
From: Pablo Neira Ayuso @ 2019-08-19 10:19 UTC (permalink / raw)
  To: Denis Efremov
  Cc: joe, linux-kernel, Florian Westphal, Juanjo Ciarlante, netfilter-devel

On Wed, Aug 14, 2019 at 03:35:02PM +0300, Denis Efremov wrote:
> This entry is in MAINTAINERS for historical purpose.
> It doesn't match current sources since the commit
> adf82accc5f5 ("netfilter: x_tables: merge ip and
> ipv6 masquerade modules") moved the module.
> The net/netfilter/xt_MASQUERADE.c module is already under
> the netfilter section. Thus, there is no purpose to keep this
> separate entry in MAINTAINERS.

Applied, thanks.

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

* Re: [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path
  2019-08-13  6:00   ` [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path Denis Efremov
  2019-08-13  6:36     ` [RESEND PATCH] " Denis Efremov
@ 2019-08-20 11:33     ` Vinod Koul
  1 sibling, 0 replies; 129+ messages in thread
From: Vinod Koul @ 2019-08-20 11:33 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, joe, Eugeniy Paltsev, Vinod Koul, dmaengine

On 13-08-19, 09:00, Denis Efremov wrote:
> Fix typo (s/dwi-/dw-/) in the directory path.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath
  2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
@ 2019-08-22  5:55     ` Herbert Xu
  0 siblings, 0 replies; 129+ messages in thread
From: Herbert Xu @ 2019-08-22  5:55 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Breno Leitão, Nayna Jain,
	Paulo Flabiano Smorigo, Dan Streetman, linux-crypto

On Tue, Aug 13, 2019 at 09:06:10AM +0300, Denis Efremov wrote:
> Fix typo in nx_debugfs.c filepath. File extension changed from .h to .c
> The file nx_debugfs.h never existed.
> 
> Cc: Breno Leitão <leitao@debian.org>
> Cc: Nayna Jain <nayna@linux.ibm.com>
> Cc: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
> Cc: Dan Streetman <ddstreet@ieee.org>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: linux-crypto@vger.kernel.org
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [PATCH] MAINTAINERS: Remove FMC subsystem
  2019-08-13 21:20     ` Denis Efremov
@ 2019-08-23  7:54       ` Linus Walleij
  0 siblings, 0 replies; 129+ messages in thread
From: Linus Walleij @ 2019-08-23  7:54 UTC (permalink / raw)
  To: Denis Efremov; +Cc: linux-kernel, Joe Perches, Federico Vaga, Pat Riehecky

On Tue, Aug 13, 2019 at 11:20 PM Denis Efremov <efremov@linux.com> wrote:
> On 13.08.2019 11:54, Linus Walleij wrote:

> > Do you need help to merge the patch? I can take it in the
> > GPIO tree since the subsystem was removed there.
>
> Yes, please. I kindly ask you to take this patch in your tree.

OK patch merged into the GPIO tree.

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
  2019-08-14  9:08     ` Alexandre Belloni
@ 2019-08-23  8:20       ` Nicolas.Ferre
  0 siblings, 0 replies; 129+ messages in thread
From: Nicolas.Ferre @ 2019-08-23  8:20 UTC (permalink / raw)
  To: alexandre.belloni
  Cc: efremov, linux-kernel, joe, linux-arm-kernel, Ludovic.Desroches

On 14/08/2019 at 11:08, Alexandre Belloni wrote:
> External E-Mail
> 
> 
> On 13/08/2019 08:11:23+0000, Nicolas Ferre wrote:
>> On 13/08/2019 at 08:10, Denis Efremov wrote:
>>> Update MAINTAINERS record to reflect the filename change
>>> from tcb_clksrc.c to timer-atmel-tcb.c
>>>
>>> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
>>
>> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
>> But, while you're at it, I would add another line: see below...
>>
>>> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
>>> Cc: linux-arm-kernel@lists.infradead.org
>>> Fixes: a7aae768166e ("clocksource/drivers/tcb_clksrc: Rename the file for consistency")
>>> Signed-off-by: Denis Efremov <efremov@linux.com>
>>> ---
>>>    MAINTAINERS | 2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index c9ad38a9414f..3ec8154e4630 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -10637,7 +10637,7 @@ M:	Nicolas Ferre <nicolas.ferre@microchip.com>
>>
>> +M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
>>
>> But Alexandre have to agree, of course.
>>
>>>    L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>>>    S:	Supported
>>>    F:	drivers/misc/atmel_tclib.c
>>> -F:	drivers/clocksource/tcb_clksrc.c
>>> +F:	drivers/clocksource/timer-atmel-tcb.c
>>>    
>>>    MICROCHIP USBA UDC DRIVER
>>>    M:	Cristian Birsan <cristian.birsan@microchip.com>
>>
>> We could also remove this entry and mix it with:
>> "ARM/Microchip (AT91) SoC support"
>>
>> But I prefer to keep it separated like this for various reasons.
>>
> 
> I would simply remove this entry because all the files are already
> matching the SoC entry (it has N: atmel) and atmel_tclib will go away (I
> have a series to do that).

All right: let's remove it.

Thanks Denis for the heads-up!

Best regards,
   Nicolas

> If you want to keep a separate entry, maybe we should then add the
> system timer and pit drivers.
> 
> 


-- 
Nicolas Ferre

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
@ 2019-08-29 20:00   ` Wolfram Sang
  2019-08-30  8:28     ` Maxime Ripard
  2019-08-30  8:31     ` Gregory CLEMENT
  2019-08-30 12:38   ` Wolfram Sang
  1 sibling, 2 replies; 129+ messages in thread
From: Wolfram Sang @ 2019-08-29 20:00 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Maxime Ripard, Gregory CLEMENT, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the file move
> from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
> 
> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> Cc: linux-i2c@vger.kernel.org
> Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Looks OK to me, Gregory or Maxime?

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 87ac0378186c..590dcebe627f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7505,7 +7505,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
>  M:	Gregory CLEMENT <gregory.clement@bootlin.com>
>  L:	linux-i2c@vger.kernel.org
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
> +F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
>  F:	drivers/i2c/busses/i2c-mv64xxx.c
>  
>  I2C OVER PARALLEL PORT
> -- 
> 2.21.0
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-29 20:00   ` Wolfram Sang
@ 2019-08-30  8:28     ` Maxime Ripard
  2019-08-30  8:31     ` Gregory CLEMENT
  1 sibling, 0 replies; 129+ messages in thread
From: Maxime Ripard @ 2019-08-30  8:28 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Denis Efremov, linux-kernel, joe, Gregory CLEMENT, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

On Thu, Aug 29, 2019 at 10:00:56PM +0200, Wolfram Sang wrote:
> On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
> > Update MAINTAINERS record to reflect the file move
> > from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
> >
> > Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> > Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> > Cc: linux-i2c@vger.kernel.org
> > Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
> > Signed-off-by: Denis Efremov <efremov@linux.com>
>
> Looks OK to me, Gregory or Maxime?

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-29 20:00   ` Wolfram Sang
  2019-08-30  8:28     ` Maxime Ripard
@ 2019-08-30  8:31     ` Gregory CLEMENT
  1 sibling, 0 replies; 129+ messages in thread
From: Gregory CLEMENT @ 2019-08-30  8:31 UTC (permalink / raw)
  To: Wolfram Sang, Denis Efremov; +Cc: linux-kernel, joe, Maxime Ripard, linux-i2c

Wolfram Sang <wsa@the-dreams.de> writes:

> On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
>> Update MAINTAINERS record to reflect the file move
>> from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
>> 
>> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
>> Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
>> Cc: linux-i2c@vger.kernel.org
>> Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
>> Signed-off-by: Denis Efremov <efremov@linux.com>
>
> Looks OK to me, Gregory or Maxime?

Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Thanks,

Gregory


>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 87ac0378186c..590dcebe627f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -7505,7 +7505,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
>>  M:	Gregory CLEMENT <gregory.clement@bootlin.com>
>>  L:	linux-i2c@vger.kernel.org
>>  S:	Maintained
>> -F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
>> +F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
>>  F:	drivers/i2c/busses/i2c-mv64xxx.c
>>  
>>  I2C OVER PARALLEL PORT
>> -- 
>> 2.21.0
>> 

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* Re: [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path
  2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
  2019-08-29 20:00   ` Wolfram Sang
@ 2019-08-30 12:38   ` Wolfram Sang
  1 sibling, 0 replies; 129+ messages in thread
From: Wolfram Sang @ 2019-08-30 12:38 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Maxime Ripard, Gregory CLEMENT, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

On Tue, Aug 13, 2019 at 09:09:13AM +0300, Denis Efremov wrote:
> Update MAINTAINERS record to reflect the file move
> from i2c-mv64xxx.txt to marvell,mv64xxx-i2c.yaml.
> 
> Cc: Maxime Ripard <maxime.ripard@bootlin.com>
> Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> Cc: linux-i2c@vger.kernel.org
> Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
> Signed-off-by: Denis Efremov <efremov@linux.com>

Applied to for-current, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record
  2019-08-13  6:13   ` [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record Denis Efremov
  2019-08-13  6:54     ` Pali Rohár
@ 2019-09-02  8:00     ` Sebastian Reichel
  1 sibling, 0 replies; 129+ messages in thread
From: Sebastian Reichel @ 2019-09-02  8:00 UTC (permalink / raw)
  To: Denis Efremov
  Cc: linux-kernel, joe, Linus Walleij, Pavel Machek, Pali Rohár,
	linux-pm

[-- Attachment #1: Type: text/plain, Size: 1116 bytes --]

Hi,

On Tue, Aug 13, 2019 at 09:13:58AM +0300, Denis Efremov wrote:
> Update MAINTAINERS to reflect that isp1704_charger.h file was removed.
> 
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Pali Rohár <pali.rohar@gmail.com>
> Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
> Cc: linux-pm@vger.kernel.org
> Fixes: f5d782d46aa5 ("power: supply: isp1704: switch to gpiod API")
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---

Thanks, queued.

-- Sebastian

>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 29514fc19b01..2776e0797ae3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11400,7 +11400,6 @@ NOKIA N900 POWER SUPPLY DRIVERS
>  R:	Pali Rohár <pali.rohar@gmail.com>
>  F:	include/linux/power/bq2415x_charger.h
>  F:	include/linux/power/bq27xxx_battery.h
> -F:	include/linux/power/isp1704_charger.h
>  F:	drivers/power/supply/bq2415x_charger.c
>  F:	drivers/power/supply/bq27xxx_battery.c
>  F:	drivers/power/supply/bq27xxx_battery_i2c.c
> -- 
> 2.21.0
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [RESEND PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  7:20       ` Linus Walleij
@ 2019-09-10 11:46         ` Denis Efremov
  0 siblings, 0 replies; 129+ messages in thread
From: Denis Efremov @ 2019-09-10 11:46 UTC (permalink / raw)
  Cc: Linus Walleij, linux-kernel, Joe Perches, Boris Brezillon,
	Ricardo Ribalda Delgado, Linux ARM

Hi,

On 8/13/19 10:20 AM, Linus Walleij wrote:
> On Tue, Aug 13, 2019 at 8:33 AM Denis Efremov <efremov@linux.com> wrote:
> 
>> Update MAINTAINERS record to reflect the filename change
>> from physmap_of_versatile.c to physmap-versatile.c
>>
>> Cc: Boris Brezillon <bbrezillon@kernel.org>
>> Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
>> Cc: Linus Walleij <linus.walleij@linaro.org>
>> Cc: linux-arm-kernel@lists.infradead.org
>> Fixes: 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}")
>> Signed-off-by: Denis Efremov <efremov@linux.com>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Yours,
> Linus Walleij
> 

Could someone take this fix through his tree?

Thanks,
Denis

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

* Re: [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h
  2019-08-16 18:58         ` Jarkko Sakkinen
@ 2019-09-10 11:50           ` Denis Efremov
  2019-09-14 13:50             ` Jarkko Sakkinen
  0 siblings, 1 reply; 129+ messages in thread
From: Denis Efremov @ 2019-09-10 11:50 UTC (permalink / raw)
  Cc: Jarkko Sakkinen, joe, linux-kernel, Denis Kenzior,
	James Bottomley, Mimi Zohar, linux-integrity

Hi,

On 8/16/19 9:58 PM, Jarkko Sakkinen wrote:
> On Fri, Aug 16, 2019 at 01:12:00AM +0300, Denis Efremov wrote:
>> Update MAINTAINERS record to reflect that trusted.h
>> was moved to a different directory in commit 22447981fc05
>> ("KEYS: Move trusted.h to include/keys [ver #2]").
>>
>> Cc: Denis Kenzior <denkenz@gmail.com>
>> Cc: James Bottomley <jejb@linux.ibm.com>
>> Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
>> Cc: Mimi Zohar <zohar@linux.ibm.com>
>> Cc: linux-integrity@vger.kernel.org
>> Signed-off-by: Denis Efremov <efremov@linux.com>
> 
> Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> 
> /Jarkko
> 

Could someone take this fix through his tree?

Thanks,
Denis

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

* Re: [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h
  2019-09-10 11:50           ` Denis Efremov
@ 2019-09-14 13:50             ` Jarkko Sakkinen
  0 siblings, 0 replies; 129+ messages in thread
From: Jarkko Sakkinen @ 2019-09-14 13:50 UTC (permalink / raw)
  To: Denis Efremov
  Cc: joe, linux-kernel, Denis Kenzior, James Bottomley, Mimi Zohar,
	linux-integrity

On Tue, Sep 10, 2019 at 02:50:39PM +0300, Denis Efremov wrote:
> Hi,
> 
> On 8/16/19 9:58 PM, Jarkko Sakkinen wrote:
> > On Fri, Aug 16, 2019 at 01:12:00AM +0300, Denis Efremov wrote:
> >> Update MAINTAINERS record to reflect that trusted.h
> >> was moved to a different directory in commit 22447981fc05
> >> ("KEYS: Move trusted.h to include/keys [ver #2]").
> >>
> >> Cc: Denis Kenzior <denkenz@gmail.com>
> >> Cc: James Bottomley <jejb@linux.ibm.com>
> >> Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> >> Cc: Mimi Zohar <zohar@linux.ibm.com>
> >> Cc: linux-integrity@vger.kernel.org
> >> Signed-off-by: Denis Efremov <efremov@linux.com>
> > 
> > Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> > 
> > /Jarkko
> > 
> 
> Could someone take this fix through his tree?

I picked this up now to the tpmdd tree.

/Jarkko

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

* [RESEND v2 PATCH] MAINTAINERS: Update path to physmap-versatile.c
  2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
  2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
@ 2019-09-30 20:48     ` Denis Efremov
  1 sibling, 0 replies; 129+ messages in thread
From: Denis Efremov @ 2019-09-30 20:48 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Denis Efremov, Boris Brezillon, Ricardo Ribalda Delgado,
	Greg Kroah-Hartman, Linus Walleij

Update MAINTAINERS record to reflect the filename change from
physmap_of_versatile.c to physmap-versatile.c in commit 6ca15cfa0788
("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}").

Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Denis Efremov <efremov@linux.com>
---
Ping.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 296de2b51c83..dc7137a9cf77 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1238,7 +1238,7 @@ F:	arch/arm/boot/dts/versatile*
 F:	drivers/clk/versatile/
 F:	drivers/i2c/busses/i2c-versatile.c
 F:	drivers/irqchip/irq-versatile-fpga.c
-F:	drivers/mtd/maps/physmap_of_versatile.c
+F:	drivers/mtd/maps/physmap-versatile.c
 F:	drivers/power/reset/arm-versatile-reboot.c
 F:	drivers/soc/versatile/
 
-- 
2.21.0


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

end of thread, other threads:[~2019-09-30 20:48 UTC | newest]

Thread overview: 129+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25 21:22 MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them Joe Perches
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ANALOG DEVICES INC AD7606 DRIVER' Joe Perches
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT' Joe Perches
2019-08-13  6:10   ` [PATCH] MAINTAINERS: Update path to physmap-versatile.c Denis Efremov
2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
2019-08-13  7:20       ` Linus Walleij
2019-09-10 11:46         ` Denis Efremov
2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE' Joe Perches
     [not found]   ` <CAP6Zq1g62wiDTd9zn5dhwsfK6Rr52+ishU_=cO+G0Rm3Cs7kbQ@mail.gmail.com>
2019-03-26 17:41     ` Brendan Higgins
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Joe Perches
     [not found]   ` <cover.1553577179.git.amit.kucheria@linaro.org>
2019-03-26  5:18     ` [PATCH v1 1/1] MAINTAINERS: fix typo in file name Amit Kucheria
2019-03-26  5:30       ` Vinod Koul
2019-03-27 13:45       ` Mukesh Ojha
2019-03-26  5:21   ` Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Amit Kucheria
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Joe Perches
2019-03-26  5:28   ` Vinod Koul
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER' Joe Perches
2019-03-26  9:32   ` Charles Keepax
2019-03-25 21:24 ` Joe Perches
2019-03-25 21:25 ` Joe Perches
2019-03-25 21:25 ` Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE' Joe Perches
2019-03-25 23:29   ` [PATCH] MAINTAINERS: Update entry for EDAC-SKYLAKE Luck, Tony
2019-03-25 23:56   ` [PATCH] MAINTAINERS: Add entry for EDAC-I10NM Luck, Tony
2019-03-26  7:33     ` Borislav Petkov
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'ETHERNET PHY LIBRARY' Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'FUTEX SUBSYSTEM' Joe Perches
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS' Joe Perches
2019-03-26  7:02   ` Tianyu Lan
2019-08-13  6:04   ` [PATCH] MAINTAINERS: Hyper-V: Fix typo in a filepath Denis Efremov
2019-08-13 14:36     ` Tianyu Lan
2019-03-25 21:25 ` Bad file pattern in MAINTAINERS section 'I3C SUBSYSTEM' Joe Perches
2019-03-30  7:51   ` Boris Brezillon
2019-03-25 21:26 ` Bad file pattern in MAINTAINERS section 'IBM Power in-Nest Crypto Acceleration' Joe Perches
2019-08-13  6:06   ` [PATCH] MAINTAINERS: nx crypto: Fix typo in a filepath Denis Efremov
2019-08-22  5:55     ` Herbert Xu
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM' Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED' Joe Perches
2019-03-26 11:37   ` Jarkko Sakkinen
2019-03-26 12:10     ` Mimi Zohar
2019-03-26 14:25       ` James Bottomley
2019-03-26 14:59         ` Denis Kenzior
2019-03-26 16:25           ` James Bottomley
2019-03-27  4:58           ` Jarkko Sakkinen
2019-03-27  4:54         ` Jarkko Sakkinen
2019-08-13  6:57   ` Denis Efremov
2019-08-15 21:57     ` Jarkko Sakkinen
2019-08-15 22:12       ` [RESEND PATCH] MAINTAINERS: keys: Update path to trusted.h Denis Efremov
2019-08-16 18:58         ` Jarkko Sakkinen
2019-09-10 11:50           ` Denis Efremov
2019-09-14 13:50             ` Jarkko Sakkinen
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER' Joe Perches
2019-03-25 21:27 ` Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON2 ARCHITECTURE' Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE' Joe Perches
2019-03-25 21:27 ` Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NET_FAILOVER MODULE' Joe Perches
2019-08-13  6:05   ` [PATCH] MAINTAINERS: net_failover: Fix typo in a filepath Denis Efremov
2019-08-14 17:24     ` David Miller
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS' Joe Perches
2019-08-13  6:13   ` [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record Denis Efremov
2019-08-13  6:54     ` Pali Rohár
2019-09-02  8:00     ` Sebastian Reichel
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'QUALCOMM ETHQOS ETHERNET DRIVER' Joe Perches
2019-03-26  5:12   ` Vinod Koul
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER' Joe Perches
2019-03-26 11:42   ` Krzysztof Kozlowski
2019-08-13  7:09     ` Denis Efremov
     [not found]       ` <CGME20190813092250eucas1p268947b3a9e15c2d2721e6311db8c3965@eucas1p2.samsung.com>
2019-08-13  9:22         ` Łukasz Stelmach
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'SELINUX SECURITY MODULE' Joe Perches
2019-03-25 21:58   ` [PATCH] " Casey Schaufler
2019-03-25 22:02     ` Joe Perches
2019-03-25 22:22       ` Casey Schaufler
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM' Joe Perches
2019-03-25 21:28 ` Joe Perches
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Joe Perches
2019-08-13  6:00   ` [PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path Denis Efremov
2019-08-13  6:36     ` [RESEND PATCH] " Denis Efremov
2019-08-20 11:33     ` [PATCH] " Vinod Koul
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE' Joe Perches
2019-03-25 23:34   ` [PATCH] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE Luck, Tony
2019-03-26  7:28     ` [tip:ras/core] " tip-bot for Tony Luck
2019-03-25 23:30 ` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER' Joe Perches
2019-03-26 10:25   ` Liviu Dudau
2019-03-26 10:32   ` [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda Liviu Dudau
2019-03-27  6:21     ` james qian wang (Arm Technology China)
2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
2019-03-25 23:38   ` Joe Perches
2019-03-27 11:39   ` Michael Ellerman
2019-08-13  5:58 ` [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath Denis Efremov
2019-08-13  6:16   ` Lee Jones
2019-08-13  6:02 ` [PATCH] MAINTAINERS: ftm-quaddec: " Denis Efremov
2019-08-13  9:26   ` Patrick Havelange
2019-08-13  6:03 ` [PATCH] MAINTAINERS: hantro: " Denis Efremov
2019-08-13  6:07 ` [PATCH] MAINTAINERS: r8169: Update path to the driver Denis Efremov
2019-08-13 21:52   ` Heiner Kallweit
2019-08-14 12:12     ` Denis Efremov
2019-08-14 12:14       ` Denis Efremov
2019-08-14 18:33       ` Heiner Kallweit
2019-08-16 19:58       ` David Miller
2019-08-13  6:09 ` [PATCH] MAINTAINERS: i2c mv64xxx: Update documentation path Denis Efremov
2019-08-29 20:00   ` Wolfram Sang
2019-08-30  8:28     ` Maxime Ripard
2019-08-30  8:31     ` Gregory CLEMENT
2019-08-30 12:38   ` Wolfram Sang
2019-08-13  6:09 ` [PATCH] MAINTAINERS: ip masquerading: Update path to the driver Denis Efremov
2019-08-13  8:58   ` Pablo Neira Ayuso
2019-08-14 12:35     ` [PATCH] MAINTAINERS: Remove IP MASQUERADING record Denis Efremov
2019-08-19 10:19       ` Pablo Neira Ayuso
2019-08-13  6:10 ` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c Denis Efremov
2019-08-13  8:11   ` Nicolas.Ferre
2019-08-14  9:08     ` Alexandre Belloni
2019-08-23  8:20       ` Nicolas.Ferre
2019-08-13  6:13 ` [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record Denis Efremov
2019-08-13 15:13   ` Darrick J. Wong
2019-08-13  6:14 ` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record Denis Efremov
2019-08-13 11:45   ` Andrew Lunn
2019-08-14  0:55   ` Florian Fainelli
2019-08-14 12:58     ` [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record Denis Efremov
2019-08-14 18:39       ` Florian Fainelli
2019-08-16 19:55       ` David Miller
2019-08-13  6:15 ` [PATCH] MAINTAINERS: Remove FMC subsystem Denis Efremov
2019-08-13  8:54   ` Linus Walleij
2019-08-13 21:20     ` Denis Efremov
2019-08-23  7:54       ` Linus Walleij
2019-08-13  9:41   ` Federico Vaga
2019-08-13  6:16 ` [PATCH] MAINTAINERS: Remove zoran driver Denis Efremov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).