From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B65F3C4724C for ; Thu, 30 Apr 2020 15:30:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 880CD2076D for ; Thu, 30 Apr 2020 15:30:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="O97cLtHY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 880CD2076D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=vDQBw9BuTKRouxWwEa1UwvCsgBU6Od+bdbgk1Mpu7XM=; b=O97cLtHYPhneKX WT9qotDtv++ZzbZQKxZ3CtEvxiBrKllsjQlKswp1gd3JjXwM/iWK6IsOddLjPaNL9PcKRY3HL90zG Lg6vSganaV+upqlzdwU6yBu03h78iNOynD/l/PiiKd5k/y0lFOxg5zO3nAqYy3ky1en27yd1IonWw RVn/i8Mow4w/+lwBtXk4GTA7kMMi8baA7acotr9v05epju+SlFcgucOlT3ji7Onf+HbccFiamsUMr EtSK3Xv+gBl3M91O1Z9q4ymirq8AozO9wM+F+lVSHGc3dnFuo9ir0g4Z/QRQeIYc/nqeODg7tOPP4 B4YcZNzZyJiOdbhuajOA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jUB9G-0000us-01; Thu, 30 Apr 2020 15:30:50 +0000 Received: from 089144205116.atnat0014.highway.webapn.at ([89.144.205.116] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jUB9C-0000se-O1; Thu, 30 Apr 2020 15:30:47 +0000 Date: Thu, 30 Apr 2020 17:28:32 +0200 From: Christoph Hellwig To: Jens Axboe Subject: [GIT PULL] nvme fix for 5.7 Message-ID: <20200430152832.GA2579034@infradead.org> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Keith Busch , linux-block@vger.kernel.org, Sagi Grimberg , linux-nvme@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org The following changes since commit d205bde78fa53e1ce256b1f7f65ede9696d73ee5: null_blk: Cleanup zoned device initialization (2020-04-23 09:35:09 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-5.7 for you to fetch changes up to 132be62387c7a72a38872676c18b0dfae264adb8: nvme: prevent double free in nvme_alloc_ns() error handling (2020-04-27 17:08:06 +0200) ---------------------------------------------------------------- Niklas Cassel (1): nvme: prevent double free in nvme_alloc_ns() error handling drivers/nvme/host/core.c | 2 ++ 1 file changed, 2 insertions(+) _______________________________________________ linux-nvme mailing list linux-nvme@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-nvme