Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp486773pxv; Wed, 14 Jul 2021 08:27:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw4hQkEPeGNvebRCePFS6knmnZbBEKCTHcjGId+TMMEPSxZnCHRq6BjckGpSzPceWWQQ1gq X-Received: by 2002:a6b:c305:: with SMTP id t5mr7831560iof.202.1626276463822; Wed, 14 Jul 2021 08:27:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626276463; cv=none; d=google.com; s=arc-20160816; b=cg8lzPBcm+PkxLFkjEDAUn7KZI4DlPpUSdoZIO7bEyT3v1NkLphXhIwhhi4ZaAPxhj qOHkx/PtJvyUIL8dqGk2BaSIVyoRWVUCutPrxOY8aOac5EgQphK6hb18eFNk0FKGSabt GeH56W84Ur6GhXqI/mgOdy4TQiOV122NiAHHMhZRk9blhXYQUCk4YL5Ws2qDhkAXyN32 OdNRLjMgGSXU8laJ9eMiXpdBCnnEhLhKSpb3COeRvZ/Ueb0bUGthd++80XvYYAnamqfr 0vSGPcLRgc980vK+YQKL8mVqSBJiOlT7sIq8PjNuWCqfDptBwKHmRZCk7PXhfLldz6Gv 8Cug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=u+9RJyFJCXVxUoli2hC/ismHc5585XbZ9AnyEGU+8v4=; b=GzkKiXwL4oFx0Q0fqczz40O11wUW6KaHYgtMs75OzjZ+IJTH4EqJGHEq3DSBZWNdYr hYL7QR8D3uwIZmZ+N9p77QQs0kZHbVvsYjQUqrIP/3mMe/QlTT/4H2+1mtl1tunKmb8s 5GpyhsWSrmQ4amTzDhaeF8boHluYRJH4R/3u8z6QLqthnGUbuDtLUq72o+YleJIx+FgI zd0nk6E5hXsYdSyVi1ZjVRWVaDLiJLqQEny2+tDCWTybxwLrFeOW1HZnY/7lT6FHddOb +Mfm9hxQoKvYL5Tw3nQTtxubDlFLAsdBU/ksp7+xp99WQhc7fvnyyX7x16V79SzFWREy sDPw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=tScMMw2N; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r6si3456672iov.48.2021.07.14.08.27.32; Wed, 14 Jul 2021 08:27:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=tScMMw2N; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239714AbhGNP3m (ORCPT + 99 others); Wed, 14 Jul 2021 11:29:42 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:55106 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239549AbhGNP3m (ORCPT ); Wed, 14 Jul 2021 11:29:42 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 349C1CC; Wed, 14 Jul 2021 17:26:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1626276409; bh=84WzucsuPRknBN24/uKLmvjQvuZlqHt2bUpjOHcYCKU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tScMMw2N8vf0e4duiMi+FNqgNpvIioqS2ULraxcT1wdNbG1VqQfjfQ9DREUetkeBg FvFhegjMLfv8nTI1JhC/AnhUPVdXpWpnU3sLl/03dUoZMeWq/mml+hSpxNHqJ8zrJ6 QuK/LiDp2UKwBZDCyckPa0JP3fps01G8Jzj8lpYE= Date: Wed, 14 Jul 2021 18:26:48 +0300 From: Laurent Pinchart To: Steven Price Cc: Daniel Vetter , David Airlie , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Biju Das , Pavel Machek Subject: Re: [PATCH v2] drm/of: free the iterator object on failure Message-ID: References: <20210712155758.48286-1-steven.price@arm.com> <20210714143300.20632-1-steven.price@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210714143300.20632-1-steven.price@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steven, Thank you for the patch. On Wed, Jul 14, 2021 at 03:33:00PM +0100, Steven Price wrote: > When bailing out due to the sanity check the iterator value needs to be > freed because the early return prevents for_each_child_of_node() from > doing the dereference itself. > > Fixes: 6529007522de ("drm: of: Add drm_of_lvds_get_dual_link_pixel_order") > Signed-off-by: Steven Price Reviewed-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_of.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > v2: Fixes now refers to the original commit as suggested by Laurent, rather > than 4ee48cc5586b ("drm: of: Fix double-free bug") which only fixed part of > the problem. Note that 4ee48cc5586b is a dependency for this patch to > cleanly apply. > > diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c > index 197c57477344..997b8827fed2 100644 > --- a/drivers/gpu/drm/drm_of.c > +++ b/drivers/gpu/drm/drm_of.c > @@ -331,8 +331,10 @@ static int drm_of_lvds_get_remote_pixels_type( > * configurations by passing the endpoints explicitly to > * drm_of_lvds_get_dual_link_pixel_order(). > */ > - if (!current_pt || pixels_type != current_pt) > + if (!current_pt || pixels_type != current_pt) { > + of_node_put(endpoint); > return -EINVAL; > + } > } > > return pixels_type; -- Regards, Laurent Pinchart