Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1611022pxb; Mon, 11 Oct 2021 09:26:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzzGhXTcX9o3JAY83xM4Ni2Uqbb6qVze1Au2/EQ9a+/Z5v9QibbnmjgcJW1qsUzD6/zt1MU X-Received: by 2002:a63:2c02:: with SMTP id s2mr18908713pgs.205.1633969617177; Mon, 11 Oct 2021 09:26:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633969617; cv=none; d=google.com; s=arc-20160816; b=uyHHbSrvYaLRxDkeyrAR6HaGbnjhaqjIzpNoGQMWQsGd825FebZhU42lzmFVeUvyvX shLM4a0/DgQu82j3QAAyYIlrd6IMFJIDp6Fda91KMcegZ1aC97q31aE10rZ17VeVuE4v t1rQv5lY30WcHdieY9zk9D9yNCbGgAEfXYNUX5R09lk5zXT7++tqT83VqsdTN03xavB1 raKQpuCNvtzqCnjMcGSJVh9r3JqlCVMJwmhiSIsJhgKPcoIx09tdwrsmPb/20alucEgZ 5OIJK0g0CvNwyT6TD6068+Ir1X2i40wY/EysujucwSs622d0ymOk2is/nVLkELb3pDLH je9A== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=MZCuijau4m3N9eRqcje3uY37K31bsx9IvgotT2igJqI=; b=NGHj7ZloWhPvhdtNj3lWdImMte0NR6q9oBhUo2LPHBEGi42ljtfeKzEOmI4OSqv6uJ dUcXIdFGBkbEPmxWbiJ7rfOWsSZL4tey7i8MZZFZjWNKiKXmrkl1XvUnBRB4AOJ+bmwj 0TMoKZsJ+IW2cU3GalgpIwlG5U+PuhzmCj9SemvdpNy5+lcZyquyjcIQVg4kVx05XWwp N+TLfJwcc7vDMOPDOxK1CX0SspC85yx90mTDy5hAhndA02F+bW/frn3APjR+7O2DnXut g5EyvK/NhSsdfK2TSNjpXFJWGQe9zCHbJOdRK8d4qztczfhK3NhzlCl3EhcVl2amRQ7X yTNg== ARC-Authentication-Results: i=1; mx.google.com; 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=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v191si10520989pgd.610.2021.10.11.09.26.43; Mon, 11 Oct 2021 09:26:57 -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; 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=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235185AbhJKNRI (ORCPT + 99 others); Mon, 11 Oct 2021 09:17:08 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:48686 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231538AbhJKNRH (ORCPT ); Mon, 11 Oct 2021 09:17:07 -0400 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id AACA61F424D4; Mon, 11 Oct 2021 14:15:06 +0100 (BST) Date: Mon, 11 Oct 2021 15:15:01 +0200 From: Boris Brezillon To: Sean Nyekjaer Cc: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Boris Brezillon , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] mtd: mtdconcat: add suspend lock handling Message-ID: <20211011151501.48cc9289@collabora.com> In-Reply-To: <20211011115253.38497-4-sean@geanix.com> References: <20211011115253.38497-1-sean@geanix.com> <20211011115253.38497-4-sean@geanix.com> Organization: Collabora X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 11 Oct 2021 13:52:53 +0200 Sean Nyekjaer wrote: > Use new suspend lock handling for this special case for concatenated > MTD devices. > > Fixes: 013e6292aaf5 ("mtd: rawnand: Simplify the locking") > Signed-off-by: Sean Nyekjaer > --- > drivers/mtd/mtdconcat.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/drivers/mtd/mtdconcat.c b/drivers/mtd/mtdconcat.c > index f685a581df48..c497c851481f 100644 > --- a/drivers/mtd/mtdconcat.c > +++ b/drivers/mtd/mtdconcat.c > @@ -561,25 +561,32 @@ static void concat_sync(struct mtd_info *mtd) > > static int concat_suspend(struct mtd_info *mtd) > { > + struct mtd_info *master = mtd_get_master(mtd); > struct mtd_concat *concat = CONCAT(mtd); > int i, rc = 0; > > for (i = 0; i < concat->num_subdev; i++) { > struct mtd_info *subdev = concat->subdev[i]; > - if ((rc = mtd_suspend(subdev)) < 0) > + > + down_write(&master->master.suspend_lock); > + if ((rc = __mtd_suspend(subdev)) < 0) > return rc; > + up_write(&master->master.suspend_lock); > } > return rc; > } > > static void concat_resume(struct mtd_info *mtd) > { > + struct mtd_info *master = mtd_get_master(mtd); > struct mtd_concat *concat = CONCAT(mtd); > int i; > > for (i = 0; i < concat->num_subdev; i++) { > struct mtd_info *subdev = concat->subdev[i]; > - mtd_resume(subdev); > + down_write(&master->master.suspend_lock); > + __mtd_resume(subdev); > + up_write(&master->master.suspend_lock); > } > } > Why do we need to implement the _suspend/_resume() hooks here? The underlying MTD devices should be suspended at some point (when the class ->suspend() method is called on those device), and there's nothing mtdconcat-specific to do here. Looks like implementing this suspend-all-subdevs loop results in calling mtd->_suspend()/_resume() twice, which is useless. The only issue I see is if the subdevices haven't been registered to the device model, but that happens, I believe we have bigger issues (those devices won't be suspended when mtdconcat is not used).