[PATCH -mm 4/4] Hibernation: Use temporary page tables for kernel text mapping on x86_64

2007-08-27 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Use temporary page tables for the kernel text mapping during hibernation restore on x86_64. Without the patch, the original boot kernel's page tables that represent the kernel text mapping are used while the core of the image kernel is being restored.

Re: [RFC][PATCH -mm 4/4] Hibernation: Use temporary page tables for kernel text mapping on x86_64

2007-08-24 Thread Pavel Machek
On Wed 2007-08-22 18:16:05, Rafael J. Wysocki wrote: > On Wednesday, 22 August 2007 10:29, Pavel Machek wrote: > > Hi! > > > > > Use temporary page tables for the kernel text mapping during hibernation > > > restore > > > on x86_64. > > > > > > Without the patch, the original boot kernel's page

Re: [RFC][PATCH -mm 4/4] Hibernation: Use temporary page tables for kernel text mapping on x86_64

2007-08-22 Thread Rafael J. Wysocki
On Wednesday, 22 August 2007 10:29, Pavel Machek wrote: > Hi! > > > Use temporary page tables for the kernel text mapping during hibernation > > restore > > on x86_64. > > > > Without the patch, the original boot kernel's page tables that represent the > > kernel text mapping are used while the

Re: [RFC][PATCH -mm 4/4] Hibernation: Use temporary page tables for kernel text mapping on x86_64

2007-08-22 Thread Pavel Machek
Hi! > Use temporary page tables for the kernel text mapping during hibernation > restore > on x86_64. > > Without the patch, the original boot kernel's page tables that represent the > kernel text mapping are used while the core of the image kernel is being > restored. However, in principle, if

[RFC][PATCH -mm 4/4] Hibernation: Use temporary page tables for kernel text mapping on x86_64

2007-08-22 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Use temporary page tables for the kernel text mapping during hibernation restore on x86_64. Without the patch, the original boot kernel's page tables that represent the kernel text mapping are used while the core of the image kernel is being restored.