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]
Date:   Tue, 6 Jun 2017 08:27:21 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Dave Airlie <airlied@...ux.ie>, Eric Anholt <eric@...olt.net>,
        dri-devel <dri-devel@...ts.freedesktop.org>
Cc:     LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] drm: pl111: select DRM_PANEL

From: Randy Dunlap <rdunlap@...radead.org>

The drm pl111 driver uses drm_panel interfaces so it should select
DRM_PANEL to fix build errors.

drivers/built-in.o: In function `pl111_connector_destroy':
pl111_connector.c:(.text+0xc7285): undefined reference to `drm_panel_detach'

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
 drivers/gpu/drm/pl111/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20170606.orig/drivers/gpu/drm/pl111/Kconfig
+++ linux-next-20170606/drivers/gpu/drm/pl111/Kconfig
@@ -3,6 +3,7 @@ config DRM_PL111
 	depends on DRM
 	depends on ARM || ARM64 || COMPILE_TEST
 	depends on COMMON_CLK
+	select DRM_PANEL
 	select DRM_KMS_HELPER
 	select DRM_KMS_CMA_HELPER
 	select DRM_GEM_CMA_HELPER


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ