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:	Wed, 1 Oct 2014 14:37:14 -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>, wsa@...-dreams.de,
	khali@...ux-fr.org, Paul Gortmaker <paul.gortmaker@...driver.com>,
	linux-i2c@...r.kernel.org
Subject: randconfig build error with next-20141001, in drivers/i2c/algos/i2c-algo-bit.c

Building with the attached random configuration file,

drivers/i2c/algos/i2c-algo-bit.c: In function ‘i2c_bit_add_bus’:
drivers/i2c/algos/i2c-algo-bit.c:658:33: error: ‘i2c_add_adapter’
undeclared (first use in this function)
  return __i2c_bit_add_bus(adap, i2c_add_adapter);
                                 ^
drivers/i2c/algos/i2c-algo-bit.c:658:33: note: each undeclared
identifier is reported only once for each function it appears in
drivers/i2c/algos/i2c-algo-bit.c: In function ‘i2c_bit_add_numbered_bus’:
drivers/i2c/algos/i2c-algo-bit.c:664:33: error:
‘i2c_add_numbered_adapter’ undeclared (first use in this function)
  return __i2c_bit_add_bus(adap, i2c_add_numbered_adapter);
                                 ^
  CC      net/openvswitch/actions.o
drivers/i2c/algos/i2c-algo-bit.c: In function ‘i2c_bit_add_bus’:
drivers/i2c/algos/i2c-algo-bit.c:659:1: warning: control reaches end of non-void
 function [-Wreturn-type]
 }
 ^
drivers/i2c/algos/i2c-algo-bit.c: In function ‘i2c_bit_add_numbered_bus’:
drivers/i2c/algos/i2c-algo-bit.c:665:1: warning: control reaches end of non-void
 function [-Wreturn-type]
 }
 ^
make[3]: *** [drivers/i2c/algos/i2c-algo-bit.o] Error 1

View attachment "randconfig-1412197279.txt" of type "text/plain" (67482 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ