From patchwork Thu Jan 10 17:09:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10756297 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 97C2113B4 for ; Thu, 10 Jan 2019 17:09:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 802B729B4A for ; Thu, 10 Jan 2019 17:09:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 73AE129B7F; Thu, 10 Jan 2019 17:09:10 +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 68BFB29B4A for ; Thu, 10 Jan 2019 17:09:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728553AbfAJRJI (ORCPT ); Thu, 10 Jan 2019 12:09:08 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:34872 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728262AbfAJRJI (ORCPT ); Thu, 10 Jan 2019 12:09:08 -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=I/bzm35Pw942Hca27DcXxqYwqpfTEf6pGIBmWwms9tU=; b=iLoGcPLZSvgDcFTnvls1E1O+pu B5IOgxL1DKxAOoUBAjU6BKU9zhwtxBm9vQ8V/zbxQKfe5J8gyvDtKGAx+kXdd391+6e7CHBCDIykT nSQIIkUXLPge/HTQXROFRnrWk6AZAuYWEUR9flrALH11GZetRc0YGz/JiMqRGmcdmQqBwMPmQfHfl B2WKLJ+m/nVrPmN6gAq6LpsTX1ICt0BEoZThWKvr4GMmFEYUzMPQnvhTX11yJlwnyUkJ4SKhtM663 QA18Nrve6ZOLhfSqs4LLU7GLEmoR0JXGRgeq4dUuShHgg6ORsKTutFC8XhwXcxzEPr8Yys7ELPY38 hMyh8yAw==; Received: from 089144213048.atnat0022.highway.a1.net ([89.144.213.48] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1ghdpK-0000UI-9w; Thu, 10 Jan 2019 17:09:06 +0000 Date: Thu, 10 Jan 2019 18:09:03 +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 5.0 Message-ID: <20190110170903.GA8025@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 Hi Jens, please pull the set of small nvme fixes below: The following changes since commit 47cb393ee4815e10ab66f981fed581afdcc7caac: block: doc: add slice_idle_us to bfq documentation (2019-01-09 07:38:48 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-5.0 for you to fetch changes up to b8a38ea64dc714a64f8fb76e311a4f15a3f67861: nvme: don't initlialize ctrl->cntlid twice (2019-01-09 13:47:08 -0500) ---------------------------------------------------------------- Andrey Smirnov (1): nvme: don't initlialize ctrl->cntlid twice Hannes Reinecke (1): nvme-multipath: zero out ANA log buffer Hongbo Yao (1): nvme-pci: fix out of bounds access in nvme_cqe_pending James Dingwall (1): nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN Jianchao Wang (1): nvme-pci: fix the wrong setting of nr_maps Keith Busch (2): nvme-pci: rerun irq setup on IO queue init errors nvme: pad fake subsys NQN vid and ssvid with zeros Liviu Dudau (1): nvme-pci: use the same attributes when freeing host_mem_desc_bufs. Sagi Grimberg (3): nvme-tcp: remove dead code nvme-tcp: don't ask if controller is fabrics nvme-fabrics: unset write/poll queues for discovery controllers drivers/nvme/host/core.c | 19 ++++++------ drivers/nvme/host/fabrics.c | 2 ++ drivers/nvme/host/multipath.c | 2 ++ drivers/nvme/host/nvme.h | 5 ++++ drivers/nvme/host/pci.c | 67 ++++++++++++++++++++++++++++++------------- drivers/nvme/host/tcp.c | 16 ++++------- 6 files changed, 72 insertions(+), 39 deletions(-)