rpms/kernel/devel patch-2.6.34-rc5-git1.bz2.sign, NONE, 1.1 .cvsignore, 1.1187, 1.1188 Makefile, 1.125, 1.126 config-debug, 1.41, 1.42 config-nodebug, 1.53, 1.54 kernel.spec, 1.1974, 1.1975 sources, 1.1147, 1.1148 upstream, 1.1060, 1.1061

Chuck Ebbert cebbert at fedoraproject.org
Wed Apr 21 17:11:54 UTC 2010


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29890

Modified Files:
	.cvsignore Makefile config-debug config-nodebug kernel.spec 
	sources upstream 
Added Files:
	patch-2.6.34-rc5-git1.bz2.sign 
Log Message:
Linux 2.6.34-rc5-git1
New config option: CONFIG_QUOTA_DEBUG enabled for debug kernels


--- NEW FILE patch-2.6.34-rc5-git1.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBLzkD9yGugalF9Dw4RAk8hAJ4oSUGp8MORzttAdRMWzjqWIREZAgCdFgbV
xR/67GN6QZnBCs8VHeu0ayc=
=HLWk
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1187
retrieving revision 1.1188
diff -u -p -r1.1187 -r1.1188
--- .cvsignore	20 Apr 2010 01:45:09 -0000	1.1187
+++ .cvsignore	21 Apr 2010 17:11:51 -0000	1.1188
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.33
 linux-2.6.33.tar.bz2
 patch-2.6.34-rc5.bz2
+patch-2.6.34-rc5-git1.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- Makefile	22 Mar 2010 13:31:58 -0000	1.125
+++ Makefile	21 Apr 2010 17:11:52 -0000	1.126
@@ -98,6 +98,7 @@ debug:
 	@perl -pi -e 's/# CONFIG_DMADEVICES_DEBUG is not set/CONFIG_DMADEVICES_DEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DMADEVICES_VDEBUG is not set/CONFIG_DMADEVICES_VDEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_CEPH_FS_PRETTYDEBUG is not set/CONFIG_CEPH_FS_PRETTYDEBUG=y/' config-nodebug
+	@perl -pi -e 's/# CONFIG_QUOTA_DEBUG is not set/CONFIG_QUOTA_DEBUG=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
@@ -164,6 +165,7 @@ release:
 	@perl -pi -e 's/CONFIG_DMADEVICES_DEBUG=y/# CONFIG_DMADEVICES_DEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DMADEVICES_VDEBUG=y/# CONFIG_DMADEVICES_VDEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_CEPH_FS_PRETTYDEBUG=y/# CONFIG_CEPH_FS_PRETTYDEBUG is not set/' config-nodebug
+	@perl -pi -e 's/CONFIG_QUOTA_DEBUG=y/# CONFIG_QUOTA_DEBUG is not set/' config-nodebug
 
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- config-debug	22 Mar 2010 13:31:58 -0000	1.41
+++ config-debug	21 Apr 2010 17:11:52 -0000	1.42
@@ -84,3 +84,4 @@ CONFIG_DMADEVICES_VDEBUG=y
 CONFIG_PM_ADVANCED_DEBUG=y
 
 CONFIG_CEPH_FS_PRETTYDEBUG=y
+CONFIG_QUOTA_DEBUG=y


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- config-nodebug	22 Mar 2010 13:31:59 -0000	1.53
+++ config-nodebug	21 Apr 2010 17:11:52 -0000	1.54
@@ -84,3 +84,4 @@ CONFIG_DMADEVICES_VDEBUG=y
 CONFIG_PM_ADVANCED_DEBUG=y
 
 CONFIG_CEPH_FS_PRETTYDEBUG=y
+CONFIG_QUOTA_DEBUG=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1974
retrieving revision 1.1975
diff -u -p -r1.1974 -r1.1975
--- kernel.spec	21 Apr 2010 14:13:10 -0000	1.1974
+++ kernel.spec	21 Apr 2010 17:11:52 -0000	1.1975
@@ -82,7 +82,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 0
+%define gitrev 1
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -2019,6 +2019,10 @@ fi
 #                 ||     ||
 
 %changelog
+* Wed Apr 21 2010 Chuck Ebbert <cebbert at redhat.com>
+- Linux 2.6.34-rc5-git1
+- New config option: CONFIG_QUOTA_DEBUG enabled for debug kernels
+
 * Wed Apr 21 2010 Matthew Garrett <mjg at redhat.com>
 - thinkpad-acpi-add-x100e.patch: Add EC path for Thinkpad X100
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1147
retrieving revision 1.1148
diff -u -p -r1.1147 -r1.1148
--- sources	20 Apr 2010 01:45:10 -0000	1.1147
+++ sources	21 Apr 2010 17:11:53 -0000	1.1148
@@ -1,2 +1,3 @@
 c3883760b18d50e8d78819c54d579b00  linux-2.6.33.tar.bz2
 85a5a5e2251b85cb50ef1a68906b0a3c  patch-2.6.34-rc5.bz2
+e00a25208dc010b8b701edacdfd8c2a2  patch-2.6.34-rc5-git1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1060
retrieving revision 1.1061
diff -u -p -r1.1060 -r1.1061
--- upstream	20 Apr 2010 01:45:11 -0000	1.1060
+++ upstream	21 Apr 2010 17:11:53 -0000	1.1061
@@ -1,2 +1,3 @@
 linux-2.6.33.tar.bz2
 patch-2.6.34-rc5.bz2
+patch-2.6.34-rc5-git1.bz2



More information about the scm-commits mailing list