Re: [PATCHv4 00/33] 5-level paging

From: Linus Torvalds
Date: Mon Mar 06 2017 - 14:04:23 EST


On Mon, Mar 6, 2017 at 10:42 AM, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> 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

I'll happily take some of the preparatory patches for 4.11 too. Some
of them just don't seem to have any downside. The cpuid stuff, and the
basic scaffolding we could easily merge early. That includes the dummy
5level code, ie "5level-fixup.h" and even some of the mm side that
doesn't actually change anything and just prepares for the real code.

But having some base branch too just for avoiding conflicts with
whatever mm stuff that Andrew keeps around sounds fine too.

Linus