Linux kernel -stable discussions
 help / color / mirror / Atom feed
* stable-rc-queue-6.6: Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or path bsc not found
@ 2024-12-02 13:04 Naresh Kamboju
  2024-12-06  9:53 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Naresh Kamboju @ 2024-12-02 13:04 UTC (permalink / raw)
  To: linux-stable, Greg Kroah-Hartman, Sasha Levin
  Cc: Wolfram Sang, Arnd Bergmann, Dan Carpenter, Anders Roxell,
	Geert Uytterhoeven

The arm build failed with gcc-13 on the Linux stable-rc queue 6.6 due to
following build warning / errors.

arm
* arm, build
  - build/gcc-13-defconfig-lkftconfig

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

Build errors:
------
Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or
path bsc not found
FATAL ERROR: Syntax error parsing input tree

Links:
---
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_6.6/build/v6.6.63-470-ge24527f04ed4/testrun/26165097/suite/build/test/gcc-13-defconfig-lkftconfig/log
 - https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_6.6/build/v6.6.63-452-g90b0e9ad2d25/testrun/26154074/suite/build/test/gcc-13-defconfig-lkftconfig/history/

Steps to reproduce:
------------
- tuxmake \
        --runtime podman \
        --target-arch arm \
        --toolchain gcc-13 \
        --kconfig
https://storage.tuxsuite.com/public/linaro/lkft/builds/2pezSPMVBtcveKsnXdZEqo0TOjy/config

metadata:
----
  git describe: v6.6.63-452-g90b0e9ad2d25
  git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
  git sha: 90b0e9ad2d25b129a24f464eb4fc0c64b19291fb
  kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2pcDuIKSwfb0J48oc9AheBNQtsu/config
  build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2pcDuIKSwfb0J48oc9AheBNQtsu/
  toolchain: gcc-13
  config: gcc-13-defconfig-lkftconfig
  arch: arm

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

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

* Re: stable-rc-queue-6.6: Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or path bsc not found
  2024-12-02 13:04 stable-rc-queue-6.6: Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or path bsc not found Naresh Kamboju
@ 2024-12-06  9:53 ` Geert Uytterhoeven
  2024-12-06 12:51   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-12-06  9:53 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: linux-stable, Greg Kroah-Hartman, Sasha Levin, Wolfram Sang,
	Arnd Bergmann, Dan Carpenter, Anders Roxell, Geert Uytterhoeven

Hi Naresh,

On Mon, Dec 2, 2024 at 2:04 PM Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> The arm build failed with gcc-13 on the Linux stable-rc queue 6.6 due to
> following build warning / errors.
>
> arm
> * arm, build
>   - build/gcc-13-defconfig-lkftconfig
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
>
> Build errors:
> ------
> Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or
> path bsc not found
> FATAL ERROR: Syntax error parsing input tree

I guess this is due to

    commit a670e8540da2de723c0eae14ef8234b0ada6b542
    Author: Geert Uytterhoeven <geert+renesas@glider.be>
    Date:   Thu Aug 31 13:52:32 2023 +0200

        ARM: dts: renesas: genmai: Add FLASH nodes

        [ Upstream commit 30e0a8cf886cb459dc8a895ba9a4fb5132b41499 ]

which depends on commit 175f1971164a6f8f ("ARM: dts: renesas:
r7s72100: Add BSC node") in v6.7.

Gr{oetje,eeting}s,

                        Geert


--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: stable-rc-queue-6.6: Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or path bsc not found
  2024-12-06  9:53 ` Geert Uytterhoeven
@ 2024-12-06 12:51   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2024-12-06 12:51 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Naresh Kamboju, linux-stable, Sasha Levin, Wolfram Sang,
	Arnd Bergmann, Dan Carpenter, Anders Roxell, Geert Uytterhoeven

On Fri, Dec 06, 2024 at 10:53:14AM +0100, Geert Uytterhoeven wrote:
> Hi Naresh,
> 
> On Mon, Dec 2, 2024 at 2:04 PM Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> > The arm build failed with gcc-13 on the Linux stable-rc queue 6.6 due to
> > following build warning / errors.
> >
> > arm
> > * arm, build
> >   - build/gcc-13-defconfig-lkftconfig
> >
> > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> >
> > Build errors:
> > ------
> > Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or
> > path bsc not found
> > FATAL ERROR: Syntax error parsing input tree
> 
> I guess this is due to
> 
>     commit a670e8540da2de723c0eae14ef8234b0ada6b542
>     Author: Geert Uytterhoeven <geert+renesas@glider.be>
>     Date:   Thu Aug 31 13:52:32 2023 +0200
> 
>         ARM: dts: renesas: genmai: Add FLASH nodes
> 
>         [ Upstream commit 30e0a8cf886cb459dc8a895ba9a4fb5132b41499 ]
> 
> which depends on commit 175f1971164a6f8f ("ARM: dts: renesas:
> r7s72100: Add BSC node") in v6.7.

Now dropped (this was a dependancy for another fix, which I've also now
dropped.)

thanks,

greg k-h

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

end of thread, other threads:[~2024-12-06 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 13:04 stable-rc-queue-6.6: Error: arch/arm/boot/dts/renesas/r7s72100-genmai.dts:114.1-5 Label or path bsc not found Naresh Kamboju
2024-12-06  9:53 ` Geert Uytterhoeven
2024-12-06 12:51   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox