From: kbuild test robot <lkp@intel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: kbuild-all@01.org,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
y2038@lists.linaro.org
Subject: Re: [PATCH v3] [media] omap3isp: support 64-bit version of omap3isp_stat_data
Date: Sat, 18 Jun 2016 15:51:53 +0800 [thread overview]
Message-ID: <201606181529.afpHuKAf%fengguang.wu@intel.com> (raw)
In-Reply-To: <5373379.m23LACOa5F@wuerfel>
[-- Attachment #1: Type: text/plain, Size: 3057 bytes --]
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@arndb.de>
:::::: CC: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 56873 bytes --]
prev parent reply other threads:[~2016-06-18 7:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-17 20:50 Arnd Bergmann
2016-06-18 7:51 ` kbuild test robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201606181529.afpHuKAf%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=arnd@arndb.de \
--cc=kbuild-all@01.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=y2038@lists.linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®