From: kernel test robot <lkp@intel.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v2 4/4] media: ivsc: csi: Use IPU bridge
Date: Wed, 14 Feb 2024 10:56:31 +0800 [thread overview]
Message-ID: <202402141003.GR4DOSY3-lkp@intel.com> (raw)
In-Reply-To: <20240213130815.382792-5-sakari.ailus@linux.intel.com>
Hi Sakari,
kernel test robot noticed the following build errors:
[auto build test ERROR on media-tree/master]
[also build test ERROR on linuxtv-media-stage/master linus/master v6.8-rc4 next-20240213]
[cannot apply to sailus-media-tree/streams]
[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/Sakari-Ailus/media-ipu-bridge-Add-ov01a10-in-Dell-XPS-9315/20240213-211311
base: git://linuxtv.org/media_tree.git master
patch link: https://lore.kernel.org/r/20240213130815.382792-5-sakari.ailus%40linux.intel.com
patch subject: [PATCH v2 4/4] media: ivsc: csi: Use IPU bridge
config: i386-randconfig-006-20240214 (https://download.01.org/0day-ci/archive/20240214/202402141003.GR4DOSY3-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240214/202402141003.GR4DOSY3-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402141003.GR4DOSY3-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/media/pci/intel/ivsc/mei_csi.c:30:10: fatal error: media/ipu6-pci-table.h: No such file or directory
#include <media/ipu6-pci-table.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +30 drivers/media/pci/intel/ivsc/mei_csi.c
28
29 #include <media/ipu-bridge.h>
> 30 #include <media/ipu6-pci-table.h>
31 #include <media/v4l2-async.h>
32 #include <media/v4l2-ctrls.h>
33 #include <media/v4l2-fwnode.h>
34 #include <media/v4l2-subdev.h>
35
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2024-02-14 2:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-13 13:08 [PATCH v2 0/4] IPU bridge improvements for IPU6 Sakari Ailus
2024-02-13 13:08 ` [PATCH v2 1/4] media: ipu-bridge: Add ov01a10 in Dell XPS 9315 Sakari Ailus
2024-02-13 13:08 ` [PATCH v2 2/4] media: ipu-bridge: Move graph checking to IPU bridge Sakari Ailus
2024-02-14 5:12 ` kernel test robot
2024-02-13 13:08 ` [PATCH v2 3/4] media: ipu-bridge: Serialise calls to IPU bridge init Sakari Ailus
2024-02-13 13:08 ` [PATCH v2 4/4] media: ivsc: csi: Use IPU bridge Sakari Ailus
2024-02-14 2:56 ` kernel 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=202402141003.GR4DOSY3-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=sakari.ailus@linux.intel.com \
/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.