All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
@ 2021-05-25 19:10 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-25 19:10 UTC (permalink / raw)
  To: Lucas Stach
  Cc: kbuild-all, Linux Memory Management List, Shawn Guo,
	Frieder Schrempf, Peng Fan

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   5d765451c2409e63563fa6a3e8005bd03ab9e82f
commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains
config: riscv-allyesconfig (attached as .config)
compiler: riscv64-linux-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
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

>> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
      22 | #include <dt-bindings/power/imx8mm-power.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +22 drivers/soc/imx/gpcv2.c

  > 22	#include <dt-bindings/power/imx8mm-power.h>
    23	

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
@ 2021-05-25 19:10 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-25 19:10 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   5d765451c2409e63563fa6a3e8005bd03ab9e82f
commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains
config: riscv-allyesconfig (attached as .config)
compiler: riscv64-linux-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
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

>> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
      22 | #include <dt-bindings/power/imx8mm-power.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +22 drivers/soc/imx/gpcv2.c

  > 22	#include <dt-bindings/power/imx8mm-power.h>
    23	

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
  2021-05-25 19:10 ` kernel test robot
@ 2021-05-27  0:56   ` Shawn Guo
  -1 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-05-27  0:56 UTC (permalink / raw)
  To: kernel test robot
  Cc: Lucas Stach, kbuild-all, Linux Memory Management List,
	Frieder Schrempf, Peng Fan

On Wed, May 26, 2021 at 03:10:45AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   5d765451c2409e63563fa6a3e8005bd03ab9e82f
> commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains
> config: riscv-allyesconfig (attached as .config)
> compiler: riscv64-linux-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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine.
>       It may have been fixed somewhere.

Thanks for the report.  The reason is that the dependency has gone in
through a different branch.  I will fix it by moving things around.

Shawn

> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
>       22 | #include <dt-bindings/power/imx8mm-power.h>
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
> 
> 
> vim +22 drivers/soc/imx/gpcv2.c
> 
>   > 22	#include <dt-bindings/power/imx8mm-power.h>
>     23	
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
@ 2021-05-27  0:56   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-05-27  0:56 UTC (permalink / raw)
  To: kbuild-all

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

On Wed, May 26, 2021 at 03:10:45AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   5d765451c2409e63563fa6a3e8005bd03ab9e82f
> commit: f89867cee8e8bdcee9845eaaa63b66d392b975ff [4477/5003] soc: imx: gpcv2: add support for i.MX8MM power domains
> config: riscv-allyesconfig (attached as .config)
> compiler: riscv64-linux-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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout f89867cee8e8bdcee9845eaaa63b66d392b975ff
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> Note: the linux-next/master HEAD 5d765451c2409e63563fa6a3e8005bd03ab9e82f builds fine.
>       It may have been fixed somewhere.

Thanks for the report.  The reason is that the dependency has gone in
through a different branch.  I will fix it by moving things around.

Shawn

> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
>       22 | #include <dt-bindings/power/imx8mm-power.h>
>          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    compilation terminated.
> 
> 
> vim +22 drivers/soc/imx/gpcv2.c
> 
>   > 22	#include <dt-bindings/power/imx8mm-power.h>
>     23	
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-27  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 19:10 [linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory kernel test robot
2021-05-25 19:10 ` kernel test robot
2021-05-27  0:56 ` Shawn Guo
2021-05-27  0:56   ` Shawn Guo

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.