lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190325212438.25657-1-joe@perches.com>
Date:   Mon, 25 Mar 2019 14:24:38 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        linux-arm-kernel@...ts.infradead.org,
        Wolfram Sang <wsa@...-dreams.de>,
        Olof Johansson <olof@...om.net>,
        Michael Turquette <mturquette@...libre.com>,
        Marc Zyngier <marc.zyngier@....com>,
        Mark Brown <broonie@...nel.org>, Arnd Bergmann <arnd@...db.de>,
        Boris Brezillon <boris.brezillon@...tlin.com>,
        Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
Subject: Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT'

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@...aro.org>
	1135	L:	linux-arm-kernel@...ts.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@...aro.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@...linux.org.uk>
    Cc: Rob Herring <robh@...nel.org>
    Cc: Will Deacon <will.deacon@....com>
    Cc: Stephen Boyd <sboyd@...nel.org>
    Cc: Mark Brown <broonie@...nel.org>
    Cc: Brian Norris <computersforpeace@...il.com>
    Acked-by: Wolfram Sang <wsa@...-dreams.de>
    Acked-by: Olof Johansson <olof@...om.net>
    Acked-by: Michael Turquette <mturquette@...libre.com>
    Acked-by: Marc Zyngier <marc.zyngier@....com>
    Acked-by: Mark Brown <broonie@...nel.org>
    Signed-off-by: Linus Walleij <linus.walleij@...aro.org>
    Signed-off-by: Arnd Bergmann <arnd@...db.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@...tlin.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@...tlin.com>
    Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
    Acked-by: Linus Walleij <linus.walleij@...aro.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ