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: llvm@lists.linux.dev, 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 v7 04/14] media: imx: imx8q: add imx8q vpu device driver
Date: Tue, 31 Aug 2021 23:53:49 +0800 [thread overview]
Message-ID: <202108312317.BUxPjNA5-lkp@intel.com> (raw)
In-Reply-To: <5eea270a7ec452eff463d0cbbb7fc6aecf0cf02d.1630377507.git.ming.qian@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 1889 bytes --]
Hi Ming,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on 9c3a0f285248899dfa81585bc5d5bc9ebdb8fead]
url: https://github.com/0day-ci/linux/commits/Ming-Qian/imx8q-video-decoder-encoder-driver/20210831-110332
base: 9c3a0f285248899dfa81585bc5d5bc9ebdb8fead
config: x86_64-randconfig-r016-20210831 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 4b1fde8a2b681dad2ce0c082a5d6422caa06b0bc)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/6d5526476576b2098e39e91d5d4e00be3da633a1
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Ming-Qian/imx8q-video-decoder-encoder-driver/20210831-110332
git checkout 6d5526476576b2098e39e91d5d4e00be3da633a1
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from <built-in>:1:
In file included from ./usr/include/linux/imx_vpu.h:10:
>> ./usr/include/linux/videodev2.h:2403:20: error: field has incomplete type 'struct timespec'
struct timespec timestamp;
^
./usr/include/linux/videodev2.h:2403:9: note: forward declaration of 'struct timespec'
struct timespec timestamp;
^
1 error generated.
---
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: 30309 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v7 04/14] media: imx: imx8q: add imx8q vpu device driver
Date: Tue, 31 Aug 2021 23:53:49 +0800 [thread overview]
Message-ID: <202108312317.BUxPjNA5-lkp@intel.com> (raw)
In-Reply-To: <5eea270a7ec452eff463d0cbbb7fc6aecf0cf02d.1630377507.git.ming.qian@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 1930 bytes --]
Hi Ming,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on 9c3a0f285248899dfa81585bc5d5bc9ebdb8fead]
url: https://github.com/0day-ci/linux/commits/Ming-Qian/imx8q-video-decoder-encoder-driver/20210831-110332
base: 9c3a0f285248899dfa81585bc5d5bc9ebdb8fead
config: x86_64-randconfig-r016-20210831 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 4b1fde8a2b681dad2ce0c082a5d6422caa06b0bc)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/6d5526476576b2098e39e91d5d4e00be3da633a1
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Ming-Qian/imx8q-video-decoder-encoder-driver/20210831-110332
git checkout 6d5526476576b2098e39e91d5d4e00be3da633a1
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from <built-in>:1:
In file included from ./usr/include/linux/imx_vpu.h:10:
>> ./usr/include/linux/videodev2.h:2403:20: error: field has incomplete type 'struct timespec'
struct timespec timestamp;
^
./usr/include/linux/videodev2.h:2403:9: note: forward declaration of 'struct timespec'
struct timespec timestamp;
^
1 error generated.
---
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: 30309 bytes --]
next prev parent reply other threads:[~2021-08-31 15:54 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 2:59 [PATCH v7 00/14] imx8q video decoder/encoder driver Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 01/14] dt-bindings: media: imx8q: add imx video codec bindings Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 02/14] media:Add nt8 and nt10 video format Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 03/14] media:Add v4l2 buf flag codec data Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 04/14] media: imx: imx8q: add imx8q vpu device driver Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 13:49 ` kernel test robot
2021-08-31 13:49 ` kernel test robot
2021-08-31 15:53 ` kernel test robot [this message]
2021-08-31 15:53 ` kernel test robot
2021-08-31 2:59 ` [PATCH v7 05/14] media: imx: imx8q: add vpu core driver Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 06/14] media: imx: imx8q: implement vpu core communication based on mailbox Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 07/14] media: imx: imx8q: add vpu v4l2 m2m support Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 08/14] media: imx: imx8q: add v4l2 m2m vpu encoder stateful driver Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 09/14] media: imx: imx8q: add v4l2 m2m vpu decoder " Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 10/14] media: imx: imx8q: implement windsor encoder rpc interface Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 11/14] media: imx: imx8q: implement malone decoder " Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 12/14] ARM64: dts: freescale: imx8q: add imx vpu codec entries Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 13/14] firmware: imx: scu-pd: imx8q: add vpu mu resources Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-08-31 2:59 ` [PATCH v7 14/14] MAINTAINERS: add NXP IMX8Q VPU CODEC V4L2 driver entry Ming Qian
2021-08-31 2:59 ` Ming Qian
2021-09-02 16:39 ` [PATCH v7 00/14] imx8q video decoder/encoder driver Ezequiel Garcia
2021-09-02 16:39 ` Ezequiel Garcia
2021-09-03 1:32 ` [EXT] " Ming Qian
2021-09-03 1:32 ` 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=202108312317.BUxPjNA5-lkp@intel.com \
--to=lkp@intel.com \
--cc=aisheng.dong@nxp.com \
--cc=festevam@gmail.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=kbuild-all@lists.01.org \
--cc=kernel@pengutronix.de \
--cc=linux-imx@nxp.com \
--cc=linux-media@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=ming.qian@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.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.