linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Maxime Jourdan <mjourdan@baylibre.com>
Cc: kbuild-all@01.org, Mauro Carvalho Chehab <mchehab@kernel.org>,
	Maxime Jourdan <mjourdan@baylibre.com>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH v2 2/3] media: meson: add v4l2 m2m video decoder driver
Date: Thu, 13 Sep 2018 00:10:12 +0800	[thread overview]
Message-ID: <201809130028.L3S7wSGr%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180911150938.3844-3-mjourdan@baylibre.com>

[-- Attachment #1: Type: text/plain, Size: 1518 bytes --]

Hi Maxime,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.19-rc3 next-20180912]
[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/Maxime-Jourdan/dt-bindings-media-add-Amlogic-Video-Decoder-Bindings/20180912-193603
base:   git://linuxtv.org/media_tree.git master
config: i386-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/media/platform/meson/vdec/esparser.h:12:0,
                    from drivers/media/platform/meson/vdec/esparser.c:20:
>> drivers/media/platform/meson/vdec/vdec.h:15:10: fatal error: linux/soc/amlogic/meson-canvas.h: No such file or directory
    #include <linux/soc/amlogic/meson-canvas.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.

vim +15 drivers/media/platform/meson/vdec/vdec.h

     9	
    10	#include <linux/regmap.h>
    11	#include <linux/list.h>
    12	#include <media/videobuf2-v4l2.h>
    13	#include <media/v4l2-ctrls.h>
    14	#include <media/v4l2-device.h>
  > 15	#include <linux/soc/amlogic/meson-canvas.h>
    16	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 65148 bytes --]

  reply	other threads:[~2018-09-12 16:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-11 15:09 [PATCH v2 0/3] Add Amlogic video decoder driver Maxime Jourdan
2018-09-11 15:09 ` [PATCH v2 1/3] dt-bindings: media: add Amlogic Video Decoder Bindings Maxime Jourdan
2018-09-26 20:29   ` Rob Herring
2018-09-11 15:09 ` [PATCH v2 2/3] media: meson: add v4l2 m2m video decoder driver Maxime Jourdan
2018-09-12 16:10   ` kbuild test robot [this message]
2018-09-11 15:09 ` [PATCH v2 3/3] MAINTAINERS: Add meson video decoder Maxime Jourdan
2018-09-14  9:48 ` [PATCH v2 0/3] Add Amlogic video decoder driver Maxime Jourdan
2018-09-17 14:51 ` Hans Verkuil
2018-09-17 16:36   ` Maxime Jourdan
2018-09-21 10:51     ` Hans Verkuil
2018-09-27  8:46       ` Maxime Jourdan

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=201809130028.L3S7wSGr%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=hans.verkuil@cisco.com \
    --cc=jbrunet@baylibre.com \
    --cc=kbuild-all@01.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mchehab@kernel.org \
    --cc=mjourdan@baylibre.com \
    --cc=narmstrong@baylibre.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).