rpms/kernel/devel patch-2.6.32.2.bz2.sign, NONE, 1.1 .cvsignore, 1.1149, 1.1150 kernel.spec, 1.1876, 1.1877 sources, 1.1108, 1.1109 upstream, 1.1021, 1.1022 drm-i915-fix-sync-to-vbl-when-vga-is-off.patch, 1.1, NONE linux-2.6-ath9k-fixes.patch, 1.1, NONE linux-2.6-iommu-updates.patch, 1.1, NONE patch-2.6.32.1.bz2.sign, 1.1, NONE perf-dont-free-perf_mmap_data-until-work-has-been-done.patch, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Sat Dec 19 02:35:34 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore kernel.spec sources upstream 
Added Files:
	patch-2.6.32.2.bz2.sign 
Removed Files:
	drm-i915-fix-sync-to-vbl-when-vga-is-off.patch 
	linux-2.6-ath9k-fixes.patch linux-2.6-iommu-updates.patch 
	patch-2.6.32.1.bz2.sign 
	perf-dont-free-perf_mmap_data-until-work-has-been-done.patch 
Log Message:
* Fri Dec 18 2009 Kyle McMartin <kyle at redhat.com> 2.6.32.2-14
- Linux 2.6.32.2
- dropped upstream patches.



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

iD8DBQBLLA8TyGugalF9Dw4RArcVAKCUKgkmy1mpxCYSh0tmlbKmIfWb9ACbBKrH
pKjydna4V+WfiL4sIKS/zwc=
=1nus
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1149
retrieving revision 1.1150
diff -u -p -r1.1149 -r1.1150
--- .cvsignore	14 Dec 2009 20:16:52 -0000	1.1149
+++ .cvsignore	19 Dec 2009 02:35:33 -0000	1.1150
@@ -5,4 +5,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.32
 linux-2.6.32.tar.bz2
-patch-2.6.32.1.bz2
+patch-2.6.32.2.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1876
retrieving revision 1.1877
diff -u -p -r1.1876 -r1.1877
--- kernel.spec	18 Dec 2009 09:56:47 -0000	1.1876
+++ kernel.spec	19 Dec 2009 02:35:33 -0000	1.1877
@@ -40,7 +40,7 @@ Summary: The Linux kernel
 %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
 # Set rpm version accordingly
@@ -619,9 +619,6 @@ Patch21: linux-2.6-tracehook.patch
 Patch22: linux-2.6-utrace.patch
 Patch23: linux-2.6-utrace-ptrace.patch
 
-# More workaround for BIOS brokenness, fix intel_iommu=igfx_off oops
-Patch100: linux-2.6-iommu-updates.patch
-
 Patch141: linux-2.6-ps3-storage-alias.patch
 Patch143: linux-2.6-g5-therm-shutdown.patch
 Patch144: linux-2.6-vio-modalias.patch
@@ -671,7 +668,6 @@ Patch670: linux-2.6-ata-quirk.patch
 
 Patch680: linux-2.6-rt2x00-asus-leds.patch
 Patch681: linux-2.6-mac80211-age-scan-results-on-resume.patch
-Patch682: linux-2.6-ath9k-fixes.patch
 
 Patch700: linux-2.6.31-nx-data.patch
 Patch701: linux-2.6.31-modules-ro-nx.patch
@@ -698,7 +694,6 @@ Patch1821: drm-page-flip.patch
 # intel drm is all merged upstream
 Patch1824: drm-intel-next.patch
 Patch1825: drm-intel-pm.patch
-Patch1826: drm-i915-fix-sync-to-vbl-when-vga-is-off.patch
 Patch1827: linux-2.6-intel-agp-clear-gtt.patch
 
 # kludge to make ich9 e1000 work
@@ -731,8 +726,6 @@ Patch12010: linux-2.6-dell-laptop-rfkill
 Patch12011: linux-2.6-block-silently-error-unsupported-empty-barriers-too.patch
 Patch12013: linux-2.6-rfkill-all.patch
 
-Patch12015: perf-dont-free-perf_mmap_data-until-work-has-been-done.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1163,7 +1156,6 @@ ApplyPatch linux-2.6-dell-laptop-rfkill-
 #
 # Intel IOMMU
 #
-ApplyPatch linux-2.6-iommu-updates.patch
 
 #
 # PowerPC
@@ -1289,9 +1281,6 @@ ApplyPatch linux-2.6-ata-quirk.patch
 # back-port scan result aging patches
 #ApplyPatch linux-2.6-mac80211-age-scan-results-on-resume.patch
 
-# ath9k: add fixes suggested by upstream maintainer
-ApplyPatch linux-2.6-ath9k-fixes.patch
-
 # Mark kernel data as NX
 #ApplyPatch linux-2.6.31-nx-data.patch
 # Apply NX/RO to modules
@@ -1332,7 +1321,6 @@ ApplyPatch drm-intel-big-hammer.patch
 ApplyOptionalPatch drm-intel-next.patch
 #this appears to be upstream - mjg59?
 #ApplyPatch drm-intel-pm.patch
-ApplyPatch drm-i915-fix-sync-to-vbl-when-vga-is-off.patch
 # Some BIOSes don't clear the whole GTT, and it causes IOMMU faults
 ApplyPatch linux-2.6-intel-agp-clear-gtt.patch
 
@@ -1352,8 +1340,6 @@ ApplyPatch linux-2.6-silence-acpi-blackl
 # Patches headed upstream
 ApplyPatch linux-2.6-rfkill-all.patch
 
-ApplyPatch perf-dont-free-perf_mmap_data-until-work-has-been-done.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2009,6 +1995,10 @@ fi
 # and build.
 
 %changelog
+* Fri Dec 18 2009 Kyle McMartin <kyle at redhat.com> 2.6.32.2-14
+- Linux 2.6.32.2
+- dropped upstream patches.
+
 * Fri Dec 18 2009 Roland McGrath <roland at redhat.com> - 2.6.32.1-13
 - minor utrace update
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1108
retrieving revision 1.1109
diff -u -p -r1.1108 -r1.1109
--- sources	14 Dec 2009 20:16:53 -0000	1.1108
+++ sources	19 Dec 2009 02:35:34 -0000	1.1109
@@ -1,2 +1,2 @@
 260551284ac224c3a43c4adac7df4879  linux-2.6.32.tar.bz2
-abc24a9beb8431a75301dd3884b37a3c  patch-2.6.32.1.bz2
+924b7aa0fcd6e54c12ecc9b3c3082f59  patch-2.6.32.2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -p -r1.1021 -r1.1022
--- upstream	14 Dec 2009 20:16:53 -0000	1.1021
+++ upstream	19 Dec 2009 02:35:34 -0000	1.1022
@@ -1,2 +1,2 @@
 linux-2.6.32.tar.bz2
-patch-2.6.32.1.bz2
+patch-2.6.32.2.bz2


--- drm-i915-fix-sync-to-vbl-when-vga-is-off.patch DELETED ---


--- linux-2.6-ath9k-fixes.patch DELETED ---


--- linux-2.6-iommu-updates.patch DELETED ---


--- patch-2.6.32.1.bz2.sign DELETED ---


--- perf-dont-free-perf_mmap_data-until-work-has-been-done.patch DELETED ---




More information about the scm-commits mailing list