Re: [PATCH v2 0/9] randomize kernel physical address and virtual address separately

2015-03-05 Thread Yinghai Lu
On Thu, Mar 5, 2015 at 7:57 AM, Baoquan He wrote: > Hi Yinghai, > > I have rearrange my patchset, they depend on your patchset in below > link. How should I post them? Please check https://git.kernel.org/cgit/linux/kernel/git/yinghai/linux-yinghai.git/log/?h=for-x86-4.0-rc2-aslr again, I

Re: [PATCH v2 0/9] randomize kernel physical address and virtual address separately

2015-03-05 Thread Baoquan He
Hi Yinghai, I have rearrange my patchset, they depend on your patchset in below link. How should I post them? https://git.kernel.org/cgit/linux/kernel/git/yinghai/linux-yinghai.git/log/?h=for-x86-4.0-rc2-aslr I post a patchset which includes your below patches? x86, kaslr, 64bit: Set new or

Re: [PATCH v2 0/9] randomize kernel physical address and virtual address separately

2015-03-05 Thread Yinghai Lu
On Thu, Mar 5, 2015 at 7:57 AM, Baoquan He b...@redhat.com wrote: Hi Yinghai, I have rearrange my patchset, they depend on your patchset in below link. How should I post them? Please check https://git.kernel.org/cgit/linux/kernel/git/yinghai/linux-yinghai.git/log/?h=for-x86-4.0-rc2-aslr

Re: [PATCH v2 0/9] randomize kernel physical address and virtual address separately

2015-03-05 Thread Baoquan He
Hi Yinghai, I have rearrange my patchset, they depend on your patchset in below link. How should I post them? https://git.kernel.org/cgit/linux/kernel/git/yinghai/linux-yinghai.git/log/?h=for-x86-4.0-rc2-aslr I post a patchset which includes your below patches? x86, kaslr, 64bit: Set new or

[PATCH v2 0/9] randomize kernel physical address and virtual address separately

2015-03-02 Thread Baoquan He
Currently kaslr only randomize physical address of kernel loading, then add the delta to virtual address of kernel text mapping. Because kernel virtual address can only be from __START_KERNEL_map to LOAD_PHYSICAL_ADDR+CONFIG_RANDOMIZE_BASE_MAX_OFFSET, namely [0x8000,

[PATCH v2 0/9] randomize kernel physical address and virtual address separately

2015-03-02 Thread Baoquan He
Currently kaslr only randomize physical address of kernel loading, then add the delta to virtual address of kernel text mapping. Because kernel virtual address can only be from __START_KERNEL_map to LOAD_PHYSICAL_ADDR+CONFIG_RANDOMIZE_BASE_MAX_OFFSET, namely [0x8000,