From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v6 04/14] media: imx: imx8q: add imx8q vpu device driver
Date: Wed, 11 Aug 2021 21:58:23 +0800 [thread overview]
Message-ID: <202108112155.RKjD0RcN-lkp@intel.com> (raw)
In-Reply-To: <a0a5e02315390a2ebe94898c385f0a82db180390.1628671163.git.ming.qian@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 2193 bytes --]
Hi Ming,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on robh/for-next v5.14-rc5]
[cannot apply to shawnguo/for-next next-20210811]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Ming-Qian/imx8q-video-decoder-encoder-driver/20210811-164741
base: git://linuxtv.org/media_tree.git master
config: i386-randconfig-m021-20210810 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/2fa6f8ecd73870259a9a985a8b214d5eb58a5314
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Ming-Qian/imx8q-video-decoder-encoder-driver/20210811-164741
git checkout 2fa6f8ecd73870259a9a985a8b214d5eb58a5314
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
In file included from ./usr/include/linux/imx_vpu.h:9,
from <command-line>:32:
>> ./usr/include/linux/videodev2.h:2403:20: error: field 'timestamp' has incomplete type
2403 | struct timespec timestamp;
| ^~~~~~~~~
In file included from <command-line>:32:
>> ./usr/include/linux/imx_vpu.h:12:1: error: C++ style comments are not allowed in ISO C90
12 | //error happened in dec/enc
| ^
./usr/include/linux/imx_vpu.h:12:1: note: (this will be reported only once per input file)
>> ./usr/include/linux/imx_vpu.h:17:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
17 | #endif //#ifndef __LINUX_IMX_VPU_H
| ^
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 35032 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Ming Qian <ming.qian@nxp.com>,
mchehab@kernel.org, shawnguo@kernel.org, robh+dt@kernel.org,
s.hauer@pengutronix.de
Cc: kbuild-all@lists.01.org, hverkuil-cisco@xs4all.nl,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
aisheng.dong@nxp.com, linux-media@vger.kernel.org
Subject: Re: [PATCH v6 04/14] media: imx: imx8q: add imx8q vpu device driver
Date: Wed, 11 Aug 2021 21:58:23 +0800 [thread overview]
Message-ID: <202108112155.RKjD0RcN-lkp@intel.com> (raw)
In-Reply-To: <a0a5e02315390a2ebe94898c385f0a82db180390.1628671163.git.ming.qian@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 2145 bytes --]
Hi Ming,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on robh/for-next v5.14-rc5]
[cannot apply to shawnguo/for-next next-20210811]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Ming-Qian/imx8q-video-decoder-encoder-driver/20210811-164741
base: git://linuxtv.org/media_tree.git master
config: i386-randconfig-m021-20210810 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/2fa6f8ecd73870259a9a985a8b214d5eb58a5314
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Ming-Qian/imx8q-video-decoder-encoder-driver/20210811-164741
git checkout 2fa6f8ecd73870259a9a985a8b214d5eb58a5314
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
In file included from ./usr/include/linux/imx_vpu.h:9,
from <command-line>:32:
>> ./usr/include/linux/videodev2.h:2403:20: error: field 'timestamp' has incomplete type
2403 | struct timespec timestamp;
| ^~~~~~~~~
In file included from <command-line>:32:
>> ./usr/include/linux/imx_vpu.h:12:1: error: C++ style comments are not allowed in ISO C90
12 | //error happened in dec/enc
| ^
./usr/include/linux/imx_vpu.h:12:1: note: (this will be reported only once per input file)
>> ./usr/include/linux/imx_vpu.h:17:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
17 | #endif //#ifndef __LINUX_IMX_VPU_H
| ^
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 35032 bytes --]
next prev parent reply other threads:[~2021-08-11 13:58 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-11 8:42 [PATCH v6 00/14] imx8q video decoder/encoder driver Ming Qian
2021-08-11 8:42 ` Ming Qian
2021-08-11 8:42 ` [PATCH v6 01/14] dt-bindings: media: imx8q: add imx video codec bindings Ming Qian
2021-08-11 8:42 ` Ming Qian
2021-08-11 8:42 ` [PATCH v6 02/14] media:Add nt8 and nt10 video format Ming Qian
2021-08-11 8:42 ` Ming Qian
2021-08-11 8:42 ` [PATCH v6 03/14] media:Add v4l2 buf flag codec data Ming Qian
2021-08-11 8:42 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 04/14] media: imx: imx8q: add imx8q vpu device driver Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 13:58 ` kernel test robot [this message]
2021-08-11 13:58 ` kernel test robot
2021-08-11 15:09 ` kernel test robot
2021-08-11 15:09 ` kernel test robot
2021-08-11 8:43 ` [PATCH v6 05/14] media: imx: imx8q: add vpu core driver Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 06/14] media: imx: imx8q: implement vpu core communication based on mailbox Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 07/14] media: imx: imx8q: add vpu v4l2 m2m support Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 08/14] media: imx: imx8q: add v4l2 m2m vpu encoder stateful driver Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 09/14] media: imx: imx8q: add v4l2 m2m vpu decoder " Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 10/14] media: imx: imx8q: implement windsor encoder rpc interface Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 14:55 ` kernel test robot
2021-08-11 14:55 ` kernel test robot
2021-08-11 8:43 ` [PATCH v6 11/14] media: imx: imx8q: implement malone decoder " Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 12/14] ARM64: dts: freescale: imx8q: add imx vpu codec entries Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 13/14] firmware: imx: scu-pd: imx8q: add vpu mu resources Ming Qian
2021-08-11 8:43 ` Ming Qian
2021-08-11 8:43 ` [PATCH v6 14/14] MAINTAINERS: add NXP IMX8Q VPU CODEC V4L2 driver entry Ming Qian
2021-08-11 8:43 ` Ming Qian
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=202108112155.RKjD0RcN-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.