Re: [PATCH v3 6/7] x86, boot: Split kernel_ident_mapping_init to another file

2015-03-09 Thread Kees Cook
On Sat, Mar 7, 2015 at 2:07 PM, Yinghai Lu wrote: > We need to include that in boot::decompress_kernel stage to set new > ident mapping. > > Also add checking for __pa/__va macro definition, as we need to override them > in boot::decompress_kernel stage. > > Signed-off-by: Yinghai Lu This seems

[PATCH v3 6/7] x86, boot: Split kernel_ident_mapping_init to another file

2015-03-07 Thread Yinghai Lu
We need to include that in boot::decompress_kernel stage to set new ident mapping. Also add checking for __pa/__va macro definition, as we need to override them in boot::decompress_kernel stage. Signed-off-by: Yinghai Lu --- arch/x86/include/asm/page.h | 5 +++ arch/x86/mm/ident_map.c | 74