rpms/kernel/devel patch-2.6.32-rc3-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.1132, 1.1133 Makefile, 1.113, 1.114 config-debug, 1.31, 1.32 config-nodebug, 1.42, 1.43 config-x86-generic, 1.90, 1.91 config-x86_64-generic, 1.93, 1.94 kernel.spec, 1.1817, 1.1818 sources, 1.1091, 1.1092 upstream, 1.1004, 1.1005

Kyle McMartin kyle at fedoraproject.org
Sun Oct 11 07:29:07 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore Makefile config-debug config-nodebug 
	config-x86-generic config-x86_64-generic kernel.spec sources 
	upstream 
Added Files:
	patch-2.6.32-rc3-git3.bz2.sign 
Log Message:
* Sun Oct 11 2009 Kyle McMartin <kyle at redhat.com>
- 2.6.32-rc3-git3



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

iD8DBQBKz9RqyGugalF9Dw4RApalAJ9XsxaGCkrX1sua2+9vQKjl+lTEYACgjf9x
Z+8D/oIbCoE2T1p0wfrDXrA=
=kYxL
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1132
retrieving revision 1.1133
diff -u -p -r1.1132 -r1.1133
--- .cvsignore	5 Oct 2009 01:39:25 -0000	1.1132
+++ .cvsignore	11 Oct 2009 07:29:06 -0000	1.1133
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.31
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc3.bz2
+patch-2.6.32-rc3-git3.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -p -r1.113 -r1.114
--- Makefile	28 Sep 2009 22:57:20 -0000	1.113
+++ Makefile	11 Oct 2009 07:29:06 -0000	1.114
@@ -77,6 +77,7 @@ debug:
 	@perl -pi -e 's/# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set/CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_ACPI_DEBUG is not set/CONFIG_ACPI_DEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_EXT4_DEBUG is not set/CONFIG_EXT4_DEBUG=y/' config-nodebug
+	@perl -pi -e 's/# CONFIG_DEBUG_PERF_USE_VMALLOC is not set/CONFIG_DEBUG_PERF_USE_VMALLOC=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
@@ -128,6 +129,7 @@ release:
 	@perl -pi -e 's/CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y/# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_ACPI_DEBUG=y/# CONFIG_ACPI_DEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_EXT4_DEBUG=y/# CONFIG_EXT4_DEBUG is not set/' config-nodebug
+	@perl -pi -e 's/CONFIG_DEBUG_PERF_USE_VMALLOC=y/# CONFIG_DEBUG_PERF_USE_VMALLOC 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.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- config-debug	28 Sep 2009 22:41:52 -0000	1.31
+++ config-debug	11 Oct 2009 07:29:06 -0000	1.32
@@ -54,3 +54,5 @@ CONFIG_MMIOTRACE=y
 CONFIG_DEBUG_CREDENTIALS=y
 
 CONFIG_EXT4_DEBUG=y
+
+CONFIG_DEBUG_PERF_USE_VMALLOC=y


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- config-nodebug	28 Sep 2009 22:57:22 -0000	1.42
+++ config-nodebug	11 Oct 2009 07:29:06 -0000	1.43
@@ -56,3 +56,5 @@ CONFIG_DEBUG_CREDENTIALS=y
 CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
 
 CONFIG_EXT4_DEBUG=y
+
+CONFIG_DEBUG_PERF_USE_VMALLOC=y


Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- config-x86-generic	5 Oct 2009 01:31:00 -0000	1.90
+++ config-x86-generic	11 Oct 2009 07:29:06 -0000	1.91
@@ -491,6 +491,7 @@ CONFIG_INPUT_WINBOND_CIR=m
 CONFIG_I2C_SCMI=m
 CONFIG_SBC_FITPC2_WATCHDOG=m
 CONFIG_EDAC_I3200=m
+CONFIG_EDAC_DECODE_MCE=m
 
 CONFIG_GPIO_LANGWELL=y
 


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- config-x86_64-generic	7 Oct 2009 17:28:16 -0000	1.93
+++ config-x86_64-generic	11 Oct 2009 07:29:06 -0000	1.94
@@ -213,6 +213,7 @@ CONFIG_EDAC_AMD8131=m
 CONFIG_EDAC_AMD8111=m
 CONFIG_EDAC_AMD64=m
 # CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
+CONFIG_EDAC_DECODE_MCE=m
 
 CONFIG_SCHED_MC=y
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1817
retrieving revision 1.1818
diff -u -p -r1.1817 -r1.1818
--- kernel.spec	8 Oct 2009 05:58:46 -0000	1.1817
+++ kernel.spec	11 Oct 2009 07:29:06 -0000	1.1818
@@ -61,7 +61,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 3
 # The git snapshot level
-%define gitrev 0
+%define gitrev 3
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1985,6 +1985,9 @@ fi
 # ##############################################################
 
 %changelog
+* Sun Oct 11 2009 Kyle McMartin <kyle at redhat.com>
+- 2.6.32-rc3-git3
+
 * Thu Oct 08 2009 Ben Skeggs <bskeggs at redhat.com>
 - ppc: compile nvidiafb as a module only, nvidiafb+nouveau = bang! (rh#491308)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1091
retrieving revision 1.1092
diff -u -p -r1.1091 -r1.1092
--- sources	5 Oct 2009 01:39:25 -0000	1.1091
+++ sources	11 Oct 2009 07:29:07 -0000	1.1092
@@ -1,2 +1,3 @@
 84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
 767d2d8921ef5730cde0cd40014265eb  patch-2.6.32-rc3.bz2
+e77b3fddc1644d9546c51f0aa5c584c2  patch-2.6.32-rc3-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1004
retrieving revision 1.1005
diff -u -p -r1.1004 -r1.1005
--- upstream	5 Oct 2009 01:39:25 -0000	1.1004
+++ upstream	11 Oct 2009 07:29:07 -0000	1.1005
@@ -1,2 +1,3 @@
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc3.bz2
+patch-2.6.32-rc3-git3.bz2




More information about the fedora-extras-commits mailing list