rpms/kexec-tools/F-13 kexec-tools-2.0.0-x8664-kernel-text-size.patch, NONE, 1.1 kexec-tools.spec, 1.159, 1.160

Neil Horman nhorman at fedoraproject.org
Fri Apr 30 19:17:13 UTC 2010


Author: nhorman

Update of /cvs/pkgs/rpms/kexec-tools/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2381

Modified Files:
	kexec-tools.spec 
Added Files:
	kexec-tools-2.0.0-x8664-kernel-text-size.patch 
Log Message:
Resolves: bz587750

kexec-tools-2.0.0-x8664-kernel-text-size.patch:
 crashdump-x86_64.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kexec-tools-2.0.0-x8664-kernel-text-size.patch ---
diff -up kexec-tools-2.0.0/kexec/arch/x86_64/crashdump-x86_64.h.orig kexec-tools-2.0.0/kexec/arch/x86_64/crashdump-x86_64.h
--- kexec-tools-2.0.0/kexec/arch/x86_64/crashdump-x86_64.h.orig	2010-04-30 15:14:13.000000000 -0400
+++ kexec-tools-2.0.0/kexec/arch/x86_64/crashdump-x86_64.h	2010-04-30 15:14:20.000000000 -0400
@@ -11,7 +11,7 @@ int load_crashdump_segments(struct kexec
 #define MAXMEM           0x3fffffffffffUL
 
 /* Kernel text size */
-#define KERNEL_TEXT_SIZE  (40UL*1024*1024)
+#define KERNEL_TEXT_SIZE  (512UL*1024*1024)
 
 #define CRASH_MAX_MEMMAP_NR	(KEXEC_MAX_SEGMENTS + 1)
 #define CRASH_MAX_MEMORY_RANGES	(MAX_MEMORY_RANGES + 2)


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kexec-tools/F-13/kexec-tools.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -p -r1.159 -r1.160
--- kexec-tools.spec	11 Mar 2010 16:18:34 -0000	1.159
+++ kexec-tools.spec	30 Apr 2010 19:17:13 -0000	1.160
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.0 
-Release: 33%{?dist}
+Release: 34%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -47,6 +47,7 @@ Obsoletes: diskdumputils netdump
 #
 # Patches 101 through 200 are meant for x86_64 kexec-tools enablement
 #
+Patch101: kexec-tools-2.0.0-x8664-kernel-text-size.patch
 
 #
 # Patches 201 through 300 are meant for ia64 kexec-tools enablement
@@ -82,7 +83,7 @@ component of the kernel's kexec feature.
 
 mkdir -p -m755 kcp
 tar -z -x -v -f %{SOURCE9}
-
+%patch101 -p1
 %patch601 -p1
 %patch602 -p1
 
@@ -268,6 +269,9 @@ done
 
 
 %changelog
+* Fri Apr 30 2010 Neil Horman <nhorman at redhat.com> - 2.0.0-34
+- Fixed kernel text area search in kcore (bz 587750)
+
 * Thu Mar 11 2010 Neil Horman <nhorman at redhat.com> - 2.0.0-33
 - Removed nash references from mkdumprd (bz 572569)
 



More information about the scm-commits mailing list