From: Dave Chinner Subject: Re: [PATCH v9 00/16] re-enable DAX PMD support Date: Thu, 3 Nov 2016 12:58:26 +1100 Message-ID: <20161103015826.GI9920@dastard> References: <1478030058-1422-1-git-send-email-ross.zwisler@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, Theodore Ts'o , Alexander Viro , Andreas Dilger , Andrew Morton , Christoph Hellwig , Dan Williams , Jan Kara , Matthew Wilcox , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@lists.01.org, linux-xfs@vger.kernel.org To: Ross Zwisler Return-path: Content-Disposition: inline In-Reply-To: <1478030058-1422-1-git-send-email-ross.zwisler@linux.intel.com> Sender: owner-linux-mm@kvack.org List-Id: linux-ext4.vger.kernel.org On Tue, Nov 01, 2016 at 01:54:02PM -0600, Ross Zwisler wrote: > DAX PMDs have been disabled since Jan Kara introduced DAX radix tree based > locking. This series allows DAX PMDs to participate in the DAX radix tree > based locking scheme so that they can be re-enabled. I've seen patch 0/16 - where did you send the other 16? I need to pick up the bug fix that is in this patch set... > Previously we had talked about this series going through the XFS tree, but > Jan has a patch set that will need to build on this series and it heavily > modifies the MM code. I think he would prefer that series to go through > Andrew Morton's -MM tree, so it probably makes sense for this series to go > through that same tree. Seriously, I was 10 minutes away from pushing out the previous version of this patchset as a stable topic branch, just like has been discussed and several times over the past week. Indeed, I mentioned that I was planning on pushing out this topic branch today not more than 4 hours ago, and you were on the cc list. The -mm tree is not the place to merge patchsets with dependencies like this because it's an unstable, rebasing tree. Hence it cannot be shared and used as the base of common development between multiple git trees like we have for the fs/ subsystem. This needs to go out as a stable topic branch so that other dependent work can reliably build on top of it for the next merge window. e.g. the ext4 DAX iomap patch series that is likely to be merged through the ext4 tree, so it needs a stable branch. There's iomap direct IO patches for XFS pending, and they conflict with this patchset. i.e. we need a stable git base to work from... Cheers, Dave. -- Dave Chinner david@fromorbit.com -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org