On Mon, 6 Mar 2017, Linus Torvalds wrote: > On Mon, Mar 6, 2017 at 5:53 AM, Kirill A. Shutemov > <kirill.shutemov@xxxxxxxxxxxxxxx> wrote: > > Here is v4 of 5-level paging patchset. Please review and consider applying. > > I think we should just aim for this being in 4.12. I don't see any > real reason to delay merging it, the main question in my mind is which > tree it would go through. A separate x86 -tip branch, or Andrew's mm > tree or me just pulling directly, or what? We can take it through -tip and I prefer to do so as there are other changes in the page table code lurking. We probably need to split it apart: - Apply the mm core only parts to a branch which can be pulled into Andrews mm-tree - Base the x86 changes on top of it So both worlds can work on top of the mm core parts (almost independently). From what I have seen so far, it's more likely that we get delta changes/fixes on the x86 side than on the mm core side. And if we get changes on the mm core side, we can deal with that via the seperate mm core branch. Andrew, does that work for you? Thanks, tglx