Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1104815pxa; Thu, 20 Aug 2020 02:35:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyl3J+jqqSl3i+3Te6m7MhviGRMxp9HGGcxT0y1UJR1tfahHnFgLoNYLunOGwt0fbuTIlL7 X-Received: by 2002:a50:fc02:: with SMTP id i2mr2025178edr.121.1597916142441; Thu, 20 Aug 2020 02:35:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597916142; cv=none; d=google.com; s=arc-20160816; b=atVAp5SqnYrk18UKaViwG3jK33eJnzTS68zpyp2bxP2gDFVE5GegbMPohOGZ5rplkH wJ4q7AODYn7z+pZPvtDeRQIVY7LrdFz087DKJAK9C3jnaGX/H15saI4TUJrbNNpE9ngU gpJBydYyXG6QFbndahtl+KiovUC/RVH9KSHIfTByirSvMpwoSMp5NNRqkexfeBpSBHDZ yj926O2gRK2cFdOC1iCv7RwnPX7tJQiqowvb1l41rqAMuRTg0XEU8/C8rBs0VxLLCmfh VME11TECXcCdJPn284GNymX5nsqqBnIiE7UAO/HblrjA7GV6KN9rNrykrzgUMhhVzqBw 1HDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=GD78CJ9Z/CQrrx94JTWyrrp3ZQEyvPhMxBNvybppNI8=; b=iyQIHPd93M9jKQUr64YC17TrwLylzCsGbp2WImalMJib9FY6Rrl73JRKaXw8A7Kxhc KfeoyCwa2hbo3eKK/qTqn/PhON1Zdif0XBF1frKeTBKuZeo53fwOjVGf3AlpCIHdEcvq JeKQp0zity2tAN7Y0tCdykWUIsnqPn+CDzSAgr1aqK3cW126TSktpSQXlLe100VEPtba cb71nPExwzqH23l2Q4FAy9dLMPHY7yM6nYORqKTZT179BLVPU/ylM4GhqevGosucHG83 E76M1Qq0BohBHcx0lYGv72b+cgdt8w3qEzlxUrZlo9CsK7GSoHy7MDFl6GoOTd7kKHY1 HTUQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=P2vTAywd; 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 d5si883248ejb.58.2020.08.20.02.35.18; Thu, 20 Aug 2020 02:35:42 -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=@kernel.org header.s=default header.b=P2vTAywd; 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 S1728473AbgHTJej (ORCPT + 99 others); Thu, 20 Aug 2020 05:34:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:43512 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727034AbgHTJbc (ORCPT ); Thu, 20 Aug 2020 05:31:32 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 DE22A22B49; Thu, 20 Aug 2020 09:31:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597915892; bh=v07Xbj/HWPbOQkiZOboDC1XwxejTbPaUZpj8iwaDbXk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P2vTAywdSM+SObblT6u8PDDFO/sVIYOEGSZ2AUeLrToXZjmd3T52yfmNptKt+wNNL uPBTdLmQWCw5Cuk5ChfQg20hxitb/BNb8hGPYlx1Am9t0hGgnYRkgTLr7VTd2HbH61 e+7v9vuiswdV7uB4KHD2HoezHnuMPWb6Y2fIEmvo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Wolfram Sang , =?UTF-8?q?Niklas=20S=C3=B6derlund?= , Wolfram Sang , Sasha Levin Subject: [PATCH 5.8 172/232] i2c: rcar: avoid race when unregistering slave Date: Thu, 20 Aug 2020 11:20:23 +0200 Message-Id: <20200820091621.150029215@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200820091612.692383444@linuxfoundation.org> References: <20200820091612.692383444@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Wolfram Sang [ Upstream commit c7c9e914f9a0478fba4dc6f227cfd69cf84a4063 ] Due to the lockless design of the driver, it is theoretically possible to access a NULL pointer, if a slave interrupt was running while we were unregistering the slave. To make this rock solid, disable the interrupt for a short time while we are clearing the interrupt_enable register. This patch is purely based on code inspection. The OOPS is super-hard to trigger because clearing SAR (the address) makes interrupts even more unlikely to happen as well. While here, reinit SCR to SDBS because this bit should always be set according to documentation. There is no effect, though, because the interface is disabled. Fixes: 7b814d852af6 ("i2c: rcar: avoid race when unregistering slave client") Signed-off-by: Wolfram Sang Reviewed-by: Niklas Söderlund Signed-off-by: Wolfram Sang Signed-off-by: Sasha Levin --- drivers/i2c/busses/i2c-rcar.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-rcar.c b/drivers/i2c/busses/i2c-rcar.c index 76c615be5acae..9e883474db8ce 100644 --- a/drivers/i2c/busses/i2c-rcar.c +++ b/drivers/i2c/busses/i2c-rcar.c @@ -866,12 +866,14 @@ static int rcar_unreg_slave(struct i2c_client *slave) WARN_ON(!priv->slave); - /* disable irqs and ensure none is running before clearing ptr */ + /* ensure no irq is running before clearing ptr */ + disable_irq(priv->irq); rcar_i2c_write(priv, ICSIER, 0); - rcar_i2c_write(priv, ICSCR, 0); + rcar_i2c_write(priv, ICSSR, 0); + enable_irq(priv->irq); + rcar_i2c_write(priv, ICSCR, SDBS); rcar_i2c_write(priv, ICSAR, 0); /* Gen2: must be 0 if not using slave */ - synchronize_irq(priv->irq); priv->slave = NULL; pm_runtime_put(rcar_i2c_priv_to_dev(priv)); -- 2.25.1