Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Linus Torvalds
On Mon, Nov 27, 2017 at 11:43 AM, Linus Torvalds wrote: > > I'll happily take some of the cleanup and prep patches if people want > those to go in separately. Actually, perhaps we should not strive to do that. Because particularly if we expect that this will want to be back-ported into at least

Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Linus Torvalds
On Mon, Nov 27, 2017 at 2:48 AM, Ingo Molnar wrote: > Sending this out for another round of review. Ok, I have tried to go through the patches, and I don't see anything horrible, but honestly, at this point I'd rather leave it for 4.16. We're presumably going to have to back-port these things an

Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Ingo Molnar
* Ingo Molnar wrote: > > diff --git a/arch/x86/boot/compressed/pagetable.c > > b/arch/x86/boot/compressed/pagetable.c > > index d5364ca2e3f9..63eaa71ad9f1 100644 > > --- a/arch/x86/boot/compressed/pagetable.c > > +++ b/arch/x86/boot/compressed/pagetable.c > > @@ -22,6 +22,7 @@ > > * the SME s

Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Ingo Molnar
* Borislav Petkov wrote: > On Mon, Nov 27, 2017 at 02:57:17PM +0100, Thomas Gleixner wrote: > > On Mon, 27 Nov 2017, Borislav Petkov wrote: > > > On Mon, Nov 27, 2017 at 11:48:59AM +0100, Ingo Molnar wrote: > > > > Sending this out for another round of review. > > > > > > > > These are the main

Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Borislav Petkov
On Mon, Nov 27, 2017 at 02:57:17PM +0100, Thomas Gleixner wrote: > On Mon, 27 Nov 2017, Borislav Petkov wrote: > > On Mon, Nov 27, 2017 at 11:48:59AM +0100, Ingo Molnar wrote: > > > Sending this out for another round of review. > > > > > > These are the main KAISER patches, on top of the preparato

Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Thomas Gleixner
On Mon, 27 Nov 2017, Borislav Petkov wrote: > On Mon, Nov 27, 2017 at 11:48:59AM +0100, Ingo Molnar wrote: > > Sending this out for another round of review. > > > > These are the main KAISER patches, on top of the preparatory series I just > > sent. > > This includes KAISER support plus enhanceme

Re: [PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Borislav Petkov
On Mon, Nov 27, 2017 at 11:48:59AM +0100, Ingo Molnar wrote: > Sending this out for another round of review. > > These are the main KAISER patches, on top of the preparatory series I just > sent. > This includes KAISER support plus enhancements on top, all the latest code. > > ( All review feedb

[PATCH 00/24] x86/mm: Add KAISER support

2017-11-27 Thread Ingo Molnar
Sending this out for another round of review. These are the main KAISER patches, on top of the preparatory series I just sent. This includes KAISER support plus enhancements on top, all the latest code. ( All review feedback so far is incorporated - if anything is missing please let me know. )