Re: [PATCH 0/3] x86/KASLR: Build identity mappings on demand

2016-05-06 Thread Ingo Molnar
* Kees Cook wrote: > I'm going back to small steps. :) > > This series lets the x86_64 compressed boot environment build > page table identity mappings on demand. This will be used once > we begin randomizing the physical memory position beyond the > existing identity maps. This series was much

[PATCH 0/3] x86/KASLR: Build identity mappings on demand

2016-05-06 Thread Kees Cook
I'm going back to small steps. :) This series lets the x86_64 compressed boot environment build page table identity mappings on demand. This will be used once we begin randomizing the physical memory position beyond the existing identity maps. -Kees