rpms/kernel/devel Makefile, 1.106, 1.107 config-debug, 1.26, 1.27 config-generic, 1.311, 1.312 config-nodebug, 1.35, 1.36 kernel.spec, 1.1653, 1.1654

Chuck Ebbert cebbert at fedoraproject.org
Fri Jul 24 18:24:28 UTC 2009


Author: cebbert

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

Modified Files:
	Makefile config-debug config-generic config-nodebug 
	kernel.spec 
Log Message:
Enable CONFIG_DEBUG_KOBJECT in debug kernels. (#513606)


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- Makefile	30 Jun 2009 21:05:00 -0000	1.106
+++ Makefile	24 Jul 2009 18:24:27 -0000	1.107
@@ -72,6 +72,7 @@ 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_KOBJECT is not set/CONFIG_DEBUG_KOBJECT=y/' 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
@@ -118,6 +119,7 @@ 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_KOBJECT=y/# CONFIG_DEBUG_KOBJECT is not set/' 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.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- config-debug	30 Jun 2009 21:05:00 -0000	1.26
+++ config-debug	24 Jul 2009 18:24:28 -0000	1.27
@@ -51,3 +51,4 @@ CONFIG_DMA_API_DEBUG=y
 
 CONFIG_MMIOTRACE=y
 
+CONFIG_DEBUG_KOBJECT=y


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -p -r1.311 -r1.312
--- config-generic	23 Jul 2009 18:25:22 -0000	1.311
+++ config-generic	24 Jul 2009 18:24:28 -0000	1.312
@@ -97,7 +97,6 @@ CONFIG_ISA=y
 # CONFIG_EISA is not set
 # CONFIG_MCA is not set
 # CONFIG_SCx200 is not set
-# CONFIG_DEBUG_KOBJECT is not set
 
 #
 # PCMCIA/CardBus support


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- config-nodebug	30 Jun 2009 21:05:00 -0000	1.35
+++ config-nodebug	24 Jul 2009 18:24:28 -0000	1.36
@@ -50,3 +50,4 @@ CONFIG_DMA_API_DEBUG=y
 
 CONFIG_MMIOTRACE=y
 
+CONFIG_DEBUG_KOBJECT=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1653
retrieving revision 1.1654
diff -u -p -r1.1653 -r1.1654
--- kernel.spec	24 Jul 2009 14:43:45 -0000	1.1653
+++ kernel.spec	24 Jul 2009 18:24:28 -0000	1.1654
@@ -1890,6 +1890,9 @@ fi
 # and build.
 
 %changelog
+* Fri Jul 24 2009 Chuck Ebbert <cebbert at redhat.com>
+- Enable CONFIG_DEBUG_KOBJECT in debug kernels. (#513606)
+
 * Thu Jul 23 2009 Kyle McMartin <kyle at redhat.com>
 - perf BuildRequires binutils-devel now.
 




More information about the fedora-extras-commits mailing list