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: <20251210222337.3751485-1-paulk@sys-base.io>
Date: Wed, 10 Dec 2025 23:23:37 +0100
From: Paul Kocialkowski <paulk@...-base.io>
To: dri-devel@...ts.freedesktop.org,
	asahi@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Cc: Sasha Finkelstein <fnkl.kernel@...il.com>,
	Janne Grunau <j@...nau.net>,
	Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
	Maxime Ripard <mripard@...nel.org>,
	Thomas Zimmermann <tzimmermann@...e.de>,
	David Airlie <airlied@...il.com>,
	Simona Vetter <simona@...ll.ch>,
	Randy Dunlap <rdunlap@...radead.org>,
	Paul Kocialkowski <paulk@...-base.io>
Subject: [PATCH] drm: Remove remaining DRM_KMS_DMA_HELPER users

The DRM_KMS_CMA_HELPER config option was removed in commit 09717af7d13d
("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option") but two drivers were
later merged with the option still selected.

The dangling option was later renamed to DRM_KMS_DMA_HELPER with commit
6bcfe8eaeef0 ("drm/fb: rename FB CMA helpers to FB DMA helpers").

Remove the entries in the two drivers, which already select
DRM_GEM_DMA_HELPER (that was previously selected via DRM_KMS_CMA_HELPER).

Signed-off-by: Paul Kocialkowski <paulk@...-base.io>
---
 drivers/gpu/drm/adp/Kconfig     | 1 -
 drivers/gpu/drm/logicvc/Kconfig | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/adp/Kconfig b/drivers/gpu/drm/adp/Kconfig
index 9fcc27eb200d..acfa21ee06d2 100644
--- a/drivers/gpu/drm/adp/Kconfig
+++ b/drivers/gpu/drm/adp/Kconfig
@@ -6,7 +6,6 @@ config DRM_ADP
 	select DRM_KMS_HELPER
 	select DRM_BRIDGE_CONNECTOR
 	select DRM_DISPLAY_HELPER
-	select DRM_KMS_DMA_HELPER
 	select DRM_GEM_DMA_HELPER
 	select DRM_PANEL_BRIDGE
 	select VIDEOMODE_HELPERS
diff --git a/drivers/gpu/drm/logicvc/Kconfig b/drivers/gpu/drm/logicvc/Kconfig
index 579a358ed5cf..11aae1626199 100644
--- a/drivers/gpu/drm/logicvc/Kconfig
+++ b/drivers/gpu/drm/logicvc/Kconfig
@@ -4,7 +4,6 @@ config DRM_LOGICVC
 	depends on OF || COMPILE_TEST
 	select DRM_CLIENT_SELECTION
 	select DRM_KMS_HELPER
-	select DRM_KMS_DMA_HELPER
 	select DRM_GEM_DMA_HELPER
 	select REGMAP
 	select REGMAP_MMIO
-- 
2.52.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ