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>] [day] [month] [year] [list]
Date:	Wed, 1 Oct 2014 11:59:50 -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>,
	Kyungmin Park <kyungmin.park@...sung.com>,
	t.stanislaws@...sung.com, "m.chehab" <m.chehab@...sung.com>,
	linux-arm-kernel@...ts.infradead.org,
	linux-media <linux-media@...r.kernel.org>
Subject: randconfig build error with next-20141001, in drivers/media/platform/s5p-tv/hdmiphy_drv.c

Building with the attached random configuration file,

drivers/media/platform/s5p-tv/hdmiphy_drv.c: In function ‘hdmiphy_s_dv_timings’:
drivers/media/platform/s5p-tv/hdmiphy_drv.c:216:2: error: implicit
declaration of function ‘i2c_master_send’
[-Werror=implicit-function-declaration]
  ret = i2c_master_send(client, buffer, 32);
  ^
drivers/media/platform/s5p-tv/hdmiphy_drv.c: At top level:
drivers/media/platform/s5p-tv/hdmiphy_drv.c:325:1: warning: data
definition has no type or storage class [enabled by default]
 module_i2c_driver(hdmiphy_driver);
 ^
drivers/media/platform/s5p-tv/hdmiphy_drv.c:325:1: error: type defaults to ‘int’
 in declaration of ‘module_i2c_driver’ [-Werror=implicit-int]
drivers/media/platform/s5p-tv/hdmiphy_drv.c:325:1: warning: parameter
names (without types) in function declaration [enabled by default]
drivers/media/platform/s5p-tv/hdmiphy_drv.c:315:26: warning:
‘hdmiphy_driver’ defined but not used [-Wunused-variable]
 static struct i2c_driver hdmiphy_driver = {
                          ^
cc1: some warnings being treated as errors
make[4]: *** [drivers/media/platform/s5p-tv/hdmiphy_drv.o] Error 1

View attachment "randconfig-1412188786.txt" of type "text/plain" (46151 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ