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]
Date:	Mon, 03 Aug 2015 11:35:51 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC:	Jain Roy Ambi <JainRoy.Ambi@...rochip.com>,
	Andrey Shvetsov <andrey.shvetsov@....de>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] staging: most: fix hdm-dim2 build error

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

Fix build of hdm-dim2. Since it calls a function that is provided
by AIM_NETWORK, make it depend on that symbol.

Also fix a misspelling in the Kconfig file.

drivers/built-in.o: In function `deliver_netinfo_thread':
dim2_hdm.c:(.text+0x3a9563): undefined reference to `most_deliver_netinfo'

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Jain Roy Ambi <JainRoy.Ambi@...rochip.com>
Cc: Andrey Shvetsov <andrey.shvetsov@....de>
---
 drivers/staging/most/hdm-dim2/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-next-20150803.orig/drivers/staging/most/hdm-dim2/Kconfig
+++ linux-next-20150803/drivers/staging/most/hdm-dim2/Kconfig
@@ -4,9 +4,10 @@
 
 config HDM_DIM2
 	tristate "DIM2 HDM"
+	depends on AIM_NETWORK
 
 	---help---
-	  Say Y here if you want to connect via MediaLB to network tranceiver.
+	  Say Y here if you want to connect via MediaLB to network transceiver.
 	  This device driver is platform dependent and needs an addtional
 	  platform driver to be installed. For more information contact
 	  maintainer of this driver.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ