rpms/kernel/devel patch-2.6.32-rc1-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.1130, 1.1131 config-generic, 1.328, 1.329 config-x86-generic, 1.89, 1.90 config-x86_64-generic, 1.91, 1.92 kernel.spec, 1.1813, 1.1814 sources, 1.1089, 1.1090 upstream, 1.1002, 1.1003

Kyle McMartin kyle at fedoraproject.org
Mon Oct 5 01:31:02 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore config-generic config-x86-generic 
	config-x86_64-generic kernel.spec sources upstream 
Added Files:
	patch-2.6.32-rc1-git7.bz2.sign 
Log Message:
* Sun Oct 04 2009 Kyle McMartin <kyle at redhat.com>
- 2.6.32-rc1-git7
- [x86,x86_64] ACPI_PROCESSOR_AGGREGATOR=m



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

iD8DBQBKyThJyGugalF9Dw4RAksbAJ9kL+AVg4d2Jfe4Oe8AqOaBok0GDgCeKfVB
7Q3OqA2vzb//4SOv2x8nIro=
=eL+8
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1130
retrieving revision 1.1131
diff -u -p -r1.1130 -r1.1131
--- .cvsignore	28 Sep 2009 23:50:51 -0000	1.1130
+++ .cvsignore	5 Oct 2009 01:31:00 -0000	1.1131
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.31
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc1.bz2
+patch-2.6.32-rc1-git7.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -p -r1.328 -r1.329
--- config-generic	28 Sep 2009 22:57:21 -0000	1.328
+++ config-generic	5 Oct 2009 01:31:00 -0000	1.329
@@ -1284,6 +1284,7 @@ CONFIG_CASSINI=m
 # CONFIG_FEC_8XX is not set
 CONFIG_ETHOC=m
 # CONFIG_KS8842 is not set
+# CONFIG_KS8851_MLL is not set
 
 #
 # Ethernet (1000 Mbit)


Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -r1.89 -r1.90
--- config-x86-generic	28 Sep 2009 22:57:23 -0000	1.89
+++ config-x86-generic	5 Oct 2009 01:31:00 -0000	1.90
@@ -176,7 +176,7 @@ CONFIG_ACPI_VIDEO=m
 CONFIG_ACPI_PROC_EVENT=y
 CONFIG_PNPACPI=y
 CONFIG_ACPI_POWER_METER=m
-
+CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
 
 #
 # CPUFreq processor drivers


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -r1.91 -r1.92
--- config-x86_64-generic	28 Sep 2009 22:57:23 -0000	1.91
+++ config-x86_64-generic	5 Oct 2009 01:31:00 -0000	1.92
@@ -108,6 +108,7 @@ CONFIG_ACPI_VIDEO=m
 # Disable in F9.
 CONFIG_ACPI_PROC_EVENT=y
 CONFIG_ACPI_POWER_METER=m
+CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
 
 CONFIG_X86_PLATFORM_DEVICES=y
 CONFIG_ASUS_LAPTOP=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1813
retrieving revision 1.1814
diff -u -p -r1.1813 -r1.1814
--- kernel.spec	28 Sep 2009 23:50:52 -0000	1.1813
+++ kernel.spec	5 Oct 2009 01:31:00 -0000	1.1814
@@ -61,7 +61,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 1
 # The git snapshot level
-%define gitrev 0
+%define gitrev 7
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1985,6 +1985,10 @@ fi
 # ##############################################################
 
 %changelog
+* Sun Oct 04 2009 Kyle McMartin <kyle at redhat.com>
+- 2.6.32-rc1-git7
+- [x86,x86_64] ACPI_PROCESSOR_AGGREGATOR=m
+
 * Mon Sep 28 2009 Kyle McMartin <kyle at redhat.com>
 - 2.6.32-rc1
 - rebased crash-driver patchset, ia64_ksyms.c conflicts. move x86 crash.h


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1089
retrieving revision 1.1090
diff -u -p -r1.1089 -r1.1090
--- sources	28 Sep 2009 23:57:53 -0000	1.1089
+++ sources	5 Oct 2009 01:31:00 -0000	1.1090
@@ -1,2 +1,3 @@
 84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
 b6c7c6545e30099c35c04a91ada8d779  patch-2.6.32-rc1.bz2
+c26c6bae3c1995477429c496789927f8  patch-2.6.32-rc1-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -p -r1.1002 -r1.1003
--- upstream	28 Sep 2009 23:50:52 -0000	1.1002
+++ upstream	5 Oct 2009 01:31:00 -0000	1.1003
@@ -1,2 +1,3 @@
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc1.bz2
+patch-2.6.32-rc1-git7.bz2




More information about the fedora-extras-commits mailing list