All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sibi Sankar <sibis@codeaurora.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-arm-kernel@lists.infradead.org, arm@kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>,
	Matthias Kaehlcke <mka@chromium.org>
Subject: [soc:qcom/drivers 35/36] arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
Date: Thu, 14 Oct 2021 22:18:54 +0800	[thread overview]
Message-ID: <202110142230.Jot4KxAt-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git qcom/drivers
head:   f27591125a56c8c50491919b159569ab5730878d
commit: e603577231d4d041eceeaf23c25935df5d008798 [35/36] dt-bindings: soc: qcom: aoss: Delete unused power-domain definitions
config: arm64-randconfig-r006-20211013 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 6c76d0101193aa4eb891a6954ff047eda2f9cf71)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=e603577231d4d041eceeaf23c25935df5d008798
        git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
        git fetch --no-tags soc qcom/drivers
        git checkout e603577231d4d041eceeaf23c25935df5d008798
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

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

   In file included from arch/arm64/boot/dts/qcom/qrb5165-rb5.dts:11:
>> arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sa8155p-adp.dts:10:
>> arch/arm64/boot/dts/qcom/sm8150.dtsi:9:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sc7180-idp.dts:13:
>> arch/arm64/boot/dts/qcom/sc7180.dtsi:18:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sc7280-idp.dts:11:
   In file included from arch/arm64/boot/dts/qcom/sc7280-idp.dtsi:10:
>> arch/arm64/boot/dts/qcom/sc7280.dtsi:13:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sm8350-hdk.dts:10:
>> arch/arm64/boot/dts/qcom/sm8350.dtsi:11:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +16 arch/arm64/boot/dts/qcom/sm8250.dtsi

087d537aec562a6 Bjorn Andersson              2020-06-22 @16  #include <dt-bindings/power/qcom-aoss-qmp.h>
b6f78e2709693db Bjorn Andersson              2020-04-14  17  #include <dt-bindings/power/qcom-rpmpd.h>
63e10791ccab664 Srinivas Kandagatla          2020-12-02  18  #include <dt-bindings/soc/qcom,apr.h>
60378f1a171e25b Venkata Narendra Kumar Gutta 2020-03-10  19  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
63e10791ccab664 Srinivas Kandagatla          2020-12-02  20  #include <dt-bindings/sound/qcom,q6afe.h>
bac12f2569d1e23 Amit Kucheria                2020-09-10  21  #include <dt-bindings/thermal/thermal.h>
5b9ec225d4ed222 jonathan@marek.ca            2021-04-01  22  #include <dt-bindings/clock/qcom,videocc-sm8250.h>
60378f1a171e25b Venkata Narendra Kumar Gutta 2020-03-10  23  

:::::: The code at line 16 was first introduced by commit
:::::: 087d537aec562a62b855b62cbf6e3c70ed6d7115 arm64: dts: qcom: sm8250: Add QMP AOSS node

:::::: TO: Bjorn Andersson <bjorn.andersson@linaro.org>
:::::: CC: Bjorn Andersson <bjorn.andersson@linaro.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Sibi Sankar <sibis@codeaurora.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-arm-kernel@lists.infradead.org, arm@kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>,
	Matthias Kaehlcke <mka@chromium.org>
Subject: [soc:qcom/drivers 35/36] arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
Date: Thu, 14 Oct 2021 22:18:54 +0800	[thread overview]
Message-ID: <202110142230.Jot4KxAt-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git qcom/drivers
head:   f27591125a56c8c50491919b159569ab5730878d
commit: e603577231d4d041eceeaf23c25935df5d008798 [35/36] dt-bindings: soc: qcom: aoss: Delete unused power-domain definitions
config: arm64-randconfig-r006-20211013 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 6c76d0101193aa4eb891a6954ff047eda2f9cf71)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=e603577231d4d041eceeaf23c25935df5d008798
        git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
        git fetch --no-tags soc qcom/drivers
        git checkout e603577231d4d041eceeaf23c25935df5d008798
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

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

   In file included from arch/arm64/boot/dts/qcom/qrb5165-rb5.dts:11:
>> arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sa8155p-adp.dts:10:
>> arch/arm64/boot/dts/qcom/sm8150.dtsi:9:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sc7180-idp.dts:13:
>> arch/arm64/boot/dts/qcom/sc7180.dtsi:18:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sc7280-idp.dts:11:
   In file included from arch/arm64/boot/dts/qcom/sc7280-idp.dtsi:10:
>> arch/arm64/boot/dts/qcom/sc7280.dtsi:13:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sm8350-hdk.dts:10:
>> arch/arm64/boot/dts/qcom/sm8350.dtsi:11:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +16 arch/arm64/boot/dts/qcom/sm8250.dtsi

087d537aec562a6 Bjorn Andersson              2020-06-22 @16  #include <dt-bindings/power/qcom-aoss-qmp.h>
b6f78e2709693db Bjorn Andersson              2020-04-14  17  #include <dt-bindings/power/qcom-rpmpd.h>
63e10791ccab664 Srinivas Kandagatla          2020-12-02  18  #include <dt-bindings/soc/qcom,apr.h>
60378f1a171e25b Venkata Narendra Kumar Gutta 2020-03-10  19  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
63e10791ccab664 Srinivas Kandagatla          2020-12-02  20  #include <dt-bindings/sound/qcom,q6afe.h>
bac12f2569d1e23 Amit Kucheria                2020-09-10  21  #include <dt-bindings/thermal/thermal.h>
5b9ec225d4ed222 jonathan@marek.ca            2021-04-01  22  #include <dt-bindings/clock/qcom,videocc-sm8250.h>
60378f1a171e25b Venkata Narendra Kumar Gutta 2020-03-10  23  

:::::: The code at line 16 was first introduced by commit
:::::: 087d537aec562a62b855b62cbf6e3c70ed6d7115 arm64: dts: qcom: sm8250: Add QMP AOSS node

:::::: TO: Bjorn Andersson <bjorn.andersson@linaro.org>
:::::: CC: Bjorn Andersson <bjorn.andersson@linaro.org>

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

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [soc:qcom/drivers 35/36] arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
Date: Thu, 14 Oct 2021 22:18:54 +0800	[thread overview]
Message-ID: <202110142230.Jot4KxAt-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git qcom/drivers
head:   f27591125a56c8c50491919b159569ab5730878d
commit: e603577231d4d041eceeaf23c25935df5d008798 [35/36] dt-bindings: soc: qcom: aoss: Delete unused power-domain definitions
config: arm64-randconfig-r006-20211013 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 6c76d0101193aa4eb891a6954ff047eda2f9cf71)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=e603577231d4d041eceeaf23c25935df5d008798
        git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
        git fetch --no-tags soc qcom/drivers
        git checkout e603577231d4d041eceeaf23c25935df5d008798
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

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

   In file included from arch/arm64/boot/dts/qcom/qrb5165-rb5.dts:11:
>> arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sa8155p-adp.dts:10:
>> arch/arm64/boot/dts/qcom/sm8150.dtsi:9:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sc7180-idp.dts:13:
>> arch/arm64/boot/dts/qcom/sc7180.dtsi:18:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sc7280-idp.dts:11:
   In file included from arch/arm64/boot/dts/qcom/sc7280-idp.dtsi:10:
>> arch/arm64/boot/dts/qcom/sc7280.dtsi:13:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
--
   In file included from arch/arm64/boot/dts/qcom/sm8350-hdk.dts:10:
>> arch/arm64/boot/dts/qcom/sm8350.dtsi:11:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found
   #include <dt-bindings/power/qcom-aoss-qmp.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +16 arch/arm64/boot/dts/qcom/sm8250.dtsi

087d537aec562a6 Bjorn Andersson              2020-06-22 @16  #include <dt-bindings/power/qcom-aoss-qmp.h>
b6f78e2709693db Bjorn Andersson              2020-04-14  17  #include <dt-bindings/power/qcom-rpmpd.h>
63e10791ccab664 Srinivas Kandagatla          2020-12-02  18  #include <dt-bindings/soc/qcom,apr.h>
60378f1a171e25b Venkata Narendra Kumar Gutta 2020-03-10  19  #include <dt-bindings/soc/qcom,rpmh-rsc.h>
63e10791ccab664 Srinivas Kandagatla          2020-12-02  20  #include <dt-bindings/sound/qcom,q6afe.h>
bac12f2569d1e23 Amit Kucheria                2020-09-10  21  #include <dt-bindings/thermal/thermal.h>
5b9ec225d4ed222 jonathan(a)marek.ca            2021-04-01  22  #include <dt-bindings/clock/qcom,videocc-sm8250.h>
60378f1a171e25b Venkata Narendra Kumar Gutta 2020-03-10  23  

:::::: The code at line 16 was first introduced by commit
:::::: 087d537aec562a62b855b62cbf6e3c70ed6d7115 arm64: dts: qcom: sm8250: Add QMP AOSS node

:::::: TO: Bjorn Andersson <bjorn.andersson@linaro.org>
:::::: CC: Bjorn Andersson <bjorn.andersson@linaro.org>

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

             reply	other threads:[~2021-10-14 14:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 14:18 kernel test robot [this message]
2021-10-14 14:18 ` [soc:qcom/drivers 35/36] arch/arm64/boot/dts/qcom/sm8250.dtsi:16:10: fatal error: 'dt-bindings/power/qcom-aoss-qmp.h' file not found kernel test robot
2021-10-14 14:18 ` 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=202110142230.Jot4KxAt-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=arm@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=llvm@lists.linux.dev \
    --cc=mka@chromium.org \
    --cc=sibis@codeaurora.org \
    --cc=swboyd@chromium.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.