* Re: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards [not found] <20250627152645.740981-3-didi.debian@cknow.org> @ 2025-06-29 0:32 ` kernel test robot 2025-06-29 10:09 ` Diederik de Haas 0 siblings, 1 reply; 4+ messages in thread From: kernel test robot @ 2025-06-29 0:32 UTC (permalink / raw) To: Diederik de Haas, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner Cc: llvm, oe-kbuild-all, Dragan Simic, Quentin Schulz, Johan Jonker, devicetree, linux-arm-kernel, linux-rockchip, linux-kernel, Diederik de Haas Hi Diederik, kernel test robot noticed the following build errors: [auto build test ERROR on rockchip/for-next] [also build test ERROR on next-20250627] [cannot apply to robh/for-next krzk/for-next krzk-dt/for-next linus/master v6.16-rc3] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Diederik-de-Haas/arm64-dts-rockchip-Refactor-DSI-nodes-on-px30-boards/20250627-233300 base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next patch link: https://lore.kernel.org/r/20250627152645.740981-3-didi.debian%40cknow.org patch subject: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards config: arm64-randconfig-002-20250629 (https://download.01.org/0day-ci/archive/20250629/202506290852.bWro2lBe-lkp@intel.com/config) compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250629/202506290852.bWro2lBe-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/202506290852.bWro2lBe-lkp@intel.com/ All errors (new ones prefixed by >>): >> Error: arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso:75.1-6 syntax error FATAL ERROR: Unable to parse input tree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards 2025-06-29 0:32 ` [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards kernel test robot @ 2025-06-29 10:09 ` Diederik de Haas 2025-06-30 5:57 ` Krzysztof Kozlowski 0 siblings, 1 reply; 4+ messages in thread From: Diederik de Haas @ 2025-06-29 10:09 UTC (permalink / raw) To: kernel test robot, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner Cc: llvm, oe-kbuild-all, Dragan Simic, Quentin Schulz, Johan Jonker, devicetree, linux-arm-kernel, linux-rockchip, linux-kernel [-- Attachment #1: Type: text/plain, Size: 2602 bytes --] Hi, On Sun Jun 29, 2025 at 2:32 AM CEST, kernel test robot wrote: > kernel test robot noticed the following build errors: > > [auto build test ERROR on rockchip/for-next] > [also build test ERROR on next-20250627] > [cannot apply to robh/for-next krzk/for-next krzk-dt/for-next linus/master v6.16-rc3] > [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#_base_tree_information] > > url: https://github.com/intel-lab-lkp/linux/commits/Diederik-de-Haas/arm64-dts-rockchip-Refactor-DSI-nodes-on-px30-boards/20250627-233300 > base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next > patch link: https://lore.kernel.org/r/20250627152645.740981-3-didi.debian%40cknow.org > patch subject: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards > config: arm64-randconfig-002-20250629 (https://download.01.org/0day-ci/archive/20250629/202506290852.bWro2lBe-lkp@intel.com/config) > compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250629/202506290852.bWro2lBe-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/202506290852.bWro2lBe-lkp@intel.com/ > > All errors (new ones prefixed by >>): > >>> Error: arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso:75.1-6 syntax error > FATAL ERROR: Unable to parse input tree The kernel test robot is right as the ``&mipi_out`` node is missing a closing ``;``, so thanks for that :-) The problem is also present in v2, so I'll send a v3 shortly. Luckily I've now found why my build script didn't catch it. ```sh export PATH=~/dev/kernel.org/dt-schema-venv/bin/:$PATH CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 make distclean make debarm64_defconfig make CHECK_DTBS=y W=1 rockchip/px30-cobra-ltk050h3146w-a2.dtb <quite-a-long-list-of-all-boards-at-least-I-thought-so> ``` (debarm64_defconfig is my own defconfig based on Debian's kernel config) That long list didn't have ``rockchip/rk3399-rockpro64-screen.dtbo``. Is there a better/simpler way to validate all rockchip boards without having to explicitly list each and every one of them? Cheers, Diederik [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards 2025-06-29 10:09 ` Diederik de Haas @ 2025-06-30 5:57 ` Krzysztof Kozlowski 2025-06-30 13:12 ` Diederik de Haas 0 siblings, 1 reply; 4+ messages in thread From: Krzysztof Kozlowski @ 2025-06-30 5:57 UTC (permalink / raw) To: Diederik de Haas, kernel test robot, Rob Herring, Conor Dooley, Heiko Stuebner Cc: llvm, oe-kbuild-all, Dragan Simic, Quentin Schulz, Johan Jonker, devicetree, linux-arm-kernel, linux-rockchip, linux-kernel On 29/06/2025 12:09, Diederik de Haas wrote: > Hi, > > On Sun Jun 29, 2025 at 2:32 AM CEST, kernel test robot wrote: >> kernel test robot noticed the following build errors: >> >> [auto build test ERROR on rockchip/for-next] >> [also build test ERROR on next-20250627] >> [cannot apply to robh/for-next krzk/for-next krzk-dt/for-next linus/master v6.16-rc3] >> [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#_base_tree_information] >> >> url: https://github.com/intel-lab-lkp/linux/commits/Diederik-de-Haas/arm64-dts-rockchip-Refactor-DSI-nodes-on-px30-boards/20250627-233300 >> base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next >> patch link: https://lore.kernel.org/r/20250627152645.740981-3-didi.debian%40cknow.org >> patch subject: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards >> config: arm64-randconfig-002-20250629 (https://download.01.org/0day-ci/archive/20250629/202506290852.bWro2lBe-lkp@intel.com/config) >> compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) >> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250629/202506290852.bWro2lBe-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/202506290852.bWro2lBe-lkp@intel.com/ >> >> All errors (new ones prefixed by >>): >> >>>> Error: arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso:75.1-6 syntax error >> FATAL ERROR: Unable to parse input tree > > The kernel test robot is right as the ``&mipi_out`` node is missing a > closing ``;``, so thanks for that :-) > The problem is also present in v2, so I'll send a v3 shortly. > > Luckily I've now found why my build script didn't catch it. > ```sh > export PATH=~/dev/kernel.org/dt-schema-venv/bin/:$PATH CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 > make distclean > make debarm64_defconfig > make CHECK_DTBS=y W=1 rockchip/px30-cobra-ltk050h3146w-a2.dtb > <quite-a-long-list-of-all-boards-at-least-I-thought-so> > ``` > > (debarm64_defconfig is my own defconfig based on Debian's kernel config) > > That long list didn't have ``rockchip/rk3399-rockpro64-screen.dtbo``. > Is there a better/simpler way to validate all rockchip boards without > having to explicitly list each and every one of them? make defconfig && make or make dtbs Best regards, Krzysztof ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards 2025-06-30 5:57 ` Krzysztof Kozlowski @ 2025-06-30 13:12 ` Diederik de Haas 0 siblings, 0 replies; 4+ messages in thread From: Diederik de Haas @ 2025-06-30 13:12 UTC (permalink / raw) To: Krzysztof Kozlowski, kernel test robot, Rob Herring, Conor Dooley, Heiko Stuebner Cc: llvm, oe-kbuild-all, Dragan Simic, Quentin Schulz, Johan Jonker, devicetree, linux-arm-kernel, linux-rockchip, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1468 bytes --] On Mon Jun 30, 2025 at 7:57 AM CEST, Krzysztof Kozlowski wrote: > On 29/06/2025 12:09, Diederik de Haas wrote: >> >> Luckily I've now found why my build script didn't catch it. >> ```sh >> export PATH=~/dev/kernel.org/dt-schema-venv/bin/:$PATH CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 >> make distclean >> make debarm64_defconfig >> make CHECK_DTBS=y W=1 rockchip/px30-cobra-ltk050h3146w-a2.dtb >> <quite-a-long-list-of-all-boards-at-least-I-thought-so> >> ``` >> >> (debarm64_defconfig is my own defconfig based on Debian's kernel config) >> >> That long list didn't have ``rockchip/rk3399-rockpro64-screen.dtbo``. >> Is there a better/simpler way to validate all rockchip boards without >> having to explicitly list each and every one of them? > make defconfig && make > > or make dtbs ``make dtbs`` is faster then I recalled, but I do like the detail with ``make CHECK_DTBS=y W=1 rockchip/<board1>.dtb rockchip/<board2>.dtb``. If I don't specify a list of boards, then it will build them all including freescale/qcom/renesas/etc, while I only want the rockchip ones. And as my script takes 20-30 minutes, that will probably be several hours. Per run. And I ran it after each patch. Giving ``rockchip/*.dtb[o]`` as parameter is basically what I want, but I'm not aware of that being possible. OTOH it's (already) a script, so I will probably just do a ``find`` to dynamically generate the board list. Cheers, Diederik [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-30 13:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250627152645.740981-3-didi.debian@cknow.org>
2025-06-29 0:32 ` [PATCH 2/8] arm64: dts: rockchip: Refactor DSI nodes on rk3399 boards kernel test robot
2025-06-29 10:09 ` Diederik de Haas
2025-06-30 5:57 ` Krzysztof Kozlowski
2025-06-30 13:12 ` Diederik de Haas
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox