From patchwork Thu Sep 8 16:15:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Logan Gunthorpe X-Patchwork-Id: 12970334 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D9EDC38145 for ; Thu, 8 Sep 2022 16:16:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231935AbiIHQP7 (ORCPT ); Thu, 8 Sep 2022 12:15:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231320AbiIHQPi (ORCPT ); Thu, 8 Sep 2022 12:15:38 -0400 Received: from ale.deltatee.com (ale.deltatee.com [204.191.154.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 207952F65A; Thu, 8 Sep 2022 09:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=deltatee.com; s=20200525; h=Subject:MIME-Version:Message-Id:Date:Cc:To:From :references:content-disposition:in-reply-to; bh=MUbL2/8sV8NjRJrfnFrUb43I1jVP85ixEqFrubpQfm0=; b=bk67QBxBQCfIeJgkM/gnPK13OG C9io++B7NX0eEYm0VC9p7mg+GxzDCW/KyEKq0aoUf1BdfstWZGB61epgGIvYtgya7fqCY+FvgwN3q E1a6Dg5Gbq5zexTnA+X0hPm6a70sZyiK3vktHlUFrk0O2w+2EqQrewlHrcAeURNBAAFwSEr+H2yXx gpVtcGd4HbOJauGCsUh0BA2mMjPsKCoQEgHhrcG7ykvXYxD2iX4UVrPn/MEJsLF70elZURqBwG6i6 Ps7YJjIY2ng7LzYg/jA+ZaqZEgJgKmMhPA4tCDqV5AxoVSWhTKbekg7tIJmK4uswDvL8bbo4yjMPX z4iCAVig==; Received: from cgy1-donard.priv.deltatee.com ([172.16.1.31]) by ale.deltatee.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oWKBW-001jJy-2K; Thu, 08 Sep 2022 10:15:22 -0600 Received: from gunthorp by cgy1-donard.priv.deltatee.com with local (Exim 4.94.2) (envelope-from ) id 1oWKBU-00019B-BW; Thu, 08 Sep 2022 10:15:20 -0600 From: Logan Gunthorpe To: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Song Liu Cc: Christoph Hellwig , Guoqing Jiang , Stephen Bates , Martin Oliveira , David Sloan , Logan Gunthorpe Date: Thu, 8 Sep 2022 10:15:13 -0600 Message-Id: <20220908161516.4361-1-logang@deltatee.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 172.16.1.31 X-SA-Exim-Rcpt-To: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, song@kernel.org, hch@infradead.org, guoqing.jiang@linux.dev, sbates@raithlin.com, Martin.Oliveira@eideticom.com, David.Sloan@eideticom.com, logang@deltatee.com X-SA-Exim-Mail-From: gunthorp@deltatee.com Subject: [PATCH v2 0/3] A couple more bug fixes X-SA-Exim-Version: 4.2.1 (built Sat, 13 Feb 2021 17:57:42 +0000) X-SA-Exim-Scanned: Yes (on ale.deltatee.com) Precedence: bulk List-ID: X-Mailing-List: linux-raid@vger.kernel.org Hey, The first two patches are a resend of the two sent earlier with tags collected and a couple minor typos fixed. The third patch fixes the deadlock issue I brought up in another email. These patches are based on the current md/md-next branch (526bd69b9d3). Thanks, Logan --- David Sloan (1): md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk() Logan Gunthorpe (2): md: Remove extra mddev_get() in md_seq_start() md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d drivers/md/md.c | 1 - drivers/md/raid5.c | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) base-commit: 526bd69b9d330eed1db59b2cf6a7d18caf866847 -- 2.30.2