Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2660467pxj; Mon, 14 Jun 2021 04:17:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzskZFpkKvGBd8Ma3WuKJuV/8VRtM0j1I7OBDp+H8zp4c6YiKfuxhcmrGodUTnD86E6t1hE X-Received: by 2002:a17:906:3109:: with SMTP id 9mr14370105ejx.339.1623669430381; Mon, 14 Jun 2021 04:17:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623669430; cv=none; d=google.com; s=arc-20160816; b=iQlqcCVo6Dmg9BXDkltHI6teW0eHUck/PhDo7UPYk0Fj1qX4zhQL0dohHz08+6+Ikf mSF6XcAG+HC++NqWVVf6h0t9j7mFxYvfinr9ZhCT9yzDSk0gLr9gjt5nohbRwUb+RhU/ 4mKlzSZCOf8ByiNk75vRBGO4wIvjOgihYhV7/elNuQn00kFtuP/plOvjtvm74QmLgppA GMJwLdam2TuGnAKDIPxoOYl4m249b1cWUwTezanfMfh5+f0irqzcwS8FNdoZj+nP9P1g vdf+ugiIHLmcOUk4Wbz5nro+c/myu2yHB1L/PJSaf1THgDqYqhgCi2GuElQIclj9WfLE vivw== 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=z81dk290jaQXIn0pMimcsnVNxsDu4eNAPbJyY/o8JKA=; b=Qton8fBb/eheUhFc+guMoZ1Orb1FA+9abPI1bllh6SN4DDvQZTGO91OJCM0MTFESfn pk3Qoh2JOxwXT1Nt5bjQEwoP9XCtlymc2JjSei+fLYShWIp6OyQ5/7ZL2zBcpx3Vr3gk Jt1WCwt2lVJKoAZv9tB2eXy0yOIM71Tc9+egw7Rym+GQjVt4+c8NcWQCjvPfXaH3uucB wDKPciJxNpSqG1HKhh9dX1xUFKeCME+4Gh9zyY7Z/Hqg1WGuMlvezNBwxzv4DBag3nY8 0puF5Qxh/b3yAiuGim3oyHmk0Eks7KNqvmfmAYo6hZLG8dBaTYG0yKeBCTxpsb7xOunY MotQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=hy788XFj; 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 j23si13221959eje.719.2021.06.14.04.16.48; Mon, 14 Jun 2021 04:17:10 -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=hy788XFj; 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 S235494AbhFNLQ0 (ORCPT + 99 others); Mon, 14 Jun 2021 07:16:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:38268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234869AbhFNLEM (ORCPT ); Mon, 14 Jun 2021 07:04:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B224A61244; Mon, 14 Jun 2021 10:44:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623667471; bh=1lGhgbaPm2GaQNj9aKkf433u9uOlCTSEnOyKkfNBuWg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hy788XFjQqWp96RlCw4i8Lmxl4v+KKnDmnyM8/Cf+wmzqsw1fEb3JdqYKPak+NCnV jIUm09ai/iQNDGO/Hg3JGQmwjtMxx3l/ybdpsMAJpJGSuxirTK0L3p55PK/T2b+Jqw lv0BY2dn2d9g8C7M2/cwsYEAyEw2RQgdDEUa4ZBY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Heikki Krogerus , Mayank Rana , Jack Pham Subject: [PATCH 5.10 077/131] usb: typec: ucsi: Clear PPM capability data in ucsi_init() error path Date: Mon, 14 Jun 2021 12:27:18 +0200 Message-Id: <20210614102655.639808623@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210614102652.964395392@linuxfoundation.org> References: <20210614102652.964395392@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: Mayank Rana commit f247f0a82a4f8c3bfed178d8fd9e069d1424ee4e upstream. If ucsi_init() fails for some reason (e.g. ucsi_register_port() fails or general communication failure to the PPM), particularly at any point after the GET_CAPABILITY command had been issued, this results in unwinding the initialization and returning an error. However the ucsi structure's ucsi_capability member retains its current value, including likely a non-zero num_connectors. And because ucsi_init() itself is done in a workqueue a UCSI interface driver will be unaware that it failed and may think the ucsi_register() call was completely successful. Later, if ucsi_unregister() is called, due to this stale ucsi->cap value it would try to access the items in the ucsi->connector array which might not be in a proper state or not even allocated at all and results in NULL or invalid pointer dereference. Fix this by clearing the ucsi->cap value to 0 during the error path of ucsi_init() in order to prevent a later ucsi_unregister() from entering the connector cleanup loop. Fixes: c1b0bc2dabfa ("usb: typec: Add support for UCSI interface") Cc: stable@vger.kernel.org Acked-by: Heikki Krogerus Signed-off-by: Mayank Rana Signed-off-by: Jack Pham Link: https://lore.kernel.org/r/20210609073535.5094-1-jackp@codeaurora.org Signed-off-by: Greg Kroah-Hartman --- drivers/usb/typec/ucsi/ucsi.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/typec/ucsi/ucsi.c +++ b/drivers/usb/typec/ucsi/ucsi.c @@ -1118,6 +1118,7 @@ err_unregister: } err_reset: + memset(&ucsi->cap, 0, sizeof(ucsi->cap)); ucsi_reset_ppm(ucsi); err: return ret;