From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH v2 4/9] mmc: meson-mx-sdio: fix OF child-node lookup Date: Wed, 5 Sep 2018 08:30:29 +0200 Message-ID: References: <20180827082153.22537-1-johan@kernel.org> <20180827082153.22537-5-johan@kernel.org> <20180904125402.GR28861@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20180904125402.GR28861@localhost> Sender: stable-owner@vger.kernel.org To: Johan Hovold Cc: Rob Herring , Greg Kroah-Hartman , Frank Rowand , DTML , Linux Kernel Mailing List , stable , Carlo Caione , Martin Blumenstingl List-Id: devicetree@vger.kernel.org On 4 September 2018 at 14:54, Johan Hovold wrote: > On Mon, Aug 27, 2018 at 04:44:44PM +0200, Ulf Hansson wrote: >> On 27 August 2018 at 10:21, Johan Hovold wrote: >> > Use the new of_get_compatible_child() helper to lookup the slot child >> > node instead of using of_find_compatible_node(), which searches the >> > entire tree from a given start node and thus can return an unrelated >> > (i.e. non-child) node. >> > >> > This also addresses a potential use-after-free (e.g. after probe >> > deferral) as the tree-wide helper drops a reference to its first >> > argument (i.e. the node of the device being probed). >> > >> > While at it, also fix up the related slot-node reference leak. >> > >> > Fixes: ed80a13bb4c4 ("mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs") >> > Cc: stable # 4.15 >> > Cc: Carlo Caione >> > Cc: Martin Blumenstingl >> > Cc: Ulf Hansson >> > Acked-by: Martin Blumenstingl >> > Signed-off-by: Johan Hovold >> >> Acked-by: Ulf Hansson > > Thanks for the ack. Rob's gotten the helper into -rc2, so feel free to > pick this one up directly to whichever mmc branch you prefer. I've been > able to trigger crashes after probe deferrals due to the use-after-free, > but this seems unlikely to be exploitable. Applied for fixes, thanks! Kind regards Uffe