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:	Thu, 2 Apr 2015 11:09:43 +0200
From:	Valentin Rothberg <valentinrothberg@...il.com>
To:	alex.smith@...tec.com
Cc:	Zubair.Kakakhel@...tec.com, Greg KH <gregkh@...uxfoundation.org>,
	tony@...mide.com, scottwood@...escale.com,
	bharat.bhushan@...escale.com, linux-kernel@...r.kernel.org,
	Paul Bolle <pebolle@...cali.nl>,
	Andreas Ruprecht <rupran@...server.de>,
	hengelein Stefan <stefan.hengelein@....de>, jroedel@...e.de
Subject: memory: jz4780-nemc: Dependency on undefined Kconfig option

Hi Alex,

your commit ("memory: jz4780-nemc: driver for the NEMC on JZ4780
SoCs") sets MACH_JZ4780 as Kconfig dependency for the JZ4780_NEMC
driver.

+config JZ4780_NEMC
[...]
+       depends on MACH_JZ4780

MACH_JZ4780 is not defined in Kconfig, so that JZ4780_NEMC is always
false and the driver cannot be compiled.

Is there a patch queued somewhere that adds the missing Kconfig option?

I detected this issue with scripts/checkkconfigsymbols.py by diffing
yesterday's and today's linux-next tree.

Kind regards,
 Valentin
--
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