Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories)
       [not found] <CAHqEdrPuH4ayMiiq5FixaNjM=r44VJOw-v3iQ0mek55FTUWpsw@mail.gmail.com>
@ 2023-07-05 14:16 ` Avram Lubkin
  2023-07-06  8:45   ` Sudeep Holla
  0 siblings, 1 reply; 4+ messages in thread
From: Avram Lubkin @ 2023-07-05 14:16 UTC (permalink / raw)
  To: robh
  Cc: linux-arm-kernel, devicetree, linux-kernel, conor+dt, liviu.dudau,
	krzysztof.kozlowski+dt, lpieralisi, sudeep.holla

Resending in plain text mode

SImple bug introduced in 724ba6751532055db75992fc6ae21c3e322e94a7.

The file
  arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
was moved to
  arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi

However,
  arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
is a symlink and still points to the old location
  ../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi

My backup software is complaining, though I expect it will cause more
significant issues for others.

Apologies if someone already reported. I didn't see it when I searched.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories)
  2023-07-05 14:16 ` Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories) Avram Lubkin
@ 2023-07-06  8:45   ` Sudeep Holla
  2023-07-13 17:38     ` Avram Lubkin
  0 siblings, 1 reply; 4+ messages in thread
From: Sudeep Holla @ 2023-07-06  8:45 UTC (permalink / raw)
  To: Avram Lubkin
  Cc: robh, linux-arm-kernel, devicetree, linux-kernel, conor+dt,
	liviu.dudau, krzysztof.kozlowski+dt, lpieralisi, Sudeep Holla

On Wed, Jul 05, 2023 at 10:16:19AM -0400, Avram Lubkin wrote:
> Resending in plain text mode
> 
> SImple bug introduced in 724ba6751532055db75992fc6ae21c3e322e94a7.
> 
> The file
>   arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
> was moved to
>   arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
> 
> However,
>   arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> is a symlink and still points to the old location
>   ../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
>

It doesn't break any compilation as it is taken care. I will submit a patch
to remove the symlink soon. Thanks for the report.


-- 
Regards,
Sudeep

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories)
  2023-07-06  8:45   ` Sudeep Holla
@ 2023-07-13 17:38     ` Avram Lubkin
  2023-07-14 11:08       ` Sudeep Holla
  0 siblings, 1 reply; 4+ messages in thread
From: Avram Lubkin @ 2023-07-13 17:38 UTC (permalink / raw)
  To: Sudeep Holla
  Cc: robh, linux-arm-kernel, devicetree, linux-kernel, conor+dt,
	liviu.dudau, krzysztof.kozlowski+dt, lpieralisi

Thanks for submitting a patch. I saw it was acked. Will that get
merged soon? It shouldn't need to for the next merge window since it's
fixing an issue, right?
Just wondering if I need to work around this or not.

Thanks,
Avram

On Thu, Jul 6, 2023 at 4:45 AM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> On Wed, Jul 05, 2023 at 10:16:19AM -0400, Avram Lubkin wrote:
> > Resending in plain text mode
> >
> > SImple bug introduced in 724ba6751532055db75992fc6ae21c3e322e94a7.
> >
> > The file
> >   arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
> > was moved to
> >   arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
> >
> > However,
> >   arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> > is a symlink and still points to the old location
> >   ../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
> >
>
> It doesn't break any compilation as it is taken care. I will submit a patch
> to remove the symlink soon. Thanks for the report.
>
>
> --
> Regards,
> Sudeep

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories)
  2023-07-13 17:38     ` Avram Lubkin
@ 2023-07-14 11:08       ` Sudeep Holla
  0 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2023-07-14 11:08 UTC (permalink / raw)
  To: Avram Lubkin
  Cc: robh, linux-arm-kernel, Sudeep Holla, devicetree, linux-kernel,
	conor+dt, liviu.dudau, krzysztof.kozlowski+dt, lpieralisi

On Thu, Jul 13, 2023 at 01:38:48PM -0400, Avram Lubkin wrote:
> Thanks for submitting a patch. I saw it was acked. Will that get
> merged soon? It shouldn't need to for the next merge window since it's
> fixing an issue, right?

Yes I will send it as fix soon, just queued for -next testing last night.

> Just wondering if I need to work around this or not.

Not for long, I hope it will be merged soonish after I send pull request.

--
Regards,
Sudeep

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-07-14 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAHqEdrPuH4ayMiiq5FixaNjM=r44VJOw-v3iQ0mek55FTUWpsw@mail.gmail.com>
2023-07-05 14:16 ` Bug introduced in 724ba67 (ARM: dts: Move .dts files to vendor sub-directories) Avram Lubkin
2023-07-06  8:45   ` Sudeep Holla
2023-07-13 17:38     ` Avram Lubkin
2023-07-14 11:08       ` Sudeep Holla

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