From patchwork Wed Aug 29 16:51:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10580647 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 9B91B175A for ; Wed, 29 Aug 2018 16:51:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B7FB2B779 for ; Wed, 29 Aug 2018 16:51:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7FBA32B775; Wed, 29 Aug 2018 16:51:26 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 2C8D82B7A4 for ; Wed, 29 Aug 2018 16:51:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727621AbeH2UtL (ORCPT ); Wed, 29 Aug 2018 16:49:11 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:52884 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727293AbeH2UtL (ORCPT ); Wed, 29 Aug 2018 16:49:11 -0400 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=Dt1lXvn+t+32cx85tstdit8qs1+xBvZ58uCbuK9KpDI=; b=kxCRId4LsIn+JEOhjuBn/kcrVA UXcV1CZUDV+XRhCrB70rUIp/1gtgJCvCLF03GpDbw4sCqOCcOqrb8y03oeS4i96V2pltObzphwDsm JvDc9pULnCU1tXT826yN33YBjiHXuH3LbhiPhSFcnqCItq+dyuzY2toL+bhTFMl6xqpacNcISiQ+7 yVc1fAUDETxwobQfI4/Yhtde4K/QlxNR0MmD4FzptkMPnDvWIGp18e5RhLX7l0r++LaMjCFr+WwuJ MrTdSaPsG8wgyTI7wDmDzFGDSRRRkVLji0AyySP2HuP3N6L8YtXnCgRbmjhxRjaxjcEsF7qOrjJcn sW2r7+xg==; Received: from 089144212043.atnat0021.highway.a1.net ([89.144.212.43] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fv3ge-0002Fh-1u; Wed, 29 Aug 2018 16:51:20 +0000 Date: Wed, 29 Aug 2018 18:51:14 +0200 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 fixes for 4.19 Message-ID: <20180829165114.GA15464@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 db193954ed9e35701b6e489fa4cc97b08589341b: block: bsg: move atomic_t ref_count variable to refcount API (2018-08-27 19:17:02 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.19 for you to fetch changes up to 04db0e5ec58167364a80fd33ddb4f3b67434eb85: nvmet: free workqueue object if module init fails (2018-08-28 08:40:44 +0200) ---------------------------------------------------------------- Chaitanya Kulkarni (1): nvmet: free workqueue object if module init fails James Smart (1): nvme-fcloop: Fix dropped LS's to removed target port Michal Wnukowski (1): nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event drivers/nvme/host/pci.c | 8 ++++++++ drivers/nvme/target/core.c | 4 +++- drivers/nvme/target/fcloop.c | 3 ++- 3 files changed, 13 insertions(+), 2 deletions(-)