From patchwork Thu Sep 20 06:26:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10607051 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 C35511508 for ; Thu, 20 Sep 2018 06:27:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B20D92AC58 for ; Thu, 20 Sep 2018 06:27:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A4BB42AD1D; Thu, 20 Sep 2018 06:27:14 +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 4DB872AC58 for ; Thu, 20 Sep 2018 06:27:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731880AbeITMJB (ORCPT ); Thu, 20 Sep 2018 08:09:01 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:48474 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731651AbeITMJB (ORCPT ); Thu, 20 Sep 2018 08:09:01 -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=+ij+4K+ReRl+7aE1K0VU6Cm+wH275T+S6dxTelgNHNs=; b=pqI94OPCQnoqVq1GxPLvi+YIeK z6XjN0JWTw1u2QP1qDajI65NOQJ/Q8FyUtpL/F+u9BUlvvDPxiIwOhQyAP7iTNHAmVPOPuwJJtPC0 Ad7nUm+2AGgbjAWGjCvsJNZe76ZwXnRq7P1fe7UyuS5xSxncL3BvSZvOnlkbYFRhbV3j2VKQ4Re9a wQ7opuL4LHDmbthMALB2fWqu5WUCxer2D63rmXV8TNwNcBRw1Qao/rSHOmt40PiNQ+0a8TsIwUMRL DLI1BY6L29qfhAr63l8gtly+FaaoR+tu95XvR6oyqg4URXX8CpYSk8j+Mr9wfCzdPNV4uXpvW65X+ dbCCiGuw==; Received: from 089144198037.atnat0007.highway.a1.net ([89.144.198.37] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1g2sQZ-0000eQ-9l; Thu, 20 Sep 2018 06:27:03 +0000 Date: Thu, 20 Sep 2018 08:26:59 +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 fix for 4.19 Message-ID: <20180920062659.GA18562@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 b228ba1cb95afbaeeb86cf06cd9fd6f6369c3b14: null_blk: fix zoned support for non-rq based operation (2018-09-12 18:21:11 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.19 for you to fetch changes up to be1277f5eb17a2e5788139eabb0b53dd04c695f3: nvme: count all ANA groups for ANA Log page (2018-09-17 15:49:40 +0200) ---------------------------------------------------------------- Hannes Reinecke (1): nvme: count all ANA groups for ANA Log page drivers/nvme/target/admin-cmd.c | 4 ++++ 1 file changed, 4 insertions(+)