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-prev] [day] [month] [year] [list]
Date:	Sat, 18 Jun 2016 15:51:53 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Arnd Bergmann <arnd@...db.de>
Cc:	kbuild-all@...org,
	Laurent Pinchart <laurent.pinchart@...asonboard.com>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
	y2038@...ts.linaro.org
Subject: Re: [PATCH v3] [media] omap3isp: support 64-bit version of
 omap3isp_stat_data

Hi,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.7-rc3 next-20160617]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Arnd-Bergmann/omap3isp-support-64-bit-version-of-omap3isp_stat_data/20160618-045121
base:   git://linuxtv.org/media_tree.git master
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/media/platform/omap3isp/ispstat.c: In function 'omap3isp_stat_request_statistics':
>> drivers/media/platform/omap3isp/ispstat.c:499:6: error: 'struct omap3isp_stat_data' has no member named 'ts'
     data->ts = buf->ts;
         ^
   drivers/media/platform/omap3isp/ispstat.c: In function 'omap3isp_stat_request_statistics_time32':
   drivers/media/platform/omap3isp/ispstat.c:519:26: error: 'struct omap3isp_stat_data' has no member named 'ts'
     data->ts.tv_sec = data64.ts.tv_sec;
                             ^
   drivers/media/platform/omap3isp/ispstat.c:520:27: error: 'struct omap3isp_stat_data' has no member named 'ts'
     data->ts.tv_usec = data64.ts.tv_usec;
                              ^

vim +499 drivers/media/platform/omap3isp/ispstat.c

68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  493  	buf = isp_stat_buf_get(stat, data);
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  494  	if (IS_ERR(buf)) {
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  495  		mutex_unlock(&stat->ioctl_lock);
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  496  		return PTR_ERR(buf);
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  497  	}
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  498  
5ba0e2c3a drivers/media/platform/omap3isp/ispstat.c Arnd Bergmann 2015-09-17 @499  	data->ts = buf->ts;
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  500  	data->config_counter = buf->config_counter;
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  501  	data->frame_number = buf->frame_number;
68e342b30 drivers/media/video/omap3isp/ispstat.c    David Cohen   2011-02-12  502  	data->buf_size = buf->buf_size;

:::::: The code at line 499 was first introduced by commit
:::::: 5ba0e2c3ad4c049b19f6cad7ec62e59424a55183 [media] use v4l2_get_timestamp where possible

:::::: TO: Arnd Bergmann <arnd@...db.de>
:::::: CC: Mauro Carvalho Chehab <mchehab@....samsung.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (56873 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ