rpms/kernel/devel patch-2.6.27.2-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.947, 1.948 TODO, 1.20, 1.21 kernel.spec, 1.1058, 1.1059 sources, 1.909, 1.910 upstream, 1.821, 1.822 linux-2.6-mac80211-debugfs-stable-fix.patch, 1.1, NONE linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch, 1.1, NONE linux-2.6.27-xfs-barrier-fix.patch, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Oct 16 23:56:08 UTC 2008


Author: cebbert

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

Modified Files:
	.cvsignore TODO kernel.spec sources upstream 
Added Files:
	patch-2.6.27.2-rc1.bz2.sign 
Removed Files:
	linux-2.6-mac80211-debugfs-stable-fix.patch 
	linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch 
	linux-2.6.27-xfs-barrier-fix.patch 
Log Message:
Linux 2.6.27.2-rc1
  Dropped patches:
    linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch
    linux-2.6.27-xfs-barrier-fix.patch
    linux-2.6-mac80211-debugfs-stable-fix.patch


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

iD8DBQBI983HyGugalF9Dw4RAqoSAJwNxDjUS+4syZ4Vh4KGCpw8QhyAjgCfYnkx
5yLlwmCTFneNzGTuQf14Wy8=
=2cOV
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.947
retrieving revision 1.948
diff -u -r1.947 -r1.948
--- .cvsignore	16 Oct 2008 16:40:15 -0000	1.947
+++ .cvsignore	16 Oct 2008 23:55:38 -0000	1.948
@@ -5,3 +5,4 @@
 kernel-2.6.27
 linux-2.6.27.tar.bz2
 patch-2.6.27.1.bz2
+patch-2.6.27.2-rc1.bz2


Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/TODO,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- TODO	16 Oct 2008 17:36:29 -0000	1.20
+++ TODO	16 Oct 2008 23:55:38 -0000	1.21
@@ -157,13 +157,8 @@
 linux-2.6-x86-avoid-dereferencing-beyond-stack-THREAD_SIZE.patch
 	from Ingo's x86/urgent tree, should have been in 2.6.27
 
-linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch
-	in 2.6.28-rc, queued for -stable
-
-linux-2.6.27-xfs-barrier-fix.patch
 linux-2.6.27-xfs-remount-fix.patch
-	Barrier fix in 2.6.28-rc, queued for -stable
-	Root remount problem fix, now upstream, should be sent for -stable 
+	Root remount problem fix, now upstream, sent for -stable 
 
 linux-2.6-rtc-cmos-look-for-pnp-rtc-first.patch
 linux-2.6-x86-register-platform-rtc-if-pnp-doesnt-describe-it.patch


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1058
retrieving revision 1.1059
diff -u -r1.1058 -r1.1059
--- kernel.spec	16 Oct 2008 23:20:37 -0000	1.1058
+++ kernel.spec	16 Oct 2008 23:55:38 -0000	1.1059
@@ -32,9 +32,9 @@
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 1
+%define stable_update 2
 # Is it a -stable RC?
-%define stable_rc 0
+%define stable_rc 1
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -583,7 +583,6 @@
 Patch30: linux-2.6-x86-xen-add-dependencies.patch
 
 Patch41: linux-2.6-sysrq-c.patch
-Patch43: linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch
 Patch44: linux-2.6-x86-avoid-dereferencing-beyond-stack-THREAD_SIZE.patch
 
 Patch140: linux-2.6-ps3-ehci-iso.patch
@@ -624,7 +623,6 @@
 
 #Patch680: linux-2.6-iwlwifi-use-dma_alloc_coherent.patch
 Patch681: linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
-Patch682: linux-2.6-mac80211-debugfs-stable-fix.patch
 Patch690: linux-2.6-at76.patch
 
 Patch700: linux-2.6-nfs-client-mounts-hang.patch
@@ -690,8 +688,7 @@
 Patch2900: linux-2.6.27-ext4-stable-patch-queue.patch
 Patch2901: linux-2.6.27-fs-disable-fiemap.patch
 
-# Fix for xfs wrongly disabling barriers and remount problems
-Patch2902: linux-2.6.27-xfs-barrier-fix.patch
+# Fix for xfs remount problems
 Patch2903: linux-2.6.27-xfs-remount-fix.patch
 
 # cciss sysfs links are broken
@@ -1060,8 +1057,6 @@
 
 # Architecture patches
 # x86(-64)
-# detect single CPU present at boot properly
-ApplyPatch linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch
 # don't oops in get_wchan()
 ApplyPatch linux-2.6-x86-avoid-dereferencing-beyond-stack-THREAD_SIZE.patch
 
@@ -1108,7 +1103,6 @@
 ApplyPatch linux-2.6.27-fs-disable-fiemap.patch
 
 # xfs
-ApplyPatch linux-2.6.27-xfs-barrier-fix.patch
 ApplyPatch linux-2.6.27-xfs-remount-fix.patch
 
 # USB
@@ -1190,8 +1184,6 @@
 #ApplyPatch linux-2.6-iwlwifi-use-dma_alloc_coherent.patch
 # make jarod's iwl4965 not panic near N APs, hopefully
 ApplyPatch linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
-# -stable fix for mac80211 debugf-related panics
-ApplyPatch linux-2.6-mac80211-debugfs-stable-fix.patch
 
 # Add misc wireless bits from upstream wireless tree
 ApplyPatch linux-2.6-at76.patch
@@ -1833,6 +1825,13 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Thu Oct 16 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.2-22.rc1
+- Linux 2.6.27.2-rc1
+  Dropped patches:
+    linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch
+    linux-2.6.27-xfs-barrier-fix.patch
+    linux-2.6-mac80211-debugfs-stable-fix.patch
+
 * Thu Oct 16 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.1-22
 - Fix the cciss sysfs links fix.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -r1.909 -r1.910
--- sources	16 Oct 2008 16:40:15 -0000	1.909
+++ sources	16 Oct 2008 23:55:38 -0000	1.910
@@ -1,2 +1,3 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
 f2ede3425df6c18f2978d256be7eb5de  patch-2.6.27.1.bz2
+12bd190a883c21aa6ffe76628f6b44d9  patch-2.6.27.2-rc1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -r1.821 -r1.822
--- upstream	16 Oct 2008 16:40:15 -0000	1.821
+++ upstream	16 Oct 2008 23:55:38 -0000	1.822
@@ -1,2 +1,3 @@
 linux-2.6.27.tar.bz2
 patch-2.6.27.1.bz2
+patch-2.6.27.2-rc1.bz2


--- linux-2.6-mac80211-debugfs-stable-fix.patch DELETED ---


--- linux-2.6-x86-improve-up-kernel-when-cpu-hotplug-and-smp.patch DELETED ---


--- linux-2.6.27-xfs-barrier-fix.patch DELETED ---




More information about the scm-commits mailing list