All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration
Date: Sun, 02 Aug 2020 12:17:12 +0800	[thread overview]
Message-ID: <202008021226.Rkb9Fh1V%lkp@intel.com> (raw)
In-Reply-To: <20200731084023.2678931-3-cychiang@chromium.org>

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

Hi Cheng-Yi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on linux/master linus/master v5.8-rc7 next-20200731]
[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/Cheng-Yi-Chiang/Add-documentation-and-machine-driver-for-SC7180-sound-card/20200731-164257
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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 >>):

>> sound/soc/qcom/sc7180.c:7:10: fatal error: dt-bindings/sound/sc7180-lpass.h: No such file or directory
       7 | #include <dt-bindings/sound/sc7180-lpass.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.

vim +7 sound/soc/qcom/sc7180.c

     6	
   > 7	#include <dt-bindings/sound/sc7180-lpass.h>
     8	#include <linux/module.h>
     9	#include <linux/of_device.h>
    10	#include <linux/platform_device.h>
    11	#include <sound/core.h>
    12	#include <sound/jack.h>
    13	#include <sound/pcm.h>
    14	#include <sound/pcm_params.h>
    15	#include <sound/soc.h>
    16	#include <uapi/linux/input-event-codes.h>
    17	

---
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: 76321 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Cheng-Yi Chiang <cychiang@chromium.org>, linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org, Mark Brown <broonie@kernel.org>,
	Taniya Das <tdas@codeaurora.org>,
	Rohit kumar <rohitkr@codeaurora.org>,
	Banajit Goswami <bgoswami@codeaurora.org>,
	Patrick Lai <plai@codeaurora.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH v3 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration
Date: Sun, 2 Aug 2020 12:17:12 +0800	[thread overview]
Message-ID: <202008021226.Rkb9Fh1V%lkp@intel.com> (raw)
In-Reply-To: <20200731084023.2678931-3-cychiang@chromium.org>

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

Hi Cheng-Yi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on linux/master linus/master v5.8-rc7 next-20200731]
[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/Cheng-Yi-Chiang/Add-documentation-and-machine-driver-for-SC7180-sound-card/20200731-164257
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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 >>):

>> sound/soc/qcom/sc7180.c:7:10: fatal error: dt-bindings/sound/sc7180-lpass.h: No such file or directory
       7 | #include <dt-bindings/sound/sc7180-lpass.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.

vim +7 sound/soc/qcom/sc7180.c

     6	
   > 7	#include <dt-bindings/sound/sc7180-lpass.h>
     8	#include <linux/module.h>
     9	#include <linux/of_device.h>
    10	#include <linux/platform_device.h>
    11	#include <sound/core.h>
    12	#include <sound/jack.h>
    13	#include <sound/pcm.h>
    14	#include <sound/pcm_params.h>
    15	#include <sound/soc.h>
    16	#include <uapi/linux/input-event-codes.h>
    17	

---
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: 76321 bytes --]

  parent reply	other threads:[~2020-08-02  4:17 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-31  8:40 [PATCH v3 0/2] Add documentation and machine driver for SC7180 sound card Cheng-Yi Chiang
2020-07-31  8:40 ` Cheng-Yi Chiang
2020-07-31  8:40 ` Cheng-Yi Chiang
2020-07-31  8:40 ` [PATCH v3 1/2] ASoC: qcom: dt-bindings: Add sc7180 machine bindings Cheng-Yi Chiang
2020-07-31  8:40   ` Cheng-Yi Chiang
2020-07-31  8:40   ` Cheng-Yi Chiang
2020-07-31 18:27   ` Rob Herring
2020-07-31 18:27     ` Rob Herring
2020-07-31 18:27     ` Rob Herring
2020-08-03  8:24     ` Cheng-yi Chiang
2020-08-03  8:24       ` Cheng-yi Chiang
2020-08-03  8:24       ` Cheng-yi Chiang
2020-07-31 18:32   ` Rob Herring
2020-07-31 18:32     ` Rob Herring
2020-07-31 18:32     ` Rob Herring
2020-08-03  8:40     ` Cheng-yi Chiang
2020-08-03  8:40       ` Cheng-yi Chiang
2020-08-03  8:40       ` Cheng-yi Chiang
2020-07-31  8:40 ` [PATCH v3 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration Cheng-Yi Chiang
2020-07-31  8:40   ` Cheng-Yi Chiang
2020-07-31  8:40   ` Cheng-Yi Chiang
2020-07-31  9:17   ` Tzung-Bi Shih
2020-07-31  9:17     ` Tzung-Bi Shih
2020-07-31  9:17     ` Tzung-Bi Shih
2020-08-02  4:17   ` kernel test robot [this message]
2020-08-02  4:17     ` kernel test robot

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=202008021226.Rkb9Fh1V%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.