Re: [Patch v2 1/2] kaslr: check if kernel location is changed

2014-09-12 Thread Baoquan He
On 09/12/14 at 08:04am, Vivek Goyal wrote: > On Fri, Sep 12, 2014 at 02:20:31PM +0800, Baoquan He wrote: > > Function handle_relocations() is used to do the relocations handling > > for i686 and kaslr of x86_64. For 32 bit the relocation handling is > > mandotary to perform. For x86_64 only when ka

Re: [Patch v2 1/2] kaslr: check if kernel location is changed

2014-09-12 Thread Vivek Goyal
On Fri, Sep 12, 2014 at 02:20:31PM +0800, Baoquan He wrote: > Function handle_relocations() is used to do the relocations handling > for i686 and kaslr of x86_64. For 32 bit the relocation handling is > mandotary to perform. For x86_64 only when kaslr is enabled and a > random kernel location is ch

[Patch v2 1/2] kaslr: check if kernel location is changed

2014-09-11 Thread Baoquan He
Function handle_relocations() is used to do the relocations handling for i686 and kaslr of x86_64. For 32 bit the relocation handling is mandotary to perform. For x86_64 only when kaslr is enabled and a random kernel location is chosen successfully the relocation handling shound be done. However pr