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] [day] [month] [year] [list]
Message-ID: <508E9746.9030406@atmel.com>
Date:	Mon, 29 Oct 2012 15:48:38 +0100
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	Joachim Eastwood <manabian@...il.com>
CC:	<davem@...emloft.net>, <fengguang.wu@...el.com>,
	<netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] net/cadence: depend on HAS_IOMEM

On 10/27/2012 02:10 PM, Joachim Eastwood :
> Fixes the following build failure on S390:
>   In file included from drivers/net/ethernet/cadence/at91_ether.c:35:0:
>    drivers/net/ethernet/cadence/macb.h: In function 'macb_is_gem':
>    drivers/net/ethernet/cadence/macb.h:563:2: error: implicit declaration of function '__raw_readl' [-Werror=implicit-function-declaration]
>    drivers/net/ethernet/cadence/at91_ether.c: In function 'update_mac_address':
>    drivers/net/ethernet/cadence/at91_ether.c:119:2: error: implicit declaration of function '__raw_writel' [-Werror=implicit-function-declaration]
>    cc1: some warnings being treated as errors
> 
> Reported-by: Fengguang Wu <fengguang.wu@...el.com>
> Signed-off-by: Joachim Eastwood <manabian@...il.com>

Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>

> ---
>  drivers/net/ethernet/cadence/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/cadence/Kconfig b/drivers/net/ethernet/cadence/Kconfig
> index 40172d1..ceb0de0 100644
> --- a/drivers/net/ethernet/cadence/Kconfig
> +++ b/drivers/net/ethernet/cadence/Kconfig
> @@ -4,6 +4,7 @@
>  
>  config NET_CADENCE
>  	bool "Cadence devices"
> +	depends on HAS_IOMEM
>  	default y
>  	---help---
>  	  If you have a network (Ethernet) card belonging to this class, say Y.
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ