Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp344481pxj; Thu, 20 May 2021 10:35:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzh7hcuSD1XqrAll/KStgYk64kACnr3SCZhoTOa4UMTUWlS8cyotaoKrzof80o98phv8Tg8 X-Received: by 2002:a05:6402:2548:: with SMTP id l8mr6382796edb.208.1621532150316; Thu, 20 May 2021 10:35:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621532150; cv=none; d=google.com; s=arc-20160816; b=tNAM58/jfm2fWx6ZP4NClQS4tCQJQQYxaxJNX18ru+2dXqWf6bJTsnMJAPeaKevW9L LaV7UfG/+OV8cc8fJhNOYm88bYHhg1Xpd/SVyMCIk5ck2fFDi4F7SOP79efaj9V1L5VU m1YBSiACfCATRJUvTFqrUZkKXiqqFlPPSczdiTCj/hc1nkbeGI/xZKvlrEk9Z6yYPLjJ sty22kd44R4y8F7VoLLocVr49m5BY3pjhg16Pz6f+EyW1a089VekBvK4urxxn7iKpAD7 I8bhwkVPyOw5npkEI+INMybsaXruIAlSSCipIouA/5GPr6V2vk+wurYECCmKdkTOhyOz qtoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=KOionsYfj+pCOP+GmuYCCmA19vKEYEI7eWg0L8Z3AMc=; b=yMVls40DjxooHRsCexlxWQgGqe7VoDs20rLR7nfb5Umav/RF2Ci25Gql27Ytvi5iNE mCcZjptTV868JHxHI4242p71zS00Czicw3gzPArIWz2A7sp/gSQbkzr71mA9Tyw+zNAx bUMT9rk9bdQoNi9+PzlQ1FREVJHsytxVj3iHg/00zwgEI1W/iegITHGnd0qXxx8UohQd TG/l/yzKSHKO/+1WhzFbfOPmUADte8xrv//ig7ymmXK03fpap4U2rEQ4E2mznWMBlQXy XX6LoDnocAeumqFiPnjxWTE5DJwzfLpThKrYC+6I6K3e3O8v/Zl17fRiUfbvLNEj+nYQ uMCw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=tZhcGPpy; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p20si2873104ejg.679.2021.05.20.10.35.26; Thu, 20 May 2021 10:35:50 -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 header.i=@linuxfoundation.org header.s=korg header.b=tZhcGPpy; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235170AbhETKCr (ORCPT + 99 others); Thu, 20 May 2021 06:02:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:59108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235189AbhETJ5w (ORCPT ); Thu, 20 May 2021 05:57:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B637061415; Thu, 20 May 2021 09:38:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621503489; bh=TuqiWQ4ROAsgjp1Mjiz3bp9joRa+82z8UOoZwQuYqEU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tZhcGPpy1LDA4QOUvBdLXNQeuFSBPl1JkTZPAjuL9qzu2bfvuKuCubqaePXnirkeD iI3FMNbw7JpovDfYVWnWaMpGSvZz8BD559RXxWPII/C/mb71O4ZGOaHBK83cwHF1va SW17tRsiwYl6gOfre1tq5vOmUGBJW/kvyDohMZ2o= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dan Carpenter , Jason Gunthorpe , Sebastian Reichel , Sasha Levin Subject: [PATCH 4.19 244/425] HSI: core: fix resource leaks in hsi_add_client_from_dt() Date: Thu, 20 May 2021 11:20:13 +0200 Message-Id: <20210520092139.442479583@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520092131.308959589@linuxfoundation.org> References: <20210520092131.308959589@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dan Carpenter [ Upstream commit 5c08b0f75575648032f309a6f58294453423ed93 ] If some of the allocations fail between the dev_set_name() and the device_register() then the name will not be freed. Fix this by moving dev_set_name() directly in front of the call to device_register(). Fixes: a2aa24734d9d ("HSI: Add common DT binding for HSI client devices") Signed-off-by: Dan Carpenter Reviewed-by: Jason Gunthorpe Signed-off-by: Sebastian Reichel Signed-off-by: Sasha Levin --- drivers/hsi/hsi_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/hsi/hsi_core.c b/drivers/hsi/hsi_core.c index 9065efd21851..71895da63810 100644 --- a/drivers/hsi/hsi_core.c +++ b/drivers/hsi/hsi_core.c @@ -223,8 +223,6 @@ static void hsi_add_client_from_dt(struct hsi_port *port, if (err) goto err; - dev_set_name(&cl->device, "%s", name); - err = hsi_of_property_parse_mode(client, "hsi-mode", &mode); if (err) { err = hsi_of_property_parse_mode(client, "hsi-rx-mode", @@ -306,6 +304,7 @@ static void hsi_add_client_from_dt(struct hsi_port *port, cl->device.release = hsi_client_release; cl->device.of_node = client; + dev_set_name(&cl->device, "%s", name); if (device_register(&cl->device) < 0) { pr_err("hsi: failed to register client: %s\n", name); put_device(&cl->device); -- 2.30.2