Following build regressions noticed on Linux next-20230623.
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Regressions found on arm:
- build/clang-16-imx_v4_v5_defconfig - build/gcc-12-imx_v4_v5_defconfig - build/gcc-8-multi_v5_defconfig - build/gcc-8-imx_v4_v5_defconfig - build/clang-nightly-imx_v4_v5_defconfig
Build error: ===== drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found #include <soc/imx/timer.h> ^~~~~~~~~~~~~~~~~ 1 error generated. make[6]: *** [scripts/Makefile.build:243: drivers/clk/imx/clk-imx1.o] Error 1 drivers/clk/imx/clk-imx27.c:11:10: fatal error: 'soc/imx/timer.h' file not found #include <soc/imx/timer.h> ^~~~~~~~~~~~~~~~~ 1 error generated. make[6]: *** [scripts/Makefile.build:243: drivers/clk/imx/clk-imx27.o] Error 1
Links: - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230623/tes... - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230623/tes...
-- Linaro LKFT https://lkft.linaro.org
On Fri, Jun 23, 2023, at 08:51, Naresh Kamboju wrote:
Following build regressions noticed on Linux next-20230623.
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Regressions found on arm:
- build/clang-16-imx_v4_v5_defconfig
- build/gcc-12-imx_v4_v5_defconfig
- build/gcc-8-multi_v5_defconfig
- build/gcc-8-imx_v4_v5_defconfig
- build/clang-nightly-imx_v4_v5_defconfig
Thanks for the report. I found the missing patch at
https://lore.kernel.org/all/20230328100531.879485-2-u.kleine-koenig@pengutro...
and resubmitted this. It's probably best if Daniel picks it up into the clocksource tree, which accidentally broke the build by picking patch 3 of the series before patch 2.
Arnd
On 23/06/2023 09:22, Arnd Bergmann wrote:
On Fri, Jun 23, 2023, at 08:51, Naresh Kamboju wrote:
Following build regressions noticed on Linux next-20230623.
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Regressions found on arm:
- build/clang-16-imx_v4_v5_defconfig
- build/gcc-12-imx_v4_v5_defconfig
- build/gcc-8-multi_v5_defconfig
- build/gcc-8-imx_v4_v5_defconfig
- build/clang-nightly-imx_v4_v5_defconfig
Thanks for the report. I found the missing patch at
https://lore.kernel.org/all/20230328100531.879485-2-u.kleine-koenig@pengutro...
and resubmitted this. It's probably best if Daniel picks it up into the clocksource tree, which accidentally broke the build by picking patch 3 of the series before patch 2.
I applied the patch and pushed the linux-next branch. That should be fixed now.