[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240226130401.7565f0da@booty>
Date: Mon, 26 Feb 2024 13:04:01 +0100
From: Luca Ceresoli <luca.ceresoli@...tlin.com>
To: Saravana Kannan <saravanak@...gle.com>, Greg Kroah-Hartman
<gregkh@...uxfoundation.org>
Cc: Rob Herring <robh+dt@...nel.org>, Frank Rowand <frowand.list@...il.com>,
Hervé Codina <herve.codina@...tlin.com>,
kernel-team@...roid.com, Rob Herring <robh@...nel.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, stable
<stable@...r.kernel.org>
Subject: Re: [PATCH] of: property: fw_devlink: Fix stupid bug in
remote-endpoint parsing
Hello Greg, Saravana,
On Fri, 23 Feb 2024 21:28:18 -0800
Saravana Kannan <saravanak@...gle.com> wrote:
> On Fri, Feb 23, 2024 at 9:24 PM Saravana Kannan <saravanak@...glecom> wrote:
> >
> > Introduced a stupid bug in commit 782bfd03c3ae ("of: property: Improve
> > finding the supplier of a remote-endpoint property") due to a last minute
> > incorrect edit of "index !=0" into "!index". This patch fixes it to be
> > "index > 0" to match the comment right next to it.
>
> Greg, this needs to land in the stable branches once Rob picks it up
> for the next 6.8-rc.
>
> -Saravana
>
> >
> > Reported-by: Luca Ceresoli <luca.ceresoli@...tlin.com>
> > Link: https://lore.kernel.org/lkml/20240223171849.10f9901d@booty/
> > Fixes: 782bfd03c3ae ("of: property: Improve finding the supplier of a remote-endpoint property")
> > Signed-off-by: Saravana Kannan <saravanak@...gle.com>
> > ---
> > Using Link: instead of Closes: because Luca reported two separate issues.
As Saravana mentioned, this fixes only one bug in the original commit.
Unless there is a quick solution for the other bug, we are still left with
a regression since that got merged in 6.8-rc5.
So I propose to revert 782bfd03c3ae instead of applying this one, to
leave the needed time for a correct solution to be deviesd.
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Powered by blists - more mailing lists