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:	Fri, 05 Feb 2016 16:07:06 +0200
From:	Alexander Shishkin <alexander.shishkin@...ux.intel.com>
To:	Richard Weinberger <richard@....at>, linux-kernel@...r.kernel.org
Cc:	user-mode-linux-devel@...ts.sourceforge.net,
	Richard Weinberger <richard@....at>
Subject: Re: [PATCH 08/22] hwtracing: Fix dependencies for !HAS_IOMEM archs

Richard Weinberger <richard@....at> writes:

> Not every arch has io memory.
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <richard@....at>
> ---
>  drivers/hwtracing/intel_th/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hwtracing/intel_th/Kconfig b/drivers/hwtracing/intel_th/Kconfig
> index b7a9073..467dae9 100644
> --- a/drivers/hwtracing/intel_th/Kconfig
> +++ b/drivers/hwtracing/intel_th/Kconfig
> @@ -1,5 +1,6 @@
>  config INTEL_TH
>  	tristate "Intel(R) Trace Hub controller"
> +	depends on HAS_IOMEM
>  	help
>  	  Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that
>  	  produce, switch and output trace data from multiple hardware and

Didn't apply to my queue (as there were a few more Kconfig fixes
earlier), but I yanked it there by hand. Thanks!

Regards,
--
Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ