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, 2 Jun 2015 09:39: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-20150602, in drivers/media/i2c/adv{7604,7842,7511}.c

Building with the attached random configuration file,

drivers/media/i2c/adv7604.c: In function ‘adv76xx_get_format’:
drivers/media/i2c/adv7604.c:1853: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:1853: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:1882: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/adv7842.c: In function ‘adv7842_get_format’:
drivers/media/i2c/adv7842.c:2093: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/adv7842.c:2093: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/adv7842.c: In function ‘adv7842_set_format’:
drivers/media/i2c/adv7842.c:2125:7: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
   fmt = v4l2_subdev_get_try_format(sd, cfg, format->pad);
       ^
  CC [M]  drivers/gpu/drm/drm_fb_helper.o
drivers/media/i2c/adv7511.c: In function ‘adv7511_get_fmt’:
drivers/media/i2c/adv7511.c:859: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/adv7511.c:859: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/adv7511.c: In function ‘adv7511_set_fmt’:
drivers/media/i2c/adv7511.c:910: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-1433258309.txt" of type "text/plain" (106873 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ