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:	Fri, 19 Dec 2014 09:13:02 -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>,
	Dmitry Torokhov <dmitry.torokhov@...il.com>,
	linux-input@...r.kernel.org,
	Grant Likely <grant.likely@...aro.org>,
	Rob Herring <robh+dt@...nel.org>
Subject: randconfig build error with next-20141219, in drivers/input/misc/regulator-haptic.c

Building with the attached random configuration file,

drivers/input/misc/regulator-haptic.c: In function ‘regulator_haptic_probe’:
drivers/input/misc/regulator-haptic.c:184:2: error: implicit
declaration of function ‘devm_regulator_get_exclusive’
[-Werror=implicit-function-declaration]
  haptic->regulator = devm_regulator_get_exclusive(&pdev->dev, "haptic");
  ^
drivers/input/misc/regulator-haptic.c:184:20: warning: assignment makes pointer
from integer without a cast [enabled by default]
  haptic->regulator = devm_regulator_get_exclusive(&pdev->dev, "haptic");
                    ^
cc1: some warnings being treated as errors
make[3]: *** [drivers/input/misc/regulator-haptic.o] Error 1

View attachment "randconfig-1419003128.txt" of type "text/plain" (54968 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ