Re: [PATCH v1 0/2] x86/power/64: Make KASLR memory randomization compatible with hibernation

2016-08-01 Thread Rafael J. Wysocki
On Tuesday, August 02, 2016 01:48:13 AM Rafael J. Wysocki wrote: > On Monday, August 01, 2016 10:07:58 AM Thomas Garnier wrote: > > ***Background: > > KASLR memory randomization for x86_64 was added when KASLR did not support > > hibernation. Now that it does, some changes are needed. > > > >

Re: [PATCH v1 0/2] x86/power/64: Make KASLR memory randomization compatible with hibernation

2016-08-01 Thread Rafael J. Wysocki
On Tuesday, August 02, 2016 01:48:13 AM Rafael J. Wysocki wrote: > On Monday, August 01, 2016 10:07:58 AM Thomas Garnier wrote: > > ***Background: > > KASLR memory randomization for x86_64 was added when KASLR did not support > > hibernation. Now that it does, some changes are needed. > > > >

Re: [PATCH v1 0/2] x86/power/64: Make KASLR memory randomization compatible with hibernation

2016-08-01 Thread Rafael J. Wysocki
On Monday, August 01, 2016 10:07:58 AM Thomas Garnier wrote: > ***Background: > KASLR memory randomization for x86_64 was added when KASLR did not support > hibernation. Now that it does, some changes are needed. > > ***Problems that needed solving: > Hibernation was failing on reboot with a GP

Re: [PATCH v1 0/2] x86/power/64: Make KASLR memory randomization compatible with hibernation

2016-08-01 Thread Rafael J. Wysocki
On Monday, August 01, 2016 10:07:58 AM Thomas Garnier wrote: > ***Background: > KASLR memory randomization for x86_64 was added when KASLR did not support > hibernation. Now that it does, some changes are needed. > > ***Problems that needed solving: > Hibernation was failing on reboot with a GP

[PATCH v1 0/2] x86/power/64: Make KASLR memory randomization compatible with hibernation

2016-08-01 Thread Thomas Garnier
***Background: KASLR memory randomization for x86_64 was added when KASLR did not support hibernation. Now that it does, some changes are needed. ***Problems that needed solving: Hibernation was failing on reboot with a GP fault when CONFIG_RANDOMIZE_MEMORY was enabled. Two issues were

[PATCH v1 0/2] x86/power/64: Make KASLR memory randomization compatible with hibernation

2016-08-01 Thread Thomas Garnier
***Background: KASLR memory randomization for x86_64 was added when KASLR did not support hibernation. Now that it does, some changes are needed. ***Problems that needed solving: Hibernation was failing on reboot with a GP fault when CONFIG_RANDOMIZE_MEMORY was enabled. Two issues were