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

2020-04-27 Thread Daniel Axtens
Hi Jason, > Thanks for the test. Can you send me the full log which may contain the > system info such as the following: It's attached. Regards, Daniel fail-log Description: Binary data > > - > phys_mem_size = 0x2 >

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

2020-04-25 Thread Jason Yan
Hi Daniel, Thanks for the test. Can you send me the full log which may contain the system info such as the following: - phys_mem_size = 0x2 dcache_bsize = 0x20 icache_bsize = 0x20 cpu_features = 0x0003008003b6

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

2020-04-24 Thread Daniel Axtens
Hi Jason, Apologies for the delay in testing. I'm seeing this problem when I try to boot on a t4240rdb: random: get_random_u64 called from .start_kernel+0x734/0x964 with crng_init=0 [8/973] clocksource: timebase: mask: 0x max_cycles: 0xa9210e89c,

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

2020-04-22 Thread Jason Yan
Hi Michael, What's the status of this series? Thanks, Jason 在 2020/3/30 10:20, 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

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

2020-04-15 Thread Scott Wood
On Mon, 2020-03-30 at 10:20 +0800, Jason Yan wrote: > 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

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

2020-04-12 Thread Jason Yan
ping... 在 2020/3/30 10:20, 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 v5 0/6] implement KASLR for powerpc/fsl_booke/64

2020-03-29 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