RE: [PATCH 2/2 V7] powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx

2013-04-26 Thread Jia Hongtao-B38951
> -Original Message- > From: Wood Scott-B07421 > Sent: Friday, April 26, 2013 12:58 AM > To: Segher Boessenkool > Cc: Jia Hongtao-B38951; linuxppc-dev@lists.ozlabs.org; > ga...@kernel.crashing.org; Wood Scott-B07421 > Subject: Re: [PATCH 2/2 V7] powerpc/85xx: Add machine check handler to >

Re: [PATCH 1/3] rapidio: make enumeration/discovery configurable

2013-04-26 Thread Andrew Morton
On Wed, 24 Apr 2013 10:31:57 -0400 Alexandre Bounine wrote: > Rework to implement RapidIO enumeration/discovery method selection > combined with ability to use enumeration/discovery as a kernel module. > > This patch adds ability to introduce new RapidIO enumeration/discovery methods > using ke

[PATCH] powerpc: Bring all threads online prior to migration/hibernation

2013-04-26 Thread Robert Jennings
With this patch before a migration/hibernation all threads present but not online will be brought online. After migration/hibernation those threads are taken back offline. During migration/hibernation all online CPUs must call H_JOIN, this is required by the hypervisor. Without this patch, threa

Status of I2C mac-drivers needing attach_adapter?

2013-04-26 Thread Wolfram Sang
Hi Ben, because I will push a patch to get rid of detach_adapter() from the I2C core in the next merge window, I was curious to find out about the status of attach_adapter(). I found commit 6cd3209967469f6e89d329deda6bb0b4700e7b62 (powerpc/powermac: New windfarm driver for PowerMac G5 (AGP) and X

Re: [PATCH 0/8 v3] KVM: PPC: e500: Enable FSL e6500 core

2013-04-26 Thread Alexander Graf
On 11.04.2013, at 12:03, Mihai Caraman wrote: > Enable basic support for Freescale e6500 core, adding MAV 2.0 support. > Validated on T4240QDS platfrom. Altivec, Multithreading and HW Tablewalk > are not addressed by this patchset. Thanks, applied all to kvm-ppc-queue. Alex > > Mihai Caraman

[PATCH 3/3] powerpc/pseries: Support compression of oops text via pstore

2013-04-26 Thread Aruna Balakrishnaiah
The patch set supports compression of oops messages while writing to NVRAM, this helps in capturing more of oops data to lnx,oops-log. The pstore file for oops messages will be in decompressed format making it readable. In case compression fails, the patch takes care of copying the header added by

[PATCH 2/3] powerpc/pseries: Re-organise the oops compression code

2013-04-26 Thread Aruna Balakrishnaiah
nvram_compress() and zip_oops() is used by the nvram_pstore_write API to compress oops messages hence re-organise the functions accordingly to avoid forward declarations. Signed-off-by: Aruna Balakrishnaiah --- arch/powerpc/platforms/pseries/nvram.c | 104 1 fil

[PATCH 1/3] Retreive header size from pstore.

2013-04-26 Thread Aruna Balakrishnaiah
pstore_get_header_size will return the size of the header added by pstore while logging messages to the registered buffer. Signed-off-by: Aruna Balakrishnaiah --- fs/pstore/platform.c |7 ++- include/linux/pstore.h |6 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff -

[RFC PATCH 0/3] Nvram-to-pstore: compression support for oops data

2013-04-26 Thread Aruna Balakrishnaiah
The patchset takes care of compressing oops messages while writing to NVRAM, so that more oops data can be captured in the given space. big_oops_buf (2.22 * oops_data_sz) is allocated for compression. oops_data_sz is oops header size less of oops partition size. Pstore will internally call kmsg_d

Re: [PATCH v8 2/3] of/pci: Provide support for parsing PCI DT ranges property

2013-04-26 Thread 한진구
On Monday, April 22, 2013 7:42 PM, Andrew Murray wrote: > > This patch factors out common implementation patterns to reduce overall kernel > code and provide a means for host bridge drivers to directly obtain struct > resources from the DT's ranges property without relying on architecture > speci