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:28:08 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Eugeniy Paltsev <Eugeniy.Paltsev@...opsys.com>,
        Vinod Koul <vinod.koul@...el.com>
Subject: Bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER'

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@...opsys.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@...opsys.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@...opsys.com>
    Signed-off-by: Vinod Koul <vinod.koul@...el.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ