Hi all,
After merging the usb tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
Caused by commit
2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
I have used the usb tree from next-20220610 for today.
--
Cheers,
Stephen Rothwell
> -----Original Message-----
> From: Stephen Rothwell <[email protected]>
> Sent: Tuesday, June 14, 2022 10:09 AM
> To: Greg KH <[email protected]>
> Cc: Neal Liu <[email protected]>; Linux Kernel Mailing List
> <[email protected]>; Linux Next Mailing List
> <[email protected]>
> Subject: linux-next: build failure after merge of the usb tree
>
> Hi all,
>
> After merging the usb tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
>
> Caused by commit
>
> 2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
>
> I have used the usb tree from next-20220610 for today.
>
> --
> Cheers,
> Stephen Rothwell
Looks like the same patch is already merged by Joe, how's that coming from?
commit c9cb67c3a650 ("ARM: dts: aspeed: Add USB2.0 device controller node")
-Neal
Hi Neal,
On Tue, 14 Jun 2022 02:41:41 +0000 Neal Liu <[email protected]> wrote:
>
> > After merging the usb tree, today's linux-next build (arm
> > multi_v7_defconfig) failed like this:
> >
> >
> > Caused by commit
> >
> > 2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
> >
> > I have used the usb tree from next-20220610 for today.
>
> Looks like the same patch is already merged by Joe, how's that coming from?
>
> commit c9cb67c3a650 ("ARM: dts: aspeed: Add USB2.0 device controller node")
Its in Linus' tree before v5.19-rc1
--
Cheers,
Stephen Rothwell
On Tue, Jun 14, 2022 at 12:08:33PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the usb tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
>
Failed like what?
> Caused by commit
>
> 2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
>
> I have used the usb tree from next-20220610 for today.
Odd, ok, I'll try to revert the offending dts change from my tree. If I
can get a hint as to what went wrong with the build, that would also be
great :)
thanks,
greg k-h
On Tue, Jun 14, 2022 at 05:52:47PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> On Tue, 14 Jun 2022 08:41:53 +0200 Greg KH <[email protected]> wrote:
> >
> > On Tue, Jun 14, 2022 at 12:08:33PM +1000, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > After merging the usb tree, today's linux-next build (arm
> > > multi_v7_defconfig) failed like this:
> >
> > Failed like what?
>
> Sorry about that. I no longer have the actual error message, but it
> was complaining about a duplicate DT node "ahb usb@1e6a2000". The
> patch managed to be applied twice.
>
> > > Caused by commit
> > >
> > > 2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
Hi Stephen,
I mean the missing error you reported was:
DTC arch/arm/boot/dts/aspeed-ast2500-evb.dtb
DTC arch/arm/boot/dts/aspeed-ast2600-evb-a1.dtb
arch/arm/boot/dts/aspeed-g6.dtsi:320.21-328.5: ERROR (duplicate_node_names): /ahb/usb@1e6a2000: Duplicate node name
ERROR: Input tree has errors, aborting (use -f to force output)
Thanks.
--
An old man doll... just what I always wanted! - Clara
Hi Greg,
On Tue, 14 Jun 2022 08:41:53 +0200 Greg KH <[email protected]> wrote:
>
> On Tue, Jun 14, 2022 at 12:08:33PM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the usb tree, today's linux-next build (arm
> > multi_v7_defconfig) failed like this:
>
> Failed like what?
Sorry about that. I no longer have the actual error message, but it
was complaining about a duplicate DT node "ahb usb@1e6a2000". The
patch managed to be applied twice.
> > Caused by commit
> >
> > 2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
> >
> > I have used the usb tree from next-20220610 for today.
>
> Odd, ok, I'll try to revert the offending dts change from my tree. If I
> can get a hint as to what went wrong with the build, that would also be
> great :)
--
Cheers,
Stephen Rothwell
On Tue, Jun 14, 2022 at 03:10:14PM +0700, Bagas Sanjaya wrote:
> On Tue, Jun 14, 2022 at 05:52:47PM +1000, Stephen Rothwell wrote:
> > Hi Greg,
> >
> > On Tue, 14 Jun 2022 08:41:53 +0200 Greg KH <[email protected]> wrote:
> > >
> > > On Tue, Jun 14, 2022 at 12:08:33PM +1000, Stephen Rothwell wrote:
> > > > Hi all,
> > > >
> > > > After merging the usb tree, today's linux-next build (arm
> > > > multi_v7_defconfig) failed like this:
> > >
> > > Failed like what?
> >
> > Sorry about that. I no longer have the actual error message, but it
> > was complaining about a duplicate DT node "ahb usb@1e6a2000". The
> > patch managed to be applied twice.
> >
> > > > Caused by commit
> > > >
> > > > 2cee50bf4590 ("ARM: dts: aspeed: Add USB2.0 device controller node")
>
> Hi Stephen,
>
> I mean the missing error you reported was:
>
> DTC arch/arm/boot/dts/aspeed-ast2500-evb.dtb
> DTC arch/arm/boot/dts/aspeed-ast2600-evb-a1.dtb
> arch/arm/boot/dts/aspeed-g6.dtsi:320.21-328.5: ERROR (duplicate_node_names): /ahb/usb@1e6a2000: Duplicate node name
> ERROR: Input tree has errors, aborting (use -f to force output)
Thanks all, I'll go revert the duplicate commit in my tree now.
greg k-h
Hi Bagas,
On Tue, 14 Jun 2022 15:10:14 +0700 Bagas Sanjaya <[email protected]> wrote:
>
> I mean the missing error you reported was:
>
> DTC arch/arm/boot/dts/aspeed-ast2500-evb.dtb
> DTC arch/arm/boot/dts/aspeed-ast2600-evb-a1.dtb
> arch/arm/boot/dts/aspeed-g6.dtsi:320.21-328.5: ERROR (duplicate_node_names): /ahb/usb@1e6a2000: Duplicate node name
> ERROR: Input tree has errors, aborting (use -f to force output)
Right, thanks.
--
Cheers,
Stephen Rothwell