From patchwork Mon Sep 10 06:02:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 10593575 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 8B1A0109C for ; Mon, 10 Sep 2018 06:02:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7157B28C61 for ; Mon, 10 Sep 2018 06:02:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 630A028C64; Mon, 10 Sep 2018 06:02:38 +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 04BAF28C61 for ; Mon, 10 Sep 2018 06:02:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726165AbeIJKy5 (ORCPT ); Mon, 10 Sep 2018 06:54:57 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:47006 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726148AbeIJKy5 (ORCPT ); Mon, 10 Sep 2018 06:54:57 -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=+Et9JzM5+dbtqblv//0/wYF8NkBFzytcL+L5lIUIrxE=; b=fUHKjlXV245KvFIPjjDPK0T7C2 1r4l0sXMr4DUAj/yP4/o4hMvDPGMCK6sO1h1IYMk20/O63pdMF9koxqP50qFvoxNpa+6ybQO1Sbk8 xJ4lJnSRsyrriL1er2O6oRO7EFIljXIFTuGwAP2vXk4j6fz0k/iyrGjuJf3Tf15WOJFpTnEupb2zc FJscSTeH2QiZlUE6b3D6d447PNpxjRgtdy5zIrs1x+CTlscmke85LCPqN+fOTM0bWExQUorudP5/p IpLb1Ya0wZzKyBbIOoOj30NZ32LR0o7FqElW9I3/9XD4JXxUPtGFWpsOpI+X0nsCGiK7uTOpZcoIw SkbDDKig==; Received: from 213-225-3-213.nat.highway.a1.net ([213.225.3.213] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fzFHN-00068o-Dn; Mon, 10 Sep 2018 06:02:34 +0000 Date: Mon, 10 Sep 2018 08:02:30 +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: <20180910060230.GA27071@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 bc811f05d77f47059c197a98b6ad242eb03999cb: nbd: don't allow invalid blocksize settings (2018-09-04 11:54:58 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git nvme-4.19 for you to fetch changes up to 8407879c4e0d7731f6e7e905893cecf61a7762c7: nvmet-rdma: fix possible bogus dereference under heavy load (2018-09-05 12:18:01 -0700) ---------------------------------------------------------------- Sagi Grimberg (1): nvmet-rdma: fix possible bogus dereference under heavy load drivers/nvme/target/rdma.c | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-)