[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <173653070694.3215354.8498734202934097478.robh@kernel.org>
Date: Fri, 10 Jan 2025 11:38:28 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Zijun Hu <zijun_hu@...oud.com>
Cc: Maxime Ripard <mripard@...nel.org>, Mike Rapoport <rppt@...nel.org>,
Oreoluwa Babatunde <quic_obabatun@...cinc.com>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Saravana Kannan <saravanak@...gle.com>,
Marc Zyngier <maz@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
Zijun Hu <quic_zijuhu@...cinc.com>, linux-kernel@...r.kernel.org,
Grant Likely <grant.likely@...retlab.ca>,
Robin Murphy <robin.murphy@....com>,
Andreas Herrmann <andreas.herrmann@...xeda.com>,
stable@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH v4 01/14] of: Correct child specifier used as input of
the 2nd nexus node
On Thu, 09 Jan 2025 21:26:52 +0800, Zijun Hu wrote:
> From: Zijun Hu <quic_zijuhu@...cinc.com>
>
> API of_parse_phandle_with_args_map() will use wrong input for nexus node
> Nexus_2 as shown below:
>
> Node_1 Nexus_1 Nexus_2
> &Nexus_1,arg_1 -> arg_1,&Nexus_2,arg_2' -> &Nexus_2,arg_2 -> arg_2,...
> map-pass-thru=<...>
>
> Nexus_1's output arg_2 should be used as input of Nexus_2, but the API
> wrongly uses arg_2' instead which != arg_2 due to Nexus_1's map-pass-thru.
>
> Fix by always making @match_array point to @initial_match_array into
> which to store nexus output.
>
> Fixes: bd6f2fd5a1d5 ("of: Support parsing phandle argument lists through a nexus node")
> Cc: stable@...r.kernel.org
> Signed-off-by: Zijun Hu <quic_zijuhu@...cinc.com>
> ---
> drivers/of/base.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
Powered by blists - more mailing lists