From patchwork Tue Nov 20 16:14:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10690697 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7AF441869 for ; Tue, 20 Nov 2018 16:14:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6A50F28707 for ; Tue, 20 Nov 2018 16:14:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5E99A28B50; Tue, 20 Nov 2018 16:14:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 025FB28707 for ; Tue, 20 Nov 2018 16:14:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728033AbeKUCoR (ORCPT ); Tue, 20 Nov 2018 21:44:17 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:55456 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725887AbeKUCoR (ORCPT ); Tue, 20 Nov 2018 21:44:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dGRISEPatutdt4htlvDjN0TB3+Ix02ppCeJm3f9CJ+M=; b=a4m1lG9vXt+4pCnux/Iqx/tTev IghDXppJQoS7bkaNcmqyefI9bZKFhG3iEfVDRWfp5mVJIi6JdTUpLxPBQltgIE76NDMosRFII8/O/ 1eWzEEaaOBewxgxkI9iT/bonvea32OEnhOafs6tb9Ka+HYOx1k3TygZiWnPO8IBoMkYTX/gnCY7st 8t3fnflWUljqpxFxy4psThzgSXvc3FAoBwfObHDCZtialD83bOXz8K68e05/dBjw9r9Agv72CCpHQ Hic6qD73Z0/BTZnGvVmrR5wKZcp/EP6UK1izEL6TBJkfBMY5qtxDnYlrWPW5Nk+zGuw50UW/pIY/X FLvSnqvg==; Received: from clnet-p19-102.ikbnet.co.at ([83.175.77.102] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gP8fM-0004Ps-UC; Tue, 20 Nov 2018 16:14:21 +0000 Date: Tue, 20 Nov 2018 17:14:11 +0100 From: Christoph Hellwig To: Jens Axboe Cc: Keith Busch , linux-block@vger.kernel.org, Sagi Grimberg , linux-nvme@lists.infradead.org Subject: [GIT PULL] nvme fix for 4.20 Message-ID: <20181120161411.GA1367@infradead.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 8dc765d438f1e42b3e8227b3b09fad7d73f4ec9a: SCSI: fix queue cleanup race before queue initialization is done (2018-11-14 08:19:10 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.20 for you to fetch changes up to 4cff280a5fccf6513ed9e895bb3a4e7ad8b0cedc: nvme-fc: resolve io failures during connect (2018-11-15 11:37:55 +0100) ---------------------------------------------------------------- James Smart (1): nvme-fc: resolve io failures during connect drivers/nvme/host/fc.c | 73 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 10 deletions(-)