RE: [PATCH v6 2/5] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver

From: yuji2.ishikawa
Date: Sun Jul 09 2023 - 20:20:21 EST


> -----Original Message-----
> From: kernel test robot <lkp@xxxxxxxxx>
> Sent: Wednesday, June 21, 2023 12:44 AM
> To: ishikawa yuji(石川 悠司 ○RDC□AITC○EA開)
> <yuji2.ishikawa@xxxxxxxxxxxxx>; Hans Verkuil <hverkuil@xxxxxxxxx>; Sakari
> Ailus <sakari.ailus@xxxxxx>; Laurent Pinchart
> <laurent.pinchart@xxxxxxxxxxxxxxxx>; Mauro Carvalho Chehab
> <mchehab@xxxxxxxxxx>; Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof
> Kozlowski <krzk@xxxxxxxxxx>; Conor Dooley <conor+dt@xxxxxxxxxx>;
> iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT○OST)
> <nobuhiro1.iwamatsu@xxxxxxxxxxxxx>
> Cc: oe-kbuild-all@xxxxxxxxxxxxxxx; linux-media@xxxxxxxxxxxxxxx;
> devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx;
> linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH v6 2/5] media: platform: visconti: Add Toshiba Visconti
> Video Input Interface driver
>
> Hi Yuji,
>
> kernel test robot noticed the following build errors:
>
> [auto build test ERROR on media-tree/master] [also build test ERROR on
> linus/master sailus-media-tree/streams v6.4-rc7 next-20230620] [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#_base_tree_information]
>
> url:
> https://github.com/intel-lab-lkp/linux/commits/Yuji-Ishikawa/dt-bindings-me
> dia-platform-visconti-Add-Toshiba-Visconti-Video-Input-Interface-bindings/20
> 230620-120839
> base: git://linuxtv.org/media_tree.git master
> patch link:
> https://lore.kernel.org/r/20230620031111.3776-3-yuji2.ishikawa%40toshiba.co.j
> p
> patch subject: [PATCH v6 2/5] media: platform: visconti: Add Toshiba Visconti
> Video Input Interface driver
> config: i386-allyesconfig
> (https://download.01.org/0day-ci/archive/20230620/202306202308.y7ERKbSP
> -lkp@xxxxxxxxx/config)
> compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
> reproduce:
> (https://download.01.org/0day-ci/archive/20230620/202306202308.y7ERKbSP
> -lkp@xxxxxxxxx/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of the
> same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@xxxxxxxxx>
> | Closes:
> | https://lore.kernel.org/oe-kbuild-all/202306202308.y7ERKbSP-lkp@intel.
> | com/
>
> All errors (new ones prefixed by >>):
>
> In file included from ./usr/include/linux/visconti_viif.h:12,
> from <command-line>:
> >> usr/include/linux/videodev2.h:2464:41: error: field 'timestamp' has
> >> incomplete type
> 2464 | struct timespec timestamp;
> | ^~~~~~~~~
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki

I could not reproduce the error with the steps had been specified.

* archived config file didn't compile Visconti VIIF driver (at least, COMPILE_TEST is needed)
* the error message didn't appear even if I add some options to config file.
* Environment:
* OS: Ubuntu 22.04
* compiler: 12.1.0 (Ubuntu 12.1.0-2ubuntu1~22.04)

Regards,
Yuji Ishikawa