Re: [PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging

From: Andi Kleen
Date: Fri May 26 2017 - 09:35:11 EST


> Even ignoring all of above, I don't see much benefit of having per-mm
> switching. It adds complexity without much benefit -- saving few lines of
> logic during early boot doesn't look as huge win to me.

Also giving kthreads a different VM would prevent lazy VM switching
when switching from/to idle, which can be quite important for performance
when doing fast IO.

-Andi