Re: [PATCH v3 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure

2019-08-04 Thread Jason Yan
Hi Diana, On 2019/8/2 16:41, Diana Madalina Craciun wrote: diff --git a/arch/powerpc/kernel/fsl_booke_entry_mapping.S b/arch/powerpc/kernel/fsl_booke_entry_mapping.S index de0980945510..6d2967673ac7 100644 --- a/arch/powerpc/kernel/fsl_booke_entry_mapping.S +++

Re: [PATCH v3 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure

2019-08-02 Thread Diana Madalina Craciun
On 7/31/2019 12:27 PM, Jason Yan wrote: > This patch add support to boot kernel from places other than KERNELBASE. > Since CONFIG_RELOCATABLE has already supported, what we need to do is > map or copy kernel to a proper place and relocate. Freescale Book-E > parts expect lowmem to be mapped by

[PATCH v3 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure

2019-07-31 Thread Jason Yan
This patch add support to boot kernel from places other than KERNELBASE. Since CONFIG_RELOCATABLE has already supported, what we need to do is map or copy kernel to a proper place and relocate. Freescale Book-E parts expect lowmem to be mapped by fixed TLB entries(TLB1). The TLB1 entries are not