* [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found
@ 2024-07-10 10:56 kernel test robot
2024-07-10 23:09 ` Chen Wang
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2024-07-10 10:56 UTC (permalink / raw)
To: Chen Wang; +Cc: llvm, oe-kbuild-all, linux-arm-kernel, arm, Guo Ren
tree: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git sophgo/dt
head: b1240a39511b9206293b82ac372c5114d6e15821
commit: b1240a39511b9206293b82ac372c5114d6e15821 [1/1] riscv: dts: add clock generator for Sophgo SG2042 SoC
config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project a0c6b8aef853eedaa0980f07c0a502a5a8a9740e)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202407101850.eIQyngoV-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts:6:
>> arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found
7 | #include <dt-bindings/clock/sophgo,sg2042-clkgen.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +7 arch/riscv/boot/dts/sophgo/sg2042.dtsi
> 7 #include <dt-bindings/clock/sophgo,sg2042-clkgen.h>
8 #include <dt-bindings/clock/sophgo,sg2042-pll.h>
9 #include <dt-bindings/clock/sophgo,sg2042-rpgate.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/reset/sophgo,sg2042-reset.h>
12
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found 2024-07-10 10:56 [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found kernel test robot @ 2024-07-10 23:09 ` Chen Wang 2024-07-17 14:30 ` Nathan Chancellor 0 siblings, 1 reply; 4+ messages in thread From: Chen Wang @ 2024-07-10 23:09 UTC (permalink / raw) To: kernel test robot; +Cc: llvm, oe-kbuild-all, linux-arm-kernel, arm, Guo Ren This build error is due to the changes about "dt-bindings/clock/sophgo,sg2042-clkgen.h" are still on clk-next and have not been merge in the master. Thanks, Chen On 2024/7/10 18:56, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git sophgo/dt > head: b1240a39511b9206293b82ac372c5114d6e15821 > commit: b1240a39511b9206293b82ac372c5114d6e15821 [1/1] riscv: dts: add clock generator for Sophgo SG2042 SoC > config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/config) > compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project a0c6b8aef853eedaa0980f07c0a502a5a8a9740e) > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@intel.com> > | Closes: https://lore.kernel.org/oe-kbuild-all/202407101850.eIQyngoV-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > In file included from arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts:6: >>> arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found > 7 | #include <dt-bindings/clock/sophgo,sg2042-clkgen.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1 error generated. > > > vim +7 arch/riscv/boot/dts/sophgo/sg2042.dtsi > > > 7 #include <dt-bindings/clock/sophgo,sg2042-clkgen.h> > 8 #include <dt-bindings/clock/sophgo,sg2042-pll.h> > 9 #include <dt-bindings/clock/sophgo,sg2042-rpgate.h> > 10 #include <dt-bindings/interrupt-controller/irq.h> > 11 #include <dt-bindings/reset/sophgo,sg2042-reset.h> > 12 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found 2024-07-10 23:09 ` Chen Wang @ 2024-07-17 14:30 ` Nathan Chancellor 2024-07-18 12:20 ` Chen Wang 0 siblings, 1 reply; 4+ messages in thread From: Nathan Chancellor @ 2024-07-17 14:30 UTC (permalink / raw) To: Chen Wang Cc: kernel test robot, llvm, oe-kbuild-all, linux-arm-kernel, arm, Guo Ren, arnd, conor On Thu, Jul 11, 2024 at 07:09:48AM +0800, Chen Wang wrote: > This build error is due to the changes about > "dt-bindings/clock/sophgo,sg2042-clkgen.h" are still on clk-next and have > not been merge in the master. A tree needs to build by itself, so changes like this need to be made atomically. Mainline is now broken because this change went in before clk-next: https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/9966522897 https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/9966319154 Please ensure this does not happen again, it is really disruptive for people who test the whole tree, especially during the merge window when we are trying to catch breakage that went in without being in -next. Cheers, Nathan > On 2024/7/10 18:56, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git sophgo/dt > > head: b1240a39511b9206293b82ac372c5114d6e15821 > > commit: b1240a39511b9206293b82ac372c5114d6e15821 [1/1] riscv: dts: add clock generator for Sophgo SG2042 SoC > > config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/config) > > compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project a0c6b8aef853eedaa0980f07c0a502a5a8a9740e) > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/reproduce) > > > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > > the same patch/commit), kindly add following tags > > | Reported-by: kernel test robot <lkp@intel.com> > > | Closes: https://lore.kernel.org/oe-kbuild-all/202407101850.eIQyngoV-lkp@intel.com/ > > > > All errors (new ones prefixed by >>): > > > > In file included from arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts:6: > > > > arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found > > 7 | #include <dt-bindings/clock/sophgo,sg2042-clkgen.h> > > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > 1 error generated. > > > > > > vim +7 arch/riscv/boot/dts/sophgo/sg2042.dtsi > > > > > 7 #include <dt-bindings/clock/sophgo,sg2042-clkgen.h> > > 8 #include <dt-bindings/clock/sophgo,sg2042-pll.h> > > 9 #include <dt-bindings/clock/sophgo,sg2042-rpgate.h> > > 10 #include <dt-bindings/interrupt-controller/irq.h> > > 11 #include <dt-bindings/reset/sophgo,sg2042-reset.h> > > 12 > > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found 2024-07-17 14:30 ` Nathan Chancellor @ 2024-07-18 12:20 ` Chen Wang 0 siblings, 0 replies; 4+ messages in thread From: Chen Wang @ 2024-07-18 12:20 UTC (permalink / raw) To: Nathan Chancellor Cc: kernel test robot, llvm, oe-kbuild-all, linux-arm-kernel, arm, Guo Ren, arnd, conor On 2024/7/17 22:30, Nathan Chancellor wrote: > On Thu, Jul 11, 2024 at 07:09:48AM +0800, Chen Wang wrote: >> This build error is due to the changes about >> "dt-bindings/clock/sophgo,sg2042-clkgen.h" are still on clk-next and have >> not been merge in the master. > A tree needs to build by itself, so changes like this need to be made > atomically. Mainline is now broken because this change went in before > clk-next: > > https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/9966522897 > https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/9966319154 > > Please ensure this does not happen again, it is really disruptive for > people who test the whole tree, especially during the merge window when > we are trying to catch breakage that went in without being in -next. > > Cheers, > Nathan I'm sorry for this, I will notice this next time. Regards, Chen >> On 2024/7/10 18:56, kernel test robot wrote: >>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git sophgo/dt >>> head: b1240a39511b9206293b82ac372c5114d6e15821 >>> commit: b1240a39511b9206293b82ac372c5114d6e15821 [1/1] riscv: dts: add clock generator for Sophgo SG2042 SoC >>> config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/config) >>> compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project a0c6b8aef853eedaa0980f07c0a502a5a8a9740e) >>> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240710/202407101850.eIQyngoV-lkp@intel.com/reproduce) >>> >>> If you fix the issue in a separate patch/commit (i.e. not just a new version of >>> the same patch/commit), kindly add following tags >>> | Reported-by: kernel test robot <lkp@intel.com> >>> | Closes: https://lore.kernel.org/oe-kbuild-all/202407101850.eIQyngoV-lkp@intel.com/ >>> >>> All errors (new ones prefixed by >>): >>> >>> In file included from arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts:6: >>>>> arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found >>> 7 | #include <dt-bindings/clock/sophgo,sg2042-clkgen.h> >>> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> 1 error generated. >>> >>> >>> vim +7 arch/riscv/boot/dts/sophgo/sg2042.dtsi >>> >>> > 7 #include <dt-bindings/clock/sophgo,sg2042-clkgen.h> >>> 8 #include <dt-bindings/clock/sophgo,sg2042-pll.h> >>> 9 #include <dt-bindings/clock/sophgo,sg2042-rpgate.h> >>> 10 #include <dt-bindings/interrupt-controller/irq.h> >>> 11 #include <dt-bindings/reset/sophgo,sg2042-reset.h> >>> 12 >>> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-18 12:21 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-07-10 10:56 [soc:sophgo/dt 1/1] arch/riscv/boot/dts/sophgo/sg2042.dtsi:7:10: fatal error: 'dt-bindings/clock/sophgo,sg2042-clkgen.h' file not found kernel test robot 2024-07-10 23:09 ` Chen Wang 2024-07-17 14:30 ` Nathan Chancellor 2024-07-18 12:20 ` Chen Wang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox