rpms/kernel/devel config-debug, 1.35, 1.36 config-nodebug, 1.47, 1.48 kernel.spec, 1.1866, 1.1867

Kyle McMartin kyle at fedoraproject.org
Tue Dec 8 20:38:47 UTC 2009


Author: kyle

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

Modified Files:
	config-debug config-nodebug kernel.spec 
Log Message:
* Tue Dec 08 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-4
- Disable CONFIG_DEBUG_PERF_USE_VMALLOC for now, causes issues
  on x86_64. (rhbz#542791)



Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- config-debug	19 Nov 2009 05:50:20 -0000	1.35
+++ config-debug	8 Dec 2009 20:38:46 -0000	1.36
@@ -55,7 +55,7 @@ CONFIG_DEBUG_CREDENTIALS=y
 
 CONFIG_EXT4_DEBUG=y
 
-CONFIG_DEBUG_PERF_USE_VMALLOC=y
+# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
 
 # off in both production debug and nodebug builds,
 #  on in rawhide nodebug builds


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- config-nodebug	19 Nov 2009 05:51:07 -0000	1.47
+++ config-nodebug	8 Dec 2009 20:38:46 -0000	1.48
@@ -59,7 +59,7 @@ CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
 
 CONFIG_EXT4_DEBUG=y
 
-CONFIG_DEBUG_PERF_USE_VMALLOC=y
+# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
 
 CONFIG_JBD2_DEBUG=y
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1866
retrieving revision 1.1867
diff -u -p -r1.1866 -r1.1867
--- kernel.spec	7 Dec 2009 18:05:35 -0000	1.1866
+++ kernel.spec	8 Dec 2009 20:38:46 -0000	1.1867
@@ -1997,6 +1997,10 @@ fi
 # and build.
 
 %changelog
+* Tue Dec 08 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-4
+- Disable CONFIG_DEBUG_PERF_USE_VMALLOC for now, causes issues
+  on x86_64. (rhbz#542791)
+
 * Mon Dec  7 2009 Justin M. Forbes <jforbes at redhat.com> 2.6.32-3
 - Allow userspace to adjust kvmclock offset (#530389)
 




More information about the fedora-extras-commits mailing list