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-next>] [day] [month] [year] [list]
Message-ID: <20251120114524.8431-1-johan@kernel.org>
Date: Thu, 20 Nov 2025 12:45:15 +0100
From: Johan Hovold <johan@...nel.org>
To: Vinod Koul <vkoul@...nel.org>
Cc: Florian Fainelli <florian.fainelli@...adcom.com>,
	Viresh Kumar <vireshk@...nel.org>,
	Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
	Frank Li <Frank.Li@....com>,
	Laxman Dewangan <ldewangan@...dia.com>,
	Jon Hunter <jonathanh@...dia.com>,
	dmaengine@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Johan Hovold <johan@...nel.org>
Subject: [PATCH 0/9] dmaengine: drop unused module aliases

When fixing some device leaks in the dmaengine drivers I noticed that
some them have unused module platform module aliases that can be
removed.

Included is also a related clean up.

Johan


Johan Hovold (9):
  dmaengine: bcm2835: drop unused module alias
  dmaengine: dw: drop unused module alias
  dmaengine: fsl-edma: drop unused module alias
  dmaengine: fsl-qdma: drop unused module alias
  dmaengine: k3dma: drop unused module alias
  dmaengine: mmp_tdma: drop unused module alias
  dmaengine: mmp_tdma: drop unnecessary OF node check in remove
  dmaengine: sprd: drop unused module alias
  dmaengine: tegra210-adma: drop unused module alias

 drivers/dma/bcm2835-dma.c   | 1 -
 drivers/dma/dw/platform.c   | 5 +----
 drivers/dma/fsl-edma-main.c | 1 -
 drivers/dma/fsl-qdma.c      | 1 -
 drivers/dma/k3dma.c         | 1 -
 drivers/dma/mmp_tdma.c      | 4 +---
 drivers/dma/sprd-dma.c      | 1 -
 drivers/dma/tegra210-adma.c | 1 -
 8 files changed, 2 insertions(+), 13 deletions(-)

-- 
2.51.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ