Re: [PATCH v4 0/6] implement KASLR for powerpc/fsl_booke/64

2020-03-20 Thread Jason Yan
在 2020/3/20 11:19, Daniel Axtens 写道: Hi Jason, I tried to compile this series and got the following error: /home/dja/dev/linux/linux/arch/powerpc/mm/nohash/kaslr_booke.c: In function ‘kaslr_early_init’: /home/dja/dev/linux/linux/arch/powerpc/mm/nohash/kaslr_booke.c:357:33: error:

Re: [PATCH v4 0/6] implement KASLR for powerpc/fsl_booke/64

2020-03-19 Thread Daniel Axtens
Hi Jason, I tried to compile this series and got the following error: /home/dja/dev/linux/linux/arch/powerpc/mm/nohash/kaslr_booke.c: In function ‘kaslr_early_init’: /home/dja/dev/linux/linux/arch/powerpc/mm/nohash/kaslr_booke.c:357:33: error: ‘linear_sz’ may be used uninitialized in this

Re: [PATCH v4 0/6] implement KASLR for powerpc/fsl_booke/64

2020-03-16 Thread Jason Yan
ping... 在 2020/3/6 14:40, Jason Yan 写道: This is a try to implement KASLR for Freescale BookE64 which is based on my earlier implementation for Freescale BookE32: https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=131718=* The implementation for Freescale BookE64 is similar as

[PATCH v4 0/6] implement KASLR for powerpc/fsl_booke/64

2020-03-05 Thread Jason Yan
This is a try to implement KASLR for Freescale BookE64 which is based on my earlier implementation for Freescale BookE32: https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=131718=* The implementation for Freescale BookE64 is similar as BookE32. One difference is that Freescale