Re: [PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time

2017-09-04 Thread Kirill A. Shutemov
On Sun, Aug 27, 2017 at 02:29:26PM +0300, Cyrill Gorcunov wrote: > On Mon, Aug 21, 2017 at 06:29:03PM +0300, Kirill A. Shutemov wrote: > > This patch prepare decompression code to boot-time switching between 4- > > and 5-level paging. > > > > Signed-off-by: Kirill A. Shutemov

Re: [PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time

2017-09-04 Thread Kirill A. Shutemov
On Sun, Aug 27, 2017 at 02:29:26PM +0300, Cyrill Gorcunov wrote: > On Mon, Aug 21, 2017 at 06:29:03PM +0300, Kirill A. Shutemov wrote: > > This patch prepare decompression code to boot-time switching between 4- > > and 5-level paging. > > > > Signed-off-by: Kirill A. Shutemov > > --- > >

Re: [PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time

2017-08-27 Thread Cyrill Gorcunov
On Mon, Aug 21, 2017 at 06:29:03PM +0300, Kirill A. Shutemov wrote: > This patch prepare decompression code to boot-time switching between 4- > and 5-level paging. > > Signed-off-by: Kirill A. Shutemov > --- > arch/x86/boot/compressed/head_64.S | 24

Re: [PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time

2017-08-27 Thread Cyrill Gorcunov
On Mon, Aug 21, 2017 at 06:29:03PM +0300, Kirill A. Shutemov wrote: > This patch prepare decompression code to boot-time switching between 4- > and 5-level paging. > > Signed-off-by: Kirill A. Shutemov > --- > arch/x86/boot/compressed/head_64.S | 24 > 1 file changed,

[PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time

2017-08-21 Thread Kirill A. Shutemov
This patch prepare decompression code to boot-time switching between 4- and 5-level paging. Signed-off-by: Kirill A. Shutemov --- arch/x86/boot/compressed/head_64.S | 24 1 file changed, 24 insertions(+) diff --git

[PATCHv5 06/19] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time

2017-08-21 Thread Kirill A. Shutemov
This patch prepare decompression code to boot-time switching between 4- and 5-level paging. Signed-off-by: Kirill A. Shutemov --- arch/x86/boot/compressed/head_64.S | 24 1 file changed, 24 insertions(+) diff --git a/arch/x86/boot/compressed/head_64.S