Re: Kernel Panics on Xen ARM64 for Domain0 and Guest

2016-12-01 Thread Julien Grall
On 28/11/16 15:29, t...@kernel.org wrote: Hello, Hello, On Mon, Nov 28, 2016 at 11:59:15AM +, Julien Grall wrote: commit 3ca45a46f8af8c4a92dd8a08eac57787242d5021 percpu: ensure the requested alignment is power of two It would have been useful to specify the tree used. In this case, t

Kernel Panics on Xen ARM64 for Domain0 and Guest

2016-11-28 Thread Wei Chen
Hi, I have found a commit in "PER-CPU MEMORY ALLOCATOR" will panic the kernels that are runing on ARM64 Xen (include Domain0 and Guest). commit 3ca45a46f8af8c4a92dd8a08eac57787242d5021 percpu: ensure the requested alignment is power of two If I revert this commit, the Kernels can work properly o

Re: Kernel Panics on Xen ARM64 for Domain0 and Guest

2016-11-28 Thread t...@kernel.org
Hello, On Mon, Nov 28, 2016 at 11:59:15AM +, Julien Grall wrote: > > commit 3ca45a46f8af8c4a92dd8a08eac57787242d5021 > > percpu: ensure the requested alignment is power of two > > It would have been useful to specify the tree used. In this case, > this commit comes from linux-next. I'm surpr

Re: Kernel Panics on Xen ARM64 for Domain0 and Guest

2016-11-28 Thread Julien Grall
On 28/11/16 09:38, Wei Chen wrote: > Hi, Hi Wei, > I have found a commit in "PER-CPU MEMORY ALLOCATOR" will panic the > kernels that are runing on ARM64 Xen (include Domain0 and Guest). > > commit 3ca45a46f8af8c4a92dd8a08eac57787242d5021 > percpu: ensure the requested alignment is power of two