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>] [day] [month] [year] [list]
Message-Id: <20180928220450.31731-1-joe@perches.com>
Date:   Fri, 28 Sep 2018 15:04:50 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Eugeniy Paltsev <Eugeniy.Paltsev@...opsys.com>
Subject: Bad MAINTAINERS pattern in section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	14171	SYNOPSYS DESIGNWARE AXI DMAC DRIVER
	14172	M:	Eugeniy Paltsev <Eugeniy.Paltsev@...opsys.com>
	14173	S:	Maintained
-->	14174	F:	drivers/dma/dwi-axi-dmac/
	14175	F:	Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt

Commit that introduced this:

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

No commit with drivers/dma/dwi-axi-dmac/ found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ