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:	Tue, 23 Jun 2015 09:28: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>,
	hans.verkuil@...co.com, mchehab@....samsung.com,
	linux-media <linux-media@...r.kernel.org>
Subject: randconfig build error with next-20150623, in drivers/media/i2c/adv7604.c

Building with the attached random configuration file,

warning: (VIDEO_COBALT) selects VIDEO_ADV7604 which has unmet direct
dependencies (MEDIA_SUPPORT && VIDEO_V4L2 && I2C &&
VIDEO_V4L2_SUBDEV_API && GPIOLIB)


drivers/media/i2c/adv7604.c: In function ‘adv76xx_get_format’:
drivers/media/i2c/adv7604.c:1861:9: error: implicit declaration of
function ‘v4l2_subdev_get_try_format’
[-Werror=implicit-function-declaration]
   fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
         ^
drivers/media/i2c/adv7604.c:1861:7: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
   fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
       ^
drivers/media/i2c/adv7604.c: In function ‘adv76xx_set_format’:
drivers/media/i2c/adv7604.c:1890:7: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
   fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
       ^

View attachment "randconfig-1435062952.txt" of type "text/plain" (85653 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ