All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Linus Walleij <linus.walleij@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	Wolfram Sang <wsa@the-dreams.de>, Olof Johansson <olof@lixom.net>,
	Michael Turquette <mturquette@baylibre.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Mark Brown <broonie@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Subject: Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT'
Date: Mon, 25 Mar 2019 14:24:38 -0700	[thread overview]
Message-ID: <20190325212438.25657-1-joe@perches.com> (raw)
In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>, Wolfram Sang <wsa@the-dreams.de>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	Mark Brown <broonie@kernel.org>, Olof Johansson <olof@lixom.net>,
	Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT'
Date: Mon, 25 Mar 2019 14:24:38 -0700	[thread overview]
Message-ID: <20190325212438.25657-1-joe@perches.com> (raw)
In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-03-25 21:24 UTC|newest]

Thread overview: 163+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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:10     ` Denis Efremov
2019-08-13  6:32     ` [RESEND PATCH] " Denis Efremov
2019-08-13  6:32       ` Denis Efremov
2019-08-13  7:20       ` Linus Walleij
2019-08-13  7:20         ` Linus Walleij
2019-09-10 11:46         ` Denis Efremov
2019-09-10 11:46           ` Denis Efremov
2019-09-30 20:48     ` [RESEND v2 " Denis Efremov
2019-09-30 20:48       ` Denis Efremov
2019-03-25 21:24 ` Bad file pattern in MAINTAINERS section 'ARM/NUVOTON NPCM ARCHITECTURE' Joe Perches
2019-03-26 12:18   ` Tomer Maimon
2019-03-26 17:41     ` Brendan Higgins
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-25 21:24   ` Joe Perches
2019-03-26  5:28   ` Vinod Koul
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:29     ` Luck, Tony
2019-03-25 23:56   ` [PATCH] MAINTAINERS: Add entry for EDAC-I10NM Luck, Tony
2019-03-25 23:56     ` Luck, Tony
2019-03-26  7:33     ` [PATCH] " Borislav Petkov
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-25 21:25   ` Joe Perches
2019-03-30  7:51   ` Boris Brezillon
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-25 21:27   ` Joe Perches
2019-03-26 11:37   ` Jarkko Sakkinen
2019-03-26 11:37     ` Jarkko Sakkinen
2019-03-26 12:10     ` Mimi Zohar
2019-03-26 12:10       ` Mimi Zohar
2019-03-26 14:25       ` James Bottomley
2019-03-26 14:25         ` James Bottomley
2019-03-26 14:59         ` Denis Kenzior
2019-03-26 14:59           ` Denis Kenzior
2019-03-26 16:25           ` James Bottomley
2019-03-26 16:25             ` James Bottomley
2019-03-27  4:58           ` Jarkko Sakkinen
2019-03-27  4:58             ` Jarkko Sakkinen
2019-03-27  4:54         ` Jarkko Sakkinen
2019-03-27  4:54           ` Jarkko Sakkinen
2019-08-13  6:57   ` Denis Efremov
2019-08-13  6:57     ` Denis Efremov
2019-08-15 21:57     ` Jarkko Sakkinen
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-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-25 23:34     ` Luck, Tony
2019-03-26  7:28     ` [tip:ras/core] " tip-bot for Tony Luck
2019-03-26  7:28       ` tip-bot for Borislav Petkov
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:35   ` Joe Perches
2019-03-25 23:38   ` 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  6:10   ` Denis Efremov
2019-08-13  8:11   ` Nicolas.Ferre
2019-08-13  8:11     ` Nicolas.Ferre
2019-08-14  9:08     ` Alexandre Belloni
2019-08-14  9:08       ` Alexandre Belloni
2019-08-23  8:20       ` Nicolas.Ferre
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190325212438.25657-1-joe@perches.com \
    --to=joe@perches.com \
    --cc=arnd@arndb.de \
    --cc=boris.brezillon@bootlin.com \
    --cc=broonie@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=olof@lixom.net \
    --cc=ricardo.ribalda@gmail.com \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.