rpms/kernel/devel Makefile, 1.105, 1.106 config-debug, 1.25, 1.26 config-generic, 1.296, 1.297 config-nodebug, 1.34, 1.35 kernel.spec, 1.1599, 1.1600 linux-2.6-kmemleak-improvements.patch, 1.1, NONE

Dave Jones davej at fedoraproject.org
Tue Jun 30 21:05:31 UTC 2009


Author: davej

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

Modified Files:
	Makefile config-debug config-generic config-nodebug 
	kernel.spec 
Removed Files:
	linux-2.6-kmemleak-improvements.patch 
Log Message:
Disable kmemleak. Way too noisy, and not finding any real bugs.


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -p -r1.105 -r1.106
--- Makefile	24 Jun 2009 18:37:55 -0000	1.105
+++ Makefile	30 Jun 2009 21:05:00 -0000	1.106
@@ -72,7 +72,6 @@ debug:
 	@perl -pi -e 's/# CONFIG_B43LEGACY_DEBUG is not set/CONFIG_B43LEGACY_DEBUG=y/' config-generic
 	@perl -pi -e 's/# CONFIG_MMIOTRACE is not set/CONFIG_MMIOTRACE=y/' config-nodebug
 	@perl -pi -e 's/CONFIG_STRIP_ASM_SYMS=y/# CONFIG_STRIP_ASM_SYMS is not set/' config-nodebug
-	@perl -pi -e 's/CONFIG_DEBUG_KMEMLEAK=y/# CONFIG_DEBUG_KMEMLEAK is not set/' config-nodebug
 
 	@# just in case we're going from extremedebug -> debug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug
@@ -119,7 +118,6 @@ release:
 	@perl -pi -e 's/CONFIG_B43LEGACY_DEBUG=y/# CONFIG_B43LEGACY_DEBUG is not set/' config-generic
 	@perl -pi -e 's/CONFIG_MMIOTRACE=y/# CONFIG_MMIOTRACE is not set/' config-nodebug
 	@perl -pi -e 's/# CONFIG_STRIP_ASM_SYMS is not set/CONFIG_STRIP_ASM_SYMS=y/' config-nodebug
-	@perl -pi -e 's/# CONFIG_DEBUG_KMEMLEAK is not set/CONFIG_DEBUG_KMEMLEAK=y/' config-nodebug
 
 	@perl -pi -e 's/CONFIG_NR_CPUS=512/CONFIG_NR_CPUS=64/' config-x86_64-generic
 


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- config-debug	24 Jun 2009 18:37:55 -0000	1.25
+++ config-debug	30 Jun 2009 21:05:00 -0000	1.26
@@ -51,6 +51,3 @@ CONFIG_DMA_API_DEBUG=y
 
 CONFIG_MMIOTRACE=y
 
-CONFIG_DEBUG_KMEMLEAK=y
-# CONFIG_DEBUG_KMEMLEAK_TEST is not set
-


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -p -r1.296 -r1.297
--- config-generic	30 Jun 2009 00:56:16 -0000	1.296
+++ config-generic	30 Jun 2009 21:05:00 -0000	1.297
@@ -4029,3 +4029,6 @@ CONFIG_PPS=m
 # CONFIG_USB_CPC is not set
 # CONFIG_RDC_17F3101X is not set
 # CONFIG_FB_UDL is not set
+
+# CONFIG_DEBUG_KMEMLEAK is not set
+


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- config-nodebug	24 Jun 2009 18:37:55 -0000	1.34
+++ config-nodebug	30 Jun 2009 21:05:00 -0000	1.35
@@ -50,6 +50,3 @@ CONFIG_DMA_API_DEBUG=y
 
 CONFIG_MMIOTRACE=y
 
-CONFIG_DEBUG_KMEMLEAK=y
-# CONFIG_DEBUG_KMEMLEAK_TEST is not set
-


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1599
retrieving revision 1.1600
diff -u -p -r1.1599 -r1.1600
--- kernel.spec	30 Jun 2009 03:47:25 -0000	1.1599
+++ kernel.spec	30 Jun 2009 21:05:00 -0000	1.1600
@@ -676,8 +676,6 @@ Patch2903: linux-2.6-revert-dvb-net-kabi
 # fs fixes
 Patch3000: linux-2.6-btrfs-experimental-branch.patch
 
-Patch4000: linux-2.6-kmemleak-improvements.patch
-
 #snmp fixes
 Patch10000: linux-2.6-missing-rfc2465-stats.patch
 
@@ -1141,8 +1139,6 @@ ApplyPatch linux-2.6-execshield.patch
 # btrfs
 #ApplyPatch linux-2.6-btrfs-experimental-branch.patch
 
-ApplyPatch linux-2.6-kmemleak-improvements.patch
-
 # USB
 
 # ACPI
@@ -1850,6 +1846,9 @@ fi
 # and build.
 
 %changelog
+* Tue Jun 30 2009 Dave Jones <davej at redhat.com> 2.6.31-0.37.rc1.git5
+- Disable kmemleak. Way too noisy, and not finding any real bugs.
+
 * Tue Jun 30 2009 Ben Skeggs <bskeggs at redhat.com>
 - drm-nouveau.patch: match upstream
 


--- linux-2.6-kmemleak-improvements.patch DELETED ---




More information about the fedora-extras-commits mailing list