From patchwork Fri Nov 9 06:56:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10675387 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 A30D2109C for ; Fri, 9 Nov 2018 06:57:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 925612DCDB for ; Fri, 9 Nov 2018 06:57:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8628D2E473; Fri, 9 Nov 2018 06:57:04 +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 026C92DCDB for ; Fri, 9 Nov 2018 06:57:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727870AbeKIQgN (ORCPT ); Fri, 9 Nov 2018 11:36:13 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:46840 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727693AbeKIQgN (ORCPT ); Fri, 9 Nov 2018 11:36:13 -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=1swPu5MrWEmdFCYqgf4jQYmZ9Zo/mfNNNsAbI/TFQL4=; b=tS2VzNvxg46HGWJ/BpH4GdNxZo zrO+oXl+uSv43Z3L8Ha6DYwAg6pMcBPwoOvHtlUWjTziViyAzDCkutK80UqzFp/BHdQsU3oinU2Dg uO2o/ry93iw2sUSsTE2wXvk00hxP5ucMjXQ2RQAynjTq7nruOsILd1klY/Au+EB7UjlqpmU80VlVo FY5GJlrPe6E6s9g/FQaJ44G3c7V2uJfJ9s76WMOxVHtaR173qfR0JfSETqL6MvBFLU3DABbxz5tsr cOt9Gp3RmsDEblh8E0D7oLXPhcqCkb1uzFE1AbMlBrOf75y5O8F70NpF+A3y2YXDH1p91swQ/Cdlw 1ec7jvaQ==; Received: from 089144211136.atnat0020.highway.a1.net ([89.144.211.136] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gL0iy-0004xO-Uy; Fri, 09 Nov 2018 06:57:01 +0000 Date: Fri, 9 Nov 2018 07:56:54 +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 fixes for 4.20 Message-ID: <20181109065654.GA12805@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 - revert an RDMA commit that didn't help but caused problems - fix another minor P2P fallout - make sure the multipath device inherits the devices limits of the controllers below The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.20 for you to fetch changes up to 72e43e497b07d607142f07a8c56794261fbe089b: Revert "nvmet-rdma: use a private workqueue for delete" (2018-11-07 09:27:22 +0100) ---------------------------------------------------------------- Christoph Hellwig (1): Revert "nvmet-rdma: use a private workqueue for delete" Sagi Grimberg (2): nvmet: don't try to add ns to p2p map unless it actually uses it nvme: make sure ns head inherits underlying device limits drivers/nvme/host/core.c | 4 +++- drivers/nvme/host/multipath.c | 1 + drivers/nvme/target/core.c | 2 +- drivers/nvme/target/rdma.c | 19 ++++--------------- 4 files changed, 9 insertions(+), 17 deletions(-)