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]
Date:	Wed, 08 Jul 2015 14:11:06 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	robh@...nel.org
Cc:	f.fainelli@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH] net: phy: add dependency on HAS_IOMEM to
 MDIO_BUS_MUX_MMIOREG

From: Rob Herring <robh@...nel.org>
Date: Sun,  5 Jul 2015 12:16:27 -0500

> On UML builds, mdio-mux-mmioreg.c fails to compile:
> 
> drivers/net/phy/mdio-mux-mmioreg.c:50:3: error: implicit declaration of function ‘ioremap’ [-Werror=implicit-function-declaration]
> drivers/net/phy/mdio-mux-mmioreg.c:63:3: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration]
> 
> This is due to CONFIG_OF now being user selectable. Add a dependency on
> HAS_IOMEM to fix this.
> 
> Signed-off-by: Rob Herring <robh@...nel.org>

Applied, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ