Received: by 2002:a05:6622:f08:0:0:0:0 with SMTP id l8csp4479878ivc; Tue, 3 Nov 2020 13:07:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJykzgyIJUnSN8W0U8ZFOrhOTmVo7MA65m0SammJ2NfdeRIPWAELG4T3yegLIrpKxwVTXQ0q X-Received: by 2002:a17:906:d7b7:: with SMTP id pk23mr22359486ejb.214.1604437655274; Tue, 03 Nov 2020 13:07:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604437655; cv=none; d=google.com; s=arc-20160816; b=xQ/+BqyAdKY5fN8VXFd1WRcUstoYU/vZWWIFzDtWoufWlW/XIbgcOteTyIvSrTMRP1 CGLMhBbSOyW0ZOPmMrheGH57TObIp7zJQLOM/i2ezAj2PxNgH15ecY8G+HSvocJVAk/g VamNXJ64MuLprvYJ4t9SdjN2ZsIfQxKydY+jIo+43np6AH+0f3lsuCe5qXMmlB15/Kkn BPgz2R3frKZWe9jVoiFy7EsqxnIAkvxombZYZK1yTuLRoiftFiUu8IPXH6aVNZSa/XKR DJyFNShKTlPVjBq3/wiFz8HYl3VpMTlJab2n+E255soCSLLWA8P+9uBLJSBxUHmjuMQZ C99A== 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=uYVSIgV53z0MyWxN8ZdpKW1A3FK81inuLI0wl6IkdpQ=; b=0P6nAlkU/i6HJxOPoJIb3rBVFoWSvaIM8ecGaQ3ut2ReLE3s1t+DYr82at2bYGrcqH BA0qilTctAUHMuZHzmjfLGPUWUTUMulUrkLzEaPznI8xqNd6pVzAhQGYly3Kg691jxCb jV5YuGEjb7oO4zrr1wh7exwN5IhZ9aKDYahq6iSCmX8QDjq0NP1HWkPe2o6mu55YySKh /LyUlLbGKvjgjqP70h9iftKpJsWGMvOQzcJKuQ6h97o2xiX7jYkZyewQy0/4hMPg+ojG O4OB/yXvtOPNA+K5HFOitipeqx2Yr6Sz5xM3+Yt4RNctv053+QKEfZOHQyDCgFzjxAv9 kcfA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="qz7z/A94"; 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=fail (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 bh4si20814ejb.551.2020.11.03.13.07.12; Tue, 03 Nov 2020 13:07:35 -0800 (PST) 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=@kernel.org header.s=default header.b="qz7z/A94"; 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=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388091AbgKCVGA (ORCPT + 99 others); Tue, 3 Nov 2020 16:06:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:44694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388085AbgKCVF5 (ORCPT ); Tue, 3 Nov 2020 16:05:57 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 65E2220658; Tue, 3 Nov 2020 21:05:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604437556; bh=ySugc/lyIEi+yAAJnVsWvGo3+XTKg6rAFZPU4Ebntk8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qz7z/A946/PRJFocN2iI6OX20jMbTJ5OeoOvrs7NrRH/YsANW130aHZn3tdUqtUNi k5Nhl490bex4yxstuiLSiiBDqJPU2UY7dxabJU7DP1mN8OrMNZgquLpQMyA2U4CLDa zuQ9QdSDsCHbjEmf3ryRoEQTEVSXecTJ1ZYb9UWU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Martin Fuzzey Subject: [PATCH 4.19 125/191] w1: mxc_w1: Fix timeout resolution problem leading to bus error Date: Tue, 3 Nov 2020 21:36:57 +0100 Message-Id: <20201103203244.914285038@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201103203232.656475008@linuxfoundation.org> References: <20201103203232.656475008@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: Martin Fuzzey commit c9723750a699c3bd465493ac2be8992b72ccb105 upstream. On my platform (i.MX53) bus access sometimes fails with w1_search: max_slave_count 64 reached, will continue next search. The reason is the use of jiffies to implement a 200us timeout in mxc_w1_ds2_touch_bit(). On some platforms the jiffies timer resolution is insufficient for this. Fix by replacing jiffies by ktime_get(). For consistency apply the same change to the other use of jiffies in mxc_w1_ds2_reset_bus(). Fixes: f80b2581a706 ("w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()") Cc: stable Signed-off-by: Martin Fuzzey Link: https://lore.kernel.org/r/1601455030-6607-1-git-send-email-martin.fuzzey@flowbird.group Signed-off-by: Greg Kroah-Hartman --- drivers/w1/masters/mxc_w1.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/drivers/w1/masters/mxc_w1.c +++ b/drivers/w1/masters/mxc_w1.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include @@ -48,12 +48,12 @@ struct mxc_w1_device { static u8 mxc_w1_ds2_reset_bus(void *data) { struct mxc_w1_device *dev = data; - unsigned long timeout; + ktime_t timeout; writeb(MXC_W1_CONTROL_RPP, dev->regs + MXC_W1_CONTROL); /* Wait for reset sequence 511+512us, use 1500us for sure */ - timeout = jiffies + usecs_to_jiffies(1500); + timeout = ktime_add_us(ktime_get(), 1500); udelay(511 + 512); @@ -63,7 +63,7 @@ static u8 mxc_w1_ds2_reset_bus(void *dat /* PST bit is valid after the RPP bit is self-cleared */ if (!(ctrl & MXC_W1_CONTROL_RPP)) return !(ctrl & MXC_W1_CONTROL_PST); - } while (time_is_after_jiffies(timeout)); + } while (ktime_before(ktime_get(), timeout)); return 1; } @@ -76,12 +76,12 @@ static u8 mxc_w1_ds2_reset_bus(void *dat static u8 mxc_w1_ds2_touch_bit(void *data, u8 bit) { struct mxc_w1_device *dev = data; - unsigned long timeout; + ktime_t timeout; writeb(MXC_W1_CONTROL_WR(bit), dev->regs + MXC_W1_CONTROL); /* Wait for read/write bit (60us, Max 120us), use 200us for sure */ - timeout = jiffies + usecs_to_jiffies(200); + timeout = ktime_add_us(ktime_get(), 200); udelay(60); @@ -91,7 +91,7 @@ static u8 mxc_w1_ds2_touch_bit(void *dat /* RDST bit is valid after the WR1/RD bit is self-cleared */ if (!(ctrl & MXC_W1_CONTROL_WR(bit))) return !!(ctrl & MXC_W1_CONTROL_RDST); - } while (time_is_after_jiffies(timeout)); + } while (ktime_before(ktime_get(), timeout)); return 0; }