Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757950AbcLPTiA (ORCPT ); Fri, 16 Dec 2016 14:38:00 -0500 Received: from gateway31.websitewelcome.com ([192.185.143.40]:41800 "EHLO gateway31.websitewelcome.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754199AbcLPThw (ORCPT ); Fri, 16 Dec 2016 14:37:52 -0500 X-Greylist: delayed 1109 seconds by postgrey-1.27 at vger.kernel.org; Fri, 16 Dec 2016 14:37:52 EST Message-ID: In-Reply-To: <365e0b2b-06b1-dc0b-a9ae-dc901ca98d6a@fb.com> References: <1481914491-21456-1-git-send-email-sbates@raithlin.com> <365e0b2b-06b1-dc0b-a9ae-dc901ca98d6a@fb.com> Date: Fri, 16 Dec 2016 13:37:46 -0600 Subject: Re: [PATCH 0/2] nvme: Improvements in sysfs entry for NVMe CMBs From: "Stephen Bates" To: "Jens Axboe" Cc: linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, james_p_freyensee@linux.intel.com, sagi@grimberg.me, jonathan.derrick@intel.com User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - estate.websitewelcome.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [1547 32008] / [47 12] X-AntiAbuse: Sender Address Domain - raithlin.com X-BWhitelist: no X-Source-IP: X-Exim-ID: 1cHyKA-0003kZ-Ia X-Source: X-Source-Args: /usr/local/cpanel/3rdparty/php/54/bin/php-cgi /usr/local/cpanel/base/3rdparty/squirrelmail/src/compose.php X-Source-Dir: /usr/local/cpanel/base/3rdparty/squirrelmail/src X-Source-Sender: X-Source-Auth: raithlin X-Email-Count: 6 X-Source-Cap: cmFpdGhsaW47c2NvdHQ7ZXN0YXRlLndlYnNpdGV3ZWxjb21lLmNvbQ== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 16 >> Jens I based this off v4.9 because for some reason your for-4.10/block >> is missing my original CMB commit (202021c1a63c6)? > > for-4.10/block was forked off v4.9-rc1, and that patch didn't make it in > until v4.9-rc2. Since for-4.10/block has been merged, any patches for this > series or next should be based on my for-linus, or just master. > > Assuming these two apply directly to master as well? > > Ah thanks for clearing up my confusion ;-). Yes, this series applies cleanly to both your master and for-linus branches. Stephen