Received: by 10.192.165.148 with SMTP id m20csp2470339imm; Sun, 22 Apr 2018 07:43:11 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/UaAJW1lVzNCAYCJxqp1MyKsylXLmKoR+5/C7QBh3+mTgRXzo+1qYgk3LnOTv4V7gsW69J X-Received: by 10.99.146.87 with SMTP id s23mr14337809pgn.64.1524408191236; Sun, 22 Apr 2018 07:43:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524408191; cv=none; d=google.com; s=arc-20160816; b=OymHZcbrIEU0F+6idZkrhSMivgPwcK1txSYjumtFU0God1dhMzzZK3jnl59ppCIPSk OZb8qUQcKAWboN+DmUKXhuUSTi7B0ILc5Rk7VpgWNg9oKfG6K7n2U+wv4Qtzx8W9yDO0 EuHbBeo+bWhVf523Pu9bMWuJGH0I9ktxXyadw3kXTIFnycm67m/mOEMm1ysQxry8oIPK BEbf9k5S+RN+q7XifdB0bBrdjXWNDXgCsb3K7xq4P9wvGoCsqnj9nDomvj6kGkBqlYb1 N3SXL0m2yr3ZDt7KCOUXcI5BI+B7jYWXQzORnRBC3uS6GPz0h8owiTMNBrJmwZyts5IT TrSA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=MiMaMVSpPk9nVeebmqlytEG/j9TrDTNF+LipFp7GFfI=; b=rKpoCMXN3as/j62tFPbS6wEKhfwVqeBDsKofgATdAKVKRentSizb/ZgaIpT/zMkkHv m/qePcXXYkn63v3iuYic3385BDP6QvVZ57FZ1qIVyhY3J8ZNcz/B652BWnzk2CIYjLpf jU4Tw5urCKSa9vBFrII51VxXoMOoGmID2NSrNF2jG1Gflk2r6fPZ6tpp/6DgKz0+hpgu eEZi5mK2XqO7auusEnA4ERudYnVP1M8Zh0W/+PVHYhazbBnCLs4AAB/4Dfb7Ttw6zhIZ XqZdajAZsmR3wNpKZWCRECItEspTnpu1DC0AwDg+7kM5aXVOQlszfYx7d5U6o0Nxgdsv jhxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g3-v6si10194666pld.309.2018.04.22.07.42.57; Sun, 22 Apr 2018 07:43:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932153AbeDVOls (ORCPT + 99 others); Sun, 22 Apr 2018 10:41:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58468 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756877AbeDVORj (ORCPT ); Sun, 22 Apr 2018 10:17:39 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6B433CCC; Sun, 22 Apr 2018 14:17:38 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Maxime Jayat , Ludovic Desroches , Vinod Koul Subject: [PATCH 4.4 56/97] dmaengine: at_xdmac: fix rare residue corruption Date: Sun, 22 Apr 2018 15:53:34 +0200 Message-Id: <20180422135308.405196681@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180422135304.577223025@linuxfoundation.org> References: <20180422135304.577223025@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Maxime Jayat commit c5637476bbf9bb86c7f0413b8f4822a73d8d2d07 upstream. Despite the efforts made to correctly read the NDA and CUBC registers, the order in which the registers are read could sometimes lead to an inconsistent state. Re-using the timeline from the comments, this following timing of registers reads could lead to reading NDA with value "@desc2" and CUBC with value "MAX desc1": INITD -------- ------------ |____________________| _______________________ _______________ NDA @desc2 \/ @desc3 _______________________/\_______________ __________ ___________ _______________ CUBC 0 \/ MAX desc1 \/ MAX desc2 __________/\___________/\_______________ | | | | Events:(1)(2) (3)(4) (1) check_nda = @desc2 (2) initd = 1 (3) cur_ubc = MAX desc1 (4) cur_nda = @desc2 This is allowed by the condition ((check_nda == cur_nda) && initd), despite cur_ubc and cur_nda being in the precise state we don't want. This error leads to incorrect residue computation. Fix it by inversing the order in which CUBC and INITD are read. This makes sure that NDA and CUBC are always read together either _before_ INITD goes to 0 or _after_ it is back at 1. The case where NDA is read before INITD is at 0 and CUBC is read after INITD is back at 1 will be rejected by check_nda and cur_nda being different. Fixes: 53398f488821 ("dmaengine: at_xdmac: fix residue corruption") Cc: stable@vger.kernel.org Signed-off-by: Maxime Jayat Acked-by: Ludovic Desroches Signed-off-by: Vinod Koul Signed-off-by: Greg Kroah-Hartman --- drivers/dma/at_xdmac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/dma/at_xdmac.c +++ b/drivers/dma/at_xdmac.c @@ -1473,10 +1473,10 @@ at_xdmac_tx_status(struct dma_chan *chan for (retry = 0; retry < AT_XDMAC_RESIDUE_MAX_RETRIES; retry++) { check_nda = at_xdmac_chan_read(atchan, AT_XDMAC_CNDA) & 0xfffffffc; rmb(); - initd = !!(at_xdmac_chan_read(atchan, AT_XDMAC_CC) & AT_XDMAC_CC_INITD); - rmb(); cur_ubc = at_xdmac_chan_read(atchan, AT_XDMAC_CUBC); rmb(); + initd = !!(at_xdmac_chan_read(atchan, AT_XDMAC_CC) & AT_XDMAC_CC_INITD); + rmb(); cur_nda = at_xdmac_chan_read(atchan, AT_XDMAC_CNDA) & 0xfffffffc; rmb();