Re: [PATCH] KVM: PPC: Exit guest upon fatal machine check exception

2015-11-13 Thread Aravinda Prasad
On Friday 13 November 2015 01:08 PM, Thomas Huth wrote: > On 13/11/15 07:26, Aravinda Prasad wrote: >> >> On Friday 13 November 2015 07:20 AM, David Gibson wrote: >>> On Thu, Nov 12, 2015 at 11:22:29PM +0530, Aravinda Prasad wrote: > [...] So thinking whether qemu should explicitly enable

Re: input: i8042: build failure on powerpc

2015-11-13 Thread LABBE Corentin
On Thu, Nov 12, 2015 at 07:41:17AM -0800, Guenter Roeck wrote: > On Thu, Nov 12, 2015 at 04:01:45PM +0100, LABBE Corentin wrote: > > Hello > > > > I have made a random .config for testing my powerpc cross-compiler and I > > got this fail: > > > > In general it helps to provide the broken

Re: [xmon PATCH 1/1] RFC: Add xmon command to dump process/task similar to ps(1)

2015-11-13 Thread Douglas Miller
Thanks, Ben, for the feedback. Here is an updated patch. I added a macro XMON_PROTECT() to wrap a statement in what I think is the correct setjmp/protection code. Each place seems to do it slightly differently, so I wasn't sure what the right way was and didn't want to change all other places

Re: [PATCH 1/1 v4] drivers/nvme: default to 4k device page size

2015-11-13 Thread Keith Busch
On Thu, Nov 12, 2015 at 11:37:54PM -0800, Christoph Hellwig wrote: > Jens, Keith: any chance to get this to Linux for 4.4 (and -stable)? I agreed, looks good to me. Acked-by: Keith Busch ___ Linuxppc-dev mailing list

Re: input: i8042: build failure on powerpc

2015-11-13 Thread Guenter Roeck
On 11/13/2015 12:35 AM, LABBE Corentin wrote: On Thu, Nov 12, 2015 at 07:41:17AM -0800, Guenter Roeck wrote: On Thu, Nov 12, 2015 at 04:01:45PM +0100, LABBE Corentin wrote: Hello I have made a random .config for testing my powerpc cross-compiler and I got this fail: In general it helps to