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]
Date:   Mon, 25 Mar 2019 14:24:53 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Masahiro Yamada <yamada.masahiro@...ionext.com>,
        linux-arm-kernel@...ts.infradead.org, Vinod Koul <vkoul@...nel.org>
Subject: Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE'

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@...ionext.com>
	2346	L:	linux-arm-kernel@...ts.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@...ionext.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@...ionext.com>
    Signed-off-by: Vinod Koul <vkoul@...nel.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ