[PATCH 03/12] powerpc: remove km_type definitions

2012-06-23 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- arch/powerpc/include/asm/kmap_types.h | 31 +-- 1 files changed, 1 insertions(+), 30 deletions(-) diff --git a/arch/powerpc/include/asm/kmap_types.h b/arch/powerpc/include/asm/kmap_types.h index bca8fdc..5acabbd 100644

[PATCH 05/60] powerpc: remove the second argument of k[un]map_atomic()

2012-02-09 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- arch/powerpc/kvm/book3s_pr.c |4 ++-- arch/powerpc/mm/dma-noncoherent.c |5 ++--- arch/powerpc/mm/hugetlbpage.c |4 ++-- arch/powerpc/mm/mem.c |4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git

[PATCH 59/60] highmem: kill all __kmap_atomic() [swar...@nvidia.com: highmem: Fix ARM build break due to __kmap_atomic rename]

2012-02-09 Thread Cong Wang
Signed-off-by: Stephen Warren swar...@nvidia.com Signed-off-by: Cong Wang amw...@redhat.com --- arch/arm/include/asm/highmem.h |2 +- arch/arm/mm/highmem.c|4 ++-- arch/frv/include/asm/highmem.h |2 +- arch/frv/mm/highmem.c|4 ++-- arch

[PATCH 05/62] powerpc: remove the second argument of k[un]map_atomic()

2011-11-26 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- arch/powerpc/kvm/book3s_pr.c |4 ++-- arch/powerpc/mm/dma-noncoherent.c |5 ++--- arch/powerpc/mm/hugetlbpage.c |4 ++-- arch/powerpc/mm/mem.c |4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git

[PATCH 61/62] highmem: kill all __kmap_atomic()

2011-11-26 Thread Cong Wang
Signed-off-by: Cong Wang amw...@redhat.com --- arch/arm/mm/highmem.c|4 ++-- arch/frv/include/asm/highmem.h |2 +- arch/frv/mm/highmem.c|4 ++-- arch/mips/include/asm/highmem.h |2 +- arch/mips/mm/highmem.c |4

Re: [RFC PATCH v4 00/10] fadump: Firmware-assisted dump support for Powerpc.

2011-11-10 Thread Cong Wang
Hi, Mahesh, Could you please also add ke...@lists.infradead.org and Vivek into your Cc list when you send your patchset next time? Thanks! ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [RFC PATCH v4 01/10] fadump: Add documentation for firmware-assisted dump.

2011-11-10 Thread Cong Wang
于 2011年11月07日 17:55, Mahesh J Salgaonkar 写道: From: Mahesh Salgaonkarmah...@linux.vnet.ibm.com Documentation for firmware-assisted dump. This document is based on the original documentation written for phyp assisted dump by Linas Vepstas and Manish Ahuja, with few changes to reflect the current

Re: [RFC PATCH v4 02/10] fadump: Reserve the memory for firmware assisted dump.

2011-11-10 Thread Cong Wang
Hi, Mahesh, Your patch seems have some style problems... checkpatch.pl complains, total: 330 errors, 1 warnings, 355 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile Could use scripts/checkpatch.pl to check your patch? Thanks.

Re: [RFC PATCH v4 05/10] fadump: Convert firmware-assisted cpu state dump data into elf notes.

2011-11-10 Thread Cong Wang
于 2011年11月07日 17:55, Mahesh J Salgaonkar 写道: +#ifdef CONFIG_FA_DUMP + crash_fadump(regs, str); +#endif + Please make it a nop for !CONFIG_FA_DUMP. ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org

Re: [RFC PATCH v4 10/10] fadump: Introduce config option for firmware assisted dump feature

2011-11-10 Thread Cong Wang
于 2011年11月07日 17:56, Mahesh J Salgaonkar 写道: From: Mahesh Salgaonkarmah...@linux.vnet.ibm.com This patch introduces a new config option CONFIG_FA_DUMP for firmware assisted dump feature on Powerpc (ppc64) architecture. I think this patch can be folded into the 02/10, as this config is

Re: [RFC PATCH v4 06/10] fadump: Add PT_NOTE program header for vmcoreinfo

2011-11-10 Thread Cong Wang
于 2011年11月07日 17:56, Mahesh J Salgaonkar 写道: From: Mahesh Salgaonkarmah...@linux.vnet.ibm.com Introduce a PT_NOTE program header that points to physical address of vmcoreinfo_note buffer declared in kernel/kexec.c. The vmcoreinfo note buffer is populated during crash_fadump() at the time of

Re: [Patch v2] kexec: increase max of kexec segments and use dynamic allocation

2010-08-04 Thread Cong Wang
(Ping Milton...) On 07/29/10 14:42, Cong Wang wrote: On 07/27/10 18:00, Milton Miller wrote: [ Added kexec at lists.infradead.org and linuxppc-dev@lists.ozlabs.org ] Currently KEXEC_SEGMENT_MAX is only 16 which is too small for machine with many memory ranges. When hibernate on a machine

Re: [Patch v2] kexec: increase max of kexec segments and use dynamic allocation

2010-07-29 Thread Cong Wang
On 07/27/10 18:00, Milton Miller wrote: [ Added kexec at lists.infradead.org and linuxppc-dev@lists.ozlabs.org ] Currently KEXEC_SEGMENT_MAX is only 16 which is too small for machine with many memory ranges. When hibernate on a machine with disjoint memory we do need one segment for each