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:	Tue, 13 May 2014 06:46:05 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next <linux-next@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	balbi <balbi@...com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Grant Likely <grant.likely@...aro.org>,
	Rob Herring <robh+dt@...nel.org>,
	linux-usb <linux-usb@...r.kernel.org>
Subject: randconfig build error with next-20140513, in drivers/usb/phy/phy-msm-usb.c

Building with the attached random configuration file,

drivers/usb/phy/phy-msm-usb.c: In function ‘msm_otg_read_dt’:
drivers/usb/phy/phy-msm-usb.c:1461:2: error: implicit declaration of
function ‘devm_reset_control_get’
[-Werror=implicit-function-declaration]
  motg->link_rst = devm_reset_control_get(&pdev->dev, "link");
  ^
drivers/usb/phy/phy-msm-usb.c:1461:17: warning: assignment makes
pointer from integer without a cast [enabled by default]
  motg->link_rst = devm_reset_control_get(&pdev->dev, "link");
                 ^
drivers/usb/phy/phy-msm-usb.c:1465:16: warning: assignment makes
pointer from integer without a cast [enabled by default]
  motg->phy_rst = devm_reset_control_get(&pdev->dev, "phy");
                ^
cc1: some warnings being treated as errors
make[3]: *** [drivers/usb/phy/phy-msm-usb.o] Error 1

View attachment "randconfig-1399983834.txt" of type "text/plain" (62378 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ