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
This commit is contained in:
Petr Tesařík 2013-09-13 08:08:25 +00:00 committed by Git OBS Bridge
parent 19a56d9c10
commit dae37c440b

View File

@ -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 <bhe@redhat.com>
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 <bhe@redhat.com>
Acked-by: Dinar Valeev <dvaleev@suse.com>
Acked-by: Petr Tesarik <ptesarik@suse.com>
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)