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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Jan 2016 17:53:04 +0100
From:	Richard Weinberger <richard@....at>
To:	Daniel Lezcano <daniel.lezcano@...aro.org>, tglx@...utronix.de
Cc:	"open list:CLOCKSOURCE, CLOC..." <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM
 archs

Am 11.01.2016 um 17:45 schrieb Daniel Lezcano:
> From: Richard Weinberger <richard@....at>
> 
> Not every arch has io memory.
> 
> So, unbreak the build by fixing the dependencies.
> 
> Signed-off-by: Richard Weinberger <richard@....at>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
> ---

[...]

>  config CLKSRC_ST_LPC
>  	bool "Low power clocksource found in the LPC" if COMPILE_TEST
>  	select CLKSRC_OF if OF
> +        depends on HAS_IOMEM

Sorry guys. Looks like I've added whitespace pollution here.
Shall I resend?

Thanks,
//richard

Powered by blists - more mailing lists