Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-29 Thread Ard Biesheuvel
On 28 November 2017 at 20:41, Ard Biesheuvel wrote: > On 21 November 2017 at 03:44, Chen Feng wrote: >> With kaslr and kasan enable both, I got the follow issue. >> >> [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = >>

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-29 Thread Ard Biesheuvel
On 28 November 2017 at 20:41, Ard Biesheuvel wrote: > On 21 November 2017 at 03:44, Chen Feng wrote: >> With kaslr and kasan enable both, I got the follow issue. >> >> [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = >> 4000, end = ffc0 >> [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-29 Thread Chen Feng
On 2017/11/29 4:41, Ard Biesheuvel wrote: > On 21 November 2017 at 03:44, Chen Feng wrote: >> With kaslr and kasan enable both, I got the follow issue. >> >> [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = >> 4000, end =

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-29 Thread Chen Feng
On 2017/11/29 4:41, Ard Biesheuvel wrote: > On 21 November 2017 at 03:44, Chen Feng wrote: >> With kaslr and kasan enable both, I got the follow issue. >> >> [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = >> 4000, end = ffc0 >> [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-28 Thread Ard Biesheuvel
On 21 November 2017 at 03:44, Chen Feng wrote: > With kaslr and kasan enable both, I got the follow issue. > > [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = > 4000, end = ffc0 > [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-28 Thread Ard Biesheuvel
On 21 November 2017 at 03:44, Chen Feng wrote: > With kaslr and kasan enable both, I got the follow issue. > > [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = > 4000, end = ffc0 > [ 16.142517s]___alloc_bootmem_nopanic:257 > [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-28 Thread Will Deacon
On Tue, Nov 21, 2017 at 11:44:13AM +0800, Chen Feng wrote: > With kaslr and kasan enable both, I got the follow issue. > > [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = > 4000, end = ffc0 > [ 16.142517s]___alloc_bootmem_nopanic:257 > [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-28 Thread Will Deacon
On Tue, Nov 21, 2017 at 11:44:13AM +0800, Chen Feng wrote: > With kaslr and kasan enable both, I got the follow issue. > > [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = > 4000, end = ffc0 > [ 16.142517s]___alloc_bootmem_nopanic:257 > [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-21 Thread Chen Feng
On 2017/11/21 11:44, Chen Feng wrote: > With kaslr and kasan enable both, I got the follow issue. > > [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = > 4000, end = ffc0 > [ 16.142517s]___alloc_bootmem_nopanic:257 > [

Re: [PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-21 Thread Chen Feng
On 2017/11/21 11:44, Chen Feng wrote: > With kaslr and kasan enable both, I got the follow issue. > > [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = > 4000, end = ffc0 > [ 16.142517s]___alloc_bootmem_nopanic:257 > [

[PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-20 Thread Chen Feng
With kaslr and kasan enable both, I got the follow issue. [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = 4000, end = ffc0 [ 16.142517s]___alloc_bootmem_nopanic:257 [ 16.148284s]__alloc_memory_core_early:63, addr = 197fc7fc0 [

[PATCH] arm64: kaslr: Fix kaslr end boundary of virt addr

2017-11-20 Thread Chen Feng
With kaslr and kasan enable both, I got the follow issue. [ 16.130523s]kasan: reg->base = 1, phys_end =1c000,start = 4000, end = ffc0 [ 16.142517s]___alloc_bootmem_nopanic:257 [ 16.148284s]__alloc_memory_core_early:63, addr = 197fc7fc0 [