From dae37c440b873b5935fe449384d54f89413eb2c8f9b7f1f6ca95db90b1847120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Fri, 13 Sep 2013 08:08:25 +0000 Subject: [PATCH] Accepting request 198829 from home:ptesarik:branches:Kernel:kdump Add standard patch headers See http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines OBS-URL: https://build.opensuse.org/request/show/198829 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=69 --- makedumpfile-powerpc.patch | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/makedumpfile-powerpc.patch b/makedumpfile-powerpc.patch index 8f3c4dc..7979bba 100644 --- a/makedumpfile-powerpc.patch +++ b/makedumpfile-powerpc.patch @@ -1,7 +1,20 @@ -Index: makedumpfile-1.5.4/arch/ppc.c -=================================================================== ---- makedumpfile-1.5.4.orig/arch/ppc.c -+++ makedumpfile-1.5.4/arch/ppc.c +From: Baoquan He +Date: Mon Jul 15 20:37:14 2013 +0800 +Subject: Add vmap_area_list definition for ppc/ppc64 +References: http://lists.infradead.org/pipermail/kexec/2013-July/009286.html +Upstream: merged + +vmap_area_list is added to get vmalloc_start for ppc/ppc64, but its +definition is missing, now add them. + +Signed-off-by: Baoquan He +Acked-by: Dinar Valeev +Acked-by: Petr Tesarik + +diff --git a/arch/ppc.c b/arch/ppc.c +index a9b4812..a3e1a12 100644 +--- a/arch/ppc.c ++++ b/arch/ppc.c @@ -28,7 +28,7 @@ int get_machdep_info_ppc(void) @@ -11,10 +24,10 @@ Index: makedumpfile-1.5.4/arch/ppc.c info->section_size_bits = _SECTION_SIZE_BITS; info->max_physmem_bits = _MAX_PHYSMEM_BITS; -Index: makedumpfile-1.5.4/arch/ppc64.c -=================================================================== ---- makedumpfile-1.5.4.orig/arch/ppc64.c -+++ makedumpfile-1.5.4/arch/ppc64.c +diff --git a/arch/ppc64.c b/arch/ppc64.c +index c229ede..85144f6 100644 +--- a/arch/ppc64.c ++++ b/arch/ppc64.c @@ -49,7 +49,7 @@ set_ppc64_max_physmem_bits(void) int get_machdep_info_ppc64(void)