Re: [PATCH] kvm/powerpc: Handle errors in secondary thread grabbing

2012-10-16 Thread Alexander Graf
On 16.10.2012, at 21:33, Benjamin Herrenschmidt wrote: > On Tue, 2012-10-16 at 17:00 +1100, Michael Ellerman wrote: >>> Thanks for looking at this - but in fact this is fixed by my patch >>> entitled "KVM: PPC: Book3S HV: Fix some races in starting secondary >>> threads" submitted back on August

Re: [PATCH] powerpc: Build fix for powerpc KVM

2012-10-16 Thread Michael Neuling
Aneesh Kumar K.V wrote: > Michael Neuling writes: > > > Aneesh Kumar K.V wrote: > > > >> From: "Aneesh Kumar K.V" > >> > >> Fix build failure for powerpc KVM > > > > What was the failure? > > > arch/powerpc/kvm/book3s_32_mmu_host.c: In function 'kvmppc_mmu_map_page': > arch/powerpc/kvm/boo

Re: [PATCH] powerpc: Build fix for powerpc KVM

2012-10-16 Thread Aneesh Kumar K.V
Michael Neuling writes: > Aneesh Kumar K.V wrote: > >> From: "Aneesh Kumar K.V" >> >> Fix build failure for powerpc KVM > > What was the failure? arch/powerpc/kvm/book3s_32_mmu_host.c: In function 'kvmppc_mmu_map_page': arch/powerpc/kvm/book3s_32_mmu_host.c:176: error: 'VPN_SHIFT' undeclared

Re: [PATCH] powerpc: Build fix for powerpc KVM

2012-10-16 Thread Michael Neuling
Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > Fix build failure for powerpc KVM What was the failure? > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/include/asm/kvm_book3s_32.h |1 + > arch/powerpc/kvm/book3s_32_mmu_host.c|4 ++-- > 2 files changed, 3 inserti

Re: [PATCH] kvm/powerpc: Handle errors in secondary thread grabbing

2012-10-16 Thread Benjamin Herrenschmidt
On Tue, 2012-10-16 at 17:00 +1100, Michael Ellerman wrote: > > Thanks for looking at this - but in fact this is fixed by my patch > > entitled "KVM: PPC: Book3S HV: Fix some races in starting secondary > > threads" submitted back on August 28. > > OK thanks. It seems that patch didn't make 3.7 ? >

Re: [RFC][PATCH] perf: Add a few generic stalled-cycles events

2012-10-16 Thread Sukadev Bhattiprolu
Robert Richter [robert.rich...@amd.com] wrote: | Sukadev, | | On 15.10.12 17:55:34, Robert Richter wrote: | > On 11.10.12 18:28:39, Sukadev Bhattiprolu wrote: | > > + { .type = PERF_TYPE_HARDWARE, .config = PERF_COUNT_HW_STALLED_CYCLES_FIXED_POINT }, | > > + { .type = PERF_TYPE_HARDWARE, .confi

Re: [PATCH 1/9] powerpc: 83xx: use module_i2c_driver macro

2012-10-16 Thread Kim Phillips
On Sat, 13 Oct 2012 15:05:42 -0400 Devendra Naga wrote: > replace the module init and exit calls containing the > i2c_add_driver and i2c_del_driver with the module_i2c_driver > macro as it does the same things as the code that is removed > > Signed-off-by: Devendra Naga > --- > > Not compile

Re: [RFC][PATCH] perf: Add a few generic stalled-cycles events

2012-10-16 Thread Stephane Eranian
On Tue, Oct 16, 2012 at 12:08 PM, Robert Richter wrote: > Sukadev, > > On 15.10.12 17:55:34, Robert Richter wrote: >> On 11.10.12 18:28:39, Sukadev Bhattiprolu wrote: >> > + { .type = PERF_TYPE_HARDWARE, .config = >> > PERF_COUNT_HW_STALLED_CYCLES_FIXED_POINT }, >> > + { .type = PERF_TYPE_HARDW

[PATCH] powerpc: Build fix for powerpc KVM

2012-10-16 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" Fix build failure for powerpc KVM Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/kvm_book3s_32.h |1 + arch/powerpc/kvm/book3s_32_mmu_host.c|4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/kvm_bo

Re: [RFC][PATCH] perf: Add a few generic stalled-cycles events

2012-10-16 Thread Robert Richter
Sukadev, On 15.10.12 17:55:34, Robert Richter wrote: > On 11.10.12 18:28:39, Sukadev Bhattiprolu wrote: > > + { .type = PERF_TYPE_HARDWARE, .config = > > PERF_COUNT_HW_STALLED_CYCLES_FIXED_POINT }, > > + { .type = PERF_TYPE_HARDWARE, .config = > > PERF_COUNT_HW_STALLED_CYCLES_LOAD_STORE }, > >

Re: [m68k,powerpc,dma,ethernet,freescale RFA] Coldfire m54xx FEC ethernet driver

2012-10-16 Thread Philippe De Muyter
Hi Greg, On Tue, Oct 16, 2012 at 04:39:05PM +1000, Greg Ungerer wrote: > Hi Philippe, > > On 09/10/12 19:07, Philippe De Muyter wrote: >> [CCing lkml, linux-ppc, netdev, linux-m68k] >> >> Hello kernel sources architects >> >> I have a working driver for the m54xx FEC ethernet driver that I >> woul