linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found
@ 2023-06-23  6:51 Naresh Kamboju
  2023-06-23  7:22 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Naresh Kamboju @ 2023-06-23  6:51 UTC (permalink / raw)
  To: open list, NXP Linux Team, linux-clk, Linux ARM, lkft-triage
  Cc: Arnd Bergmann, Anders Roxell, Abel Vesa, Michael Turquette, Shawn Guo

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/testrun/17752217/suite/build/test/clang-16-imx_v4_v5_defconfig/log
 - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230623/testrun/17752217/suite/build/test/clang-16-imx_v4_v5_defconfig/details/

--
Linaro LKFT
https://lkft.linaro.org

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

* Re: next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found
  2023-06-23  6:51 next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found Naresh Kamboju
@ 2023-06-23  7:22 ` Arnd Bergmann
  2023-06-23  7:38   ` Daniel Lezcano
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2023-06-23  7:22 UTC (permalink / raw)
  To: Naresh Kamboju, open list, NXP Linux Team, linux-clk, Linux ARM,
	lkft-triage
  Cc: Anders Roxell, Abel Vesa, Michael Turquette, Shawn Guo, Daniel Lezcano

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@pengutronix.de/

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

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

* Re: next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found
  2023-06-23  7:22 ` Arnd Bergmann
@ 2023-06-23  7:38   ` Daniel Lezcano
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2023-06-23  7:38 UTC (permalink / raw)
  To: Arnd Bergmann, Naresh Kamboju, open list, NXP Linux Team,
	linux-clk, Linux ARM, lkft-triage
  Cc: Anders Roxell, Abel Vesa, Michael Turquette, Shawn Guo

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@pengutronix.de/
> 
> 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.

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

end of thread, other threads:[~2023-06-23  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23  6:51 next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found Naresh Kamboju
2023-06-23  7:22 ` Arnd Bergmann
2023-06-23  7:38   ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).