From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Tue, 24 May 2016 10:29:20 -0400 Subject: [PATCH] NVMe: Only release requested regions In-Reply-To: <20160524091917.GA10185@infradead.org> References: <1462886068-14605-1-git-send-email-jthumshirn@suse.de> <20160524091552.wmquryos2itoi767@c203.arch.suse.de> <20160524091917.GA10185@infradead.org> Message-ID: <20160524142919.GG17208@localhost.localdomain> On Tue, May 24, 2016@02:19:17AM -0700, Christoph Hellwig wrote: > On Tue, May 24, 2016@11:15:52AM +0200, Johannes Thumshirn wrote: > > As I've probably missed v4.7, is it possible to get it for v4.8? > > Or should I take on the PCI helper functions Christoph suggested first? > > Let's get the quick fix in first, and I think it's still 4.7 material. Agreed. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755694AbcEXOWM (ORCPT ); Tue, 24 May 2016 10:22:12 -0400 Received: from mga09.intel.com ([134.134.136.24]:41545 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753989AbcEXOWG (ORCPT ); Tue, 24 May 2016 10:22:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,360,1459839600"; d="scan'208";a="973529636" Date: Tue, 24 May 2016 10:29:20 -0400 From: Keith Busch To: Christoph Hellwig Cc: Johannes Thumshirn , Jens Axboe , linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH] NVMe: Only release requested regions Message-ID: <20160524142919.GG17208@localhost.localdomain> References: <1462886068-14605-1-git-send-email-jthumshirn@suse.de> <20160524091552.wmquryos2itoi767@c203.arch.suse.de> <20160524091917.GA10185@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160524091917.GA10185@infradead.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 24, 2016 at 02:19:17AM -0700, Christoph Hellwig wrote: > On Tue, May 24, 2016 at 11:15:52AM +0200, Johannes Thumshirn wrote: > > As I've probably missed v4.7, is it possible to get it for v4.8? > > Or should I take on the PCI helper functions Christoph suggested first? > > Let's get the quick fix in first, and I think it's still 4.7 material. Agreed.