All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, andy.gross@linaro.org, broonie@kernel.org,
	linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org,
	robh+dt@kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org, bgoswami@codeaurora.org,
	rohkumar@qti.qualcomm.com, gregkh@linuxfoundation.org,
	plai@codeaurora.org, lgirdwood@gmail.com, tiwai@suse.com,
	david.brown@linaro.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	linux-arm-kernel@lists.infradead.org, spatakok@qti.qualcomm.com,
	linux-kernel@vger.kernel.org
Subject: Re: [alsa-devel] [PATCH v5 07/23] ASoC: qdsp6: q6afe: Add q6afe driver
Date: Fri, 20 Apr 2018 08:50:00 +0800	[thread overview]
Message-ID: <201804200838.Hs2WK2eq%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180418153157.1960-8-srinivas.kandagatla@linaro.org>

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

Hi Srinivas,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.17-rc1 next-20180419]
[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/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        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
        make.cross ARCH=arm 

Note: the linux-review/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438 HEAD b636a6bdb47d4dfaa6bc43f2ef431f5426b51581 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> sound/soc/qcom/qdsp6/q6afe.c:18:10: fatal error: q6core.h: No such file or directory
    #include "q6core.h"
             ^~~~~~~~~~
   compilation terminated.

vim +18 sound/soc/qcom/qdsp6/q6afe.c

     4	
     5	#include <linux/slab.h>
     6	#include <linux/kernel.h>
     7	#include <linux/uaccess.h>
     8	#include <linux/wait.h>
     9	#include <linux/jiffies.h>
    10	#include <linux/sched.h>
    11	#include <linux/module.h>
    12	#include <linux/of.h>
    13	#include <linux/of_platform.h>
    14	#include <linux/spinlock.h>
    15	#include <linux/delay.h>
    16	#include <linux/soc/qcom/apr.h>
    17	#include "q6dsp-errno.h"
  > 18	#include "q6core.h"
    19	#include "q6afe.h"
    20	

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

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: srinivas.kandagatla@linaro.org
Cc: kbuild-all@01.org, andy.gross@linaro.org, broonie@kernel.org,
	linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org,
	robh+dt@kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org, bgoswami@codeaurora.org,
	rohkumar@qti.qualcomm.com, gregkh@linuxfoundation.org,
	plai@codeaurora.org, lgirdwood@gmail.com, tiwai@suse.com,
	david.brown@linaro.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	linux-arm-kernel@lists.infradead.org, spatakok@qti.qualcomm.com,
	linux-kernel@vger.kernel.org
Subject: Re: [alsa-devel] [PATCH v5 07/23] ASoC: qdsp6: q6afe: Add q6afe driver
Date: Fri, 20 Apr 2018 08:50:00 +0800	[thread overview]
Message-ID: <201804200838.Hs2WK2eq%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180418153157.1960-8-srinivas.kandagatla@linaro.org>

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

Hi Srinivas,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.17-rc1 next-20180419]
[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/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        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
        make.cross ARCH=arm 

Note: the linux-review/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438 HEAD b636a6bdb47d4dfaa6bc43f2ef431f5426b51581 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> sound/soc/qcom/qdsp6/q6afe.c:18:10: fatal error: q6core.h: No such file or directory
    #include "q6core.h"
             ^~~~~~~~~~
   compilation terminated.

vim +18 sound/soc/qcom/qdsp6/q6afe.c

     4	
     5	#include <linux/slab.h>
     6	#include <linux/kernel.h>
     7	#include <linux/uaccess.h>
     8	#include <linux/wait.h>
     9	#include <linux/jiffies.h>
    10	#include <linux/sched.h>
    11	#include <linux/module.h>
    12	#include <linux/of.h>
    13	#include <linux/of_platform.h>
    14	#include <linux/spinlock.h>
    15	#include <linux/delay.h>
    16	#include <linux/soc/qcom/apr.h>
    17	#include "q6dsp-errno.h"
  > 18	#include "q6core.h"
    19	#include "q6afe.h"
    20	

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

WARNING: multiple messages have this Message-ID (diff)
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH v5 07/23] ASoC: qdsp6: q6afe: Add q6afe driver
Date: Fri, 20 Apr 2018 08:50:00 +0800	[thread overview]
Message-ID: <201804200838.Hs2WK2eq%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180418153157.1960-8-srinivas.kandagatla@linaro.org>

Hi Srinivas,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.17-rc1 next-20180419]
[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/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        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
        make.cross ARCH=arm 

Note: the linux-review/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438 HEAD b636a6bdb47d4dfaa6bc43f2ef431f5426b51581 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> sound/soc/qcom/qdsp6/q6afe.c:18:10: fatal error: q6core.h: No such file or directory
    #include "q6core.h"
             ^~~~~~~~~~
   compilation terminated.

vim +18 sound/soc/qcom/qdsp6/q6afe.c

     4	
     5	#include <linux/slab.h>
     6	#include <linux/kernel.h>
     7	#include <linux/uaccess.h>
     8	#include <linux/wait.h>
     9	#include <linux/jiffies.h>
    10	#include <linux/sched.h>
    11	#include <linux/module.h>
    12	#include <linux/of.h>
    13	#include <linux/of_platform.h>
    14	#include <linux/spinlock.h>
    15	#include <linux/delay.h>
    16	#include <linux/soc/qcom/apr.h>
    17	#include "q6dsp-errno.h"
  > 18	#include "q6core.h"
    19	#include "q6afe.h"
    20	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 64543 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180420/f3f511d4/attachment-0001.gz>

  reply	other threads:[~2018-04-20  0:50 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-18 15:31 [PATCH v5 00/23] ASoC: qcom: Add support to QDSP based Audio srinivas.kandagatla
2018-04-18 15:31 ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 01/23] soc: qcom dt-bindings: Add APR bus bindings srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-24 15:52   ` Rob Herring
2018-04-24 15:52     ` Rob Herring
2018-04-24 15:52     ` Rob Herring
2018-04-24 15:57     ` Mark Brown
2018-04-24 15:57       ` Mark Brown
2018-04-24 15:57       ` Mark Brown
2018-04-24 15:59       ` Srinivas Kandagatla
2018-04-24 15:59         ` Srinivas Kandagatla
2018-04-24 15:59         ` Srinivas Kandagatla
2018-04-24 16:04     ` Srinivas Kandagatla
2018-04-24 16:04       ` Srinivas Kandagatla
2018-04-24 16:04       ` Srinivas Kandagatla
2018-04-18 15:31 ` [PATCH v5 02/23] soc: qcom: Add APR bus driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 03/23] ASoC: qdsp6: q6common: Add qdsp6 helper functions srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 04/23] ASoC: qdsp6: dt-bindings: Add q6afe dt bindings srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-24 16:14   ` Rob Herring
2018-04-24 16:14     ` Rob Herring
2018-04-18 15:31 ` [PATCH v5 05/23] ASoC: qdsp6: dt-bindings: Add q6adm " srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-24 16:15   ` Rob Herring
2018-04-24 16:15     ` Rob Herring
2018-04-24 16:15     ` Rob Herring
2018-04-18 15:31 ` [PATCH v5 06/23] ASoC: qdsp6: dt-bindings: Add q6asm " srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-24 16:17   ` Rob Herring
2018-04-24 16:17     ` Rob Herring
2018-04-24 16:20     ` Srinivas Kandagatla
2018-04-24 16:20       ` Srinivas Kandagatla
2018-04-24 16:20       ` Srinivas Kandagatla
2018-04-18 15:31 ` [PATCH v5 07/23] ASoC: qdsp6: q6afe: Add q6afe driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-20  0:50   ` kbuild test robot [this message]
2018-04-20  0:50     ` [alsa-devel] " kbuild test robot
2018-04-20  0:50     ` kbuild test robot
2018-04-18 15:31 ` [PATCH v5 08/23] ASoC: qdsp6: qdafe: Add SLIMBus port Support srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 09/23] ASoC: qdsp6: q6afe: Add support to MI2S ports srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 10/23] ASoC: qdsp6: q6afe: Add support to MI2S sysclks srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 11/23] ASoC: qdsp6: q6adm: Add q6adm driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-20  1:44   ` kbuild test robot
2018-04-20  1:44     ` kbuild test robot
2018-04-20  1:44     ` kbuild test robot
2018-04-18 15:31 ` [PATCH v5 12/23] ASoC: qdsp6: q6asm: Add q6asm driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 13/23] ASoC: qdsp6: q6asm: Add support to memory map and unmap srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 14/23] ASoC: qdsp6: q6asm: Add support to audio stream apis srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 15/23] ASoC: qdsp6: q6core: Add q6core driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 16/23] ASoC: qdsp6: q6routing: Add q6routing driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31   ` srinivas.kandagatla
2018-04-18 15:31 ` [PATCH v5 17/23] ASoC: qdsp6: q6routing: Add support to all SLIMBus Mixers srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 18/23] ASoC: qdsp6: q6routing: Add support to MI2S Mixers srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 19/23] ASoC: qdsp6: q6afe: Add q6afe dai driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 20/23] ASoC: qdsp6: q6asm: Add q6asm " srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 21/23] ASoC: qdsp6: dt-bindings: Add apq8096 machine bindings srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-24 16:25   ` Rob Herring
2018-04-24 16:25     ` Rob Herring
2018-04-24 16:25     ` Rob Herring
2018-04-24 16:49     ` Srinivas Kandagatla
2018-04-24 16:49       ` Srinivas Kandagatla
2018-04-24 16:49       ` Srinivas Kandagatla
2018-04-25 15:04       ` Rob Herring
2018-04-25 15:04         ` Rob Herring
2018-04-25 16:16         ` Srinivas Kandagatla
2018-04-25 16:16           ` Srinivas Kandagatla
2018-04-25 16:16           ` Srinivas Kandagatla
2018-04-25 16:21         ` Mark Brown
2018-04-25 16:21           ` Mark Brown
2018-04-25 16:21           ` Mark Brown
2018-04-18 15:31 ` [PATCH v5 22/23] ASoC: qcom: apq8096: Add db820c machine driver srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org
2018-04-18 15:31 ` [PATCH v5 23/23] MAINTAINERS: Add myself as co-maintainer of qcom audio srinivas.kandagatla
2018-04-18 15:31   ` srinivas.kandagatla at linaro.org

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=201804200838.Hs2WK2eq%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=andy.gross@linaro.org \
    --cc=bgoswami@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=plai@codeaurora.org \
    --cc=robh+dt@kernel.org \
    --cc=rohkumar@qti.qualcomm.com \
    --cc=spatakok@qti.qualcomm.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.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.