Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp3015230pxb; Mon, 18 Oct 2021 06:38:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7ti9ddL/IVDttcYyJuz/AmpTcxdRB+UjoSO2X3/HLbWwbNJKuQcjctYoEVKYAfSNZpkGn X-Received: by 2002:a17:90b:2246:: with SMTP id hk6mr49052484pjb.116.1634564330795; Mon, 18 Oct 2021 06:38:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634564330; cv=none; d=google.com; s=arc-20160816; b=hn5suxHNxocuFWLZZQLmwN/dWkOgtDktLMzlJTQtE3XXxJ/7MYJFinhoBKJZQG/uQO VXz2PUPrQHhDANyaTd8+jW7Vsl6tO3KnoAhkkaYMYcWIwmxMhEdYhrzAGHSlLcFUHHcw 72mb30UZHmJ9pWJM5VIjzF+Zo+rUavb46OC7pcQq0W9g+Ten2HOXKUbC1BKUcHE1LqeA 1eHDhkJtvg24Gx7N7vUaP4BPwCF85R02+wGLSV41wYXXBmHWHoAeO8xmuU/aj7O9dIFc 80hR20y4NQHwpHO+TlNizlsyAHV0jAt+6eXWMa1xBPEIygrviAJ8VtLI12Gzq+JlH1Ur 2CQQ== 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=j3Hp4RGHdhx6i13FRDWlfvOqWQE0NkLbV9Na77nDWzM=; b=grxm+wfBOMv+GM7dMby+dZhWqmAhCWptpU6mTx3sFsJOwtEVuZERP5QuysYXihqanG 62dVKwwsOT54L84kJfcJQ3yMffyOTd+tKg1LKkPuDl9n5JOGDdxECl9syw2CDbw19JuK 4SKMyAB6Jz/OPDBywkbG1WkbHbs8WGHmQLZWVAjLTHiTKNdbgdR+OOHpMaxltb6kyUsW SHLYWU0+fNjFheULp/hw8p863UE/kc8SK4bC0RyP8BT4vvQJmFKcjlMZWDvHhjSlPagd G0bGFctlkrsQPGra+1p452sOzXMEdkplpN/Grz15vaAG/gDqEPLu6AICTNFfnP5wbTsY B9Fg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=fyWW+t+H; 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 c4si22024162plg.374.2021.10.18.06.38.38; Mon, 18 Oct 2021 06:38: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=fyWW+t+H; 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 S232260AbhJRNjc (ORCPT + 99 others); Mon, 18 Oct 2021 09:39:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:53502 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232582AbhJRNhF (ORCPT ); Mon, 18 Oct 2021 09:37:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E0EEB6128A; Mon, 18 Oct 2021 13:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634563887; bh=5fkEOeRKMpAv1rt8DKebXAXjaN3huRnJpE8l2uHkoJ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fyWW+t+HgNgf/hO0NOauXJU3d1lKHgMLutZe0gL7G2dlIiN+0cGv8cCKDEtw3exST snd+YeLQIA0bbXVnp4X5vXn8IdJxA768XgJyl2G3+/KfNeZ6beMSjWNcFqOcVlOu6h w/Se2EfdTbfLutqu3Gpj03kg7cW+qnj0oB+KEr14= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Pavankumar Kondeti , Mathias Nyman Subject: [PATCH 5.4 20/69] xhci: Fix command ring pointer corruption while aborting a command Date: Mon, 18 Oct 2021 15:24:18 +0200 Message-Id: <20211018132330.137108183@linuxfoundation.org> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211018132329.453964125@linuxfoundation.org> References: <20211018132329.453964125@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: Pavankumar Kondeti commit ff0e50d3564f33b7f4b35cadeabd951d66cfc570 upstream. The command ring pointer is located at [6:63] bits of the command ring control register (CRCR). All the control bits like command stop, abort are located at [0:3] bits. While aborting a command, we read the CRCR and set the abort bit and write to the CRCR. The read will always give command ring pointer as all zeros. So we essentially write only the control bits. Since we split the 64 bit write into two 32 bit writes, there is a possibility of xHC command ring stopped before the upper dword (all zeros) is written. If that happens, xHC updates the upper dword of its internal command ring pointer with all zeros. Next time, when the command ring is restarted, we see xHC memory access failures. Fix this issue by only writing to the lower dword of CRCR where all control bits are located. Cc: stable@vger.kernel.org Signed-off-by: Pavankumar Kondeti Signed-off-by: Mathias Nyman Link: https://lore.kernel.org/r/20211008092547.3996295-5-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/xhci-ring.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -339,16 +339,22 @@ static void xhci_handle_stopped_cmd_ring /* Must be called with xhci->lock held, releases and aquires lock back */ static int xhci_abort_cmd_ring(struct xhci_hcd *xhci, unsigned long flags) { - u64 temp_64; + u32 temp_32; int ret; xhci_dbg(xhci, "Abort command ring\n"); reinit_completion(&xhci->cmd_ring_stop_completion); - temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); - xhci_write_64(xhci, temp_64 | CMD_RING_ABORT, - &xhci->op_regs->cmd_ring); + /* + * The control bits like command stop, abort are located in lower + * dword of the command ring control register. Limit the write + * to the lower dword to avoid corrupting the command ring pointer + * in case if the command ring is stopped by the time upper dword + * is written. + */ + temp_32 = readl(&xhci->op_regs->cmd_ring); + writel(temp_32 | CMD_RING_ABORT, &xhci->op_regs->cmd_ring); /* Section 4.6.1.2 of xHCI 1.0 spec says software should also time the * completion of the Command Abort operation. If CRR is not negated in 5