rpms/kernel/devel config-generic, 1.255, 1.256 config-ia64-generic, 1.22, 1.23 config-powerpc32-generic, 1.30, 1.31 config-powerpc64, 1.27, 1.28 config-s390x, 1.11, 1.12 config-sparc64-generic, 1.23, 1.24 kernel.spec, 1.1421, 1.1422 linux-2.6-crash-driver.patch, 1.13, NONE

Dave Jones davej at fedoraproject.org
Thu Mar 12 03:23:34 UTC 2009


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5748

Modified Files:
	config-generic config-ia64-generic config-powerpc32-generic 
	config-powerpc64 config-s390x config-sparc64-generic 
	kernel.spec 
Removed Files:
	linux-2.6-crash-driver.patch 
Log Message:
We have a read-only /proc/kcore. Crash should use that instead of /dev/crash




Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- config-generic	11 Mar 2009 20:16:10 -0000	1.255
+++ config-generic	12 Mar 2009 03:23:02 -0000	1.256
@@ -3433,8 +3433,6 @@
 # CONFIG_PM_VERBOSE is not set
 CONFIG_PM_TEST_SUSPEND=y
 
-CONFIG_CRASH=m
-
 ## BEGIN ISA Junk.
 
 CONFIG_I82365=m


Index: config-ia64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-ia64-generic,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- config-ia64-generic	26 Feb 2009 16:59:27 -0000	1.22
+++ config-ia64-generic	12 Mar 2009 03:23:02 -0000	1.23
@@ -171,8 +171,6 @@
 
 CONFIG_IA64_ACPI_CPUFREQ=m
 
-# CONFIG_CRASH is not set
-
 # CONFIG_PERMIT_BSP_REMOVE is not set
 # CONFIG_FORCE_CPEI_RETARGET is not set
 


Index: config-powerpc32-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc32-generic,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- config-powerpc32-generic	13 Jan 2009 17:45:52 -0000	1.30
+++ config-powerpc32-generic	12 Mar 2009 03:23:02 -0000	1.31
@@ -68,8 +68,6 @@
 CONFIG_FB_MATROX=y
 # CONFIG_KEXEC is not set
 
-# CONFIG_CRASH is not set
-
 # CONFIG_HVC_RTAS is not set
 # CONFIG_MAMBO is not set
 


Index: config-powerpc64
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc64,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- config-powerpc64	29 Dec 2008 17:30:27 -0000	1.27
+++ config-powerpc64	12 Mar 2009 03:23:02 -0000	1.28
@@ -123,7 +123,6 @@
 # CONFIG_MV643XX_ETH is not set
 CONFIG_IRQSTACKS=y
 CONFIG_DEBUG_STACKOVERFLOW=y
-# CONFIG_CRASH is not set
 # CONFIG_INPUT_PCSPKR is not set
 
 CONFIG_EHEA=m


Index: config-s390x
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-s390x,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- config-s390x	29 Dec 2008 02:48:00 -0000	1.11
+++ config-s390x	12 Mar 2009 03:23:03 -0000	1.12
@@ -216,6 +216,4 @@
 # drivers/isdn/hardware/mISDN/hfcmulti.c:5255:2: error: #error "not running on big endian machines now"
 # CONFIG_MISDN_HFCMULTI is not set
 
-# CONFIG_CRASH is not set
-
 CONFIG_HVC_IUCV=y


Index: config-sparc64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-sparc64-generic,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- config-sparc64-generic	10 Mar 2009 17:10:09 -0000	1.23
+++ config-sparc64-generic	12 Mar 2009 03:23:03 -0000	1.24
@@ -26,7 +26,6 @@
 CONFIG_SUN_LDOMS=y
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
-# CONFIG_CRASH is not set
 CONFIG_64BIT=y
 # CONFIG_BBC_I2C is not set
 CONFIG_HUGETLB_PAGE_SIZE_4MB=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1421
retrieving revision 1.1422
diff -u -r1.1421 -r1.1422
--- kernel.spec	12 Mar 2009 02:11:41 -0000	1.1421
+++ kernel.spec	12 Mar 2009 03:23:03 -0000	1.1422
@@ -616,7 +616,6 @@
 Patch280: linux-2.6-debug-spinlock-taint.patch
 Patch340: linux-2.6-debug-vm-would-have-oomkilled.patch
 Patch360: linux-2.6-debug-always-inline-kzalloc.patch
-Patch370: linux-2.6-crash-driver.patch
 Patch380: linux-2.6-defaults-pci_no_msi.patch
 Patch381: linux-2.6-pciehp-update.patch
 Patch382: linux-2.6-defaults-pciehp.patch
@@ -1130,9 +1129,6 @@
 ApplyPatch linux-2.6-debug-vm-would-have-oomkilled.patch
 ApplyPatch linux-2.6-debug-always-inline-kzalloc.patch
 
-# /dev/crash driver for the crashdump analysis tool
-ApplyPatch linux-2.6-crash-driver.patch
-
 #
 # PCI
 #
@@ -1822,6 +1818,9 @@
 # and build.
 
 %changelog
+* Wed Mar 11 2009 Dave Jones <davej at redhat.com>
+- Drop no longer needed 'crash' driver.
+
 * Thu Mar 12 2009 Ben Skeggs <bskeggs at redhat.com>
 - drm-nouveau.patch: kms display lockup fixes for a heap of chipsets
 


--- linux-2.6-crash-driver.patch DELETED ---




More information about the fedora-extras-commits mailing list