[kernel/f15] Linux 3.2.10

Justin M. Forbes jforbes at fedoraproject.org
Tue Mar 13 05:24:45 UTC 2012


commit 2eb45048c78deaeccac3aba393cb3d56ffcac443
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Tue Mar 13 00:24:38 2012 -0500

    Linux 3.2.10

 bsg-fix-sysfs-link-remove-warning.patch            |   16 ---
 ...-dentry-refcount-leak-when-opening-a-FIFO.patch |   61 ----------
 kernel.spec                                        |   39 +------
 ...rrect-unregistring-of-events-attached-to-.patch |   69 -----------
 mm-thp-fix-BUG-on-mm-nr_ptes.patch                 |  121 --------------------
 ...ent-null-pointer-reference-on-readonly-re.patch |   63 ----------
 ...rn-EFAULT-not-EIO-on-host-side-memory-fau.patch |   46 --------
 sources                                            |    2 +-
 8 files changed, 6 insertions(+), 411 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 11af568..6a861bc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -42,7 +42,7 @@ Summary: The Linux kernel
 # When changing real_sublevel below, reset this by hand to 1
 # (or to 0 and then use rpmdev-bumpspec).
 #
-%global baserelease 4
+%global baserelease 1
 %global fedora_build %{baserelease}
 
 # real_sublevel is the 3.x kernel version we're starting with
@@ -51,7 +51,7 @@ Summary: The Linux kernel
 %define fake_sublevel %(echo $((40 + %{real_sublevel})))
 
 # Do we have a -stable update to apply?
-%define stable_update 9
+%define stable_update 10
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -617,7 +617,6 @@ Patch1500: fix_xen_guest_on_old_EC2.patch
 Patch1810: drm-nouveau-updates.patch
 # intel drm is all merged upstream
 Patch1824: drm-intel-next.patch
-Patch1825: drm-intel-crtc-dpms-fix.patch
 # hush the i915 fbc noise
 Patch1826: drm-i915-fbc-stfu.patch
 
@@ -643,8 +642,6 @@ Patch3500: jbd-jbd2-validate-sb-s_first-in-journal_get_superblo.patch
 
 Patch12016: disable-i8042-check-on-apple-mac.patch
 
-Patch12026: bsg-fix-sysfs-link-remove-warning.patch
-
 Patch12303: dmar-disable-when-ricoh-multifunction.patch
 
 Patch13002: revert-efi-rtclock.patch
@@ -715,25 +712,12 @@ Patch21101: hpsa-add-irqf-shared.patch
 #rhbz 727865 730007
 Patch21102: ACPICA-Fix-regression-in-FADT-revision-checks.patch
 
-# rhbz 798296
-Patch21103: cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
-
 #rhbz 728478
 Patch21104: sony-laptop-Enable-keyboard-backlight-by-default.patch
 
 # Disable threading in hibernate compression
 Patch21105: disable-threading-in-compression-for-hibernate.patch
 
-#rhbz 799782 CVE-2012-1097
-Patch21106: regset-Prevent-null-pointer-reference-on-readonly-re.patch
-Patch21107: regset-Return-EFAULT-not-EIO-on-host-side-memory-fau.patch
-
-#rhbz 786632
-Patch21108: mm-thp-fix-BUG-on-mm-nr_ptes.patch
-
-#rhbz 800817
-Patch21109: mm-memcg-Correct-unregistring-of-events-attached-to-.patch
-
 Patch21110: x86-ioapic-add-register-checks-for-bogus-io-apic-entries.patch
 
 Patch21200: unhandled-irqs-switch-to-polling.patch
@@ -1262,7 +1246,6 @@ ApplyOptionalPatch drm-nouveau-updates.patch
 
 # Intel DRM
 ApplyOptionalPatch drm-intel-next.patch
-ApplyPatch drm-intel-crtc-dpms-fix.patch
 ApplyPatch drm-i915-fbc-stfu.patch
 
 ApplyPatch linux-2.6-intel-iommu-igfx.patch
@@ -1281,8 +1264,6 @@ ApplyOptionalPatch linux-2.6-v4l-dvb-experimental.patch
 
 ApplyPatch disable-i8042-check-on-apple-mac.patch
 
-ApplyPatch bsg-fix-sysfs-link-remove-warning.patch
-
 # rhbz#605888
 ApplyPatch dmar-disable-when-ricoh-multifunction.patch
 
@@ -1346,29 +1327,16 @@ ApplyPatch bcma-brcmsmac-compat.patch
 #rhbz 727865 730007
 ApplyPatch ACPICA-Fix-regression-in-FADT-revision-checks.patch
 
-# rhbz 798296
-ApplyPatch cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
-
 #rhbz 728478
 ApplyPatch sony-laptop-Enable-keyboard-backlight-by-default.patch
 
 #Disable threading in hibernate compression
 ApplyPatch disable-threading-in-compression-for-hibernate.patch
 
-#rhbz 799782 CVE-2012-1097
-ApplyPatch regset-Prevent-null-pointer-reference-on-readonly-re.patch
-ApplyPatch regset-Return-EFAULT-not-EIO-on-host-side-memory-fau.patch
-
 ApplyPatch unhandled-irqs-switch-to-polling.patch
 
 ApplyPatch weird-root-dentry-name-debug.patch
 
-#rhbz 786632
-ApplyPatch mm-thp-fix-BUG-on-mm-nr_ptes.patch
-
-#rhbz 800817
-ApplyPatch mm-memcg-Correct-unregistring-of-events-attached-to-.patch
-
 ApplyPatch x86-ioapic-add-register-checks-for-bogus-io-apic-entries.patch
 
 # END OF PATCH APPLICATIONS
@@ -2018,6 +1986,9 @@ fi
 # and build.
 
 %changelog
+* Mon Mar 12 2012 Justin M. Forbes <jforbes at redhat.com> - 2.6.42.10-1
+- Linux 3.2.10
+
 * Mon Mar 12 2012 Josh Boyer <jwboyer at redhat.com>
 - Add patch to ignore bogus io-apic entries (rhbz 801501)
 
diff --git a/sources b/sources
index 14e00fa..a003ef5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 364066fa18767ec0ae5f4e4abcf9dc51  linux-3.2.tar.xz
-3916159a999ee49cd6bd002556c629ad  patch-3.2.9.xz
+7481fa09f2efda915ed19a9da33a2e59  patch-3.2.10.xz


More information about the scm-commits mailing list