[kernel/f16] Linux 3.3.1

Dave Jones davej at fedoraproject.org
Mon Apr 2 18:24:33 UTC 2012


commit b6cb947f14df1197d538ef868e4781c6a33e1729
Author: Dave Jones <davej at redhat.com>
Date:   Mon Apr 2 14:24:22 2012 -0400

    Linux 3.3.1

 ASPM-Fix-pcie-devs-with-non-pcie-children.patch    |   48 ---
 ...spend-fbdev-device-around-suspend-hiberna.patch |   92 ----
 ...lay-and-BH_Unwritten-in-journal_unmap_buf.patch |   91 ----
 kernel.spec                                        |   32 +--
 mm-thp-fix-pmd_bad-triggering.patch                |  447 --------------------
 sources                                            |    1 +
 ...register-checks-for-bogus-io-apic-entries.patch |   93 ----
 7 files changed, 8 insertions(+), 796 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index cc9f891..a169ca0 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 9
+%global baserelease 1
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -66,7 +66,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 0
+%define stable_update 1
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -700,7 +700,6 @@ Patch1825: drm-i915-dp-stfu.patch
 
 # hush the i915 fbc noise
 Patch1826: drm-i915-fbc-stfu.patch
-Patch1827: drm-i915-suspend-fbdev-device-around-suspend-hiberna.patch
 
 Patch1900: linux-2.6-intel-iommu-igfx.patch
 
@@ -755,9 +754,6 @@ Patch21226: pci-crs-blacklist.patch
 #rhbz 772772
 Patch21232: rt2x00_fix_MCU_request_failures.patch
 
-#rhbz 788260
-Patch21233: jbd2-clear-BH_Delay-and-BH_Unwritten-in-journal_unmap_buf.patch
-
 #rhbz 754518
 #Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
 
@@ -770,9 +766,6 @@ Patch21240: ACPICA-Fix-regression-in-FADT-revision-checks.patch
 #rhbz 728478
 Patch21242: sony-laptop-Enable-keyboard-backlight-by-default.patch
 
-#rhbz 803809 CVE-2012-1179
-Patch21244: mm-thp-fix-pmd_bad-triggering.patch
-
 Patch21300: unhandled-irqs-switch-to-polling.patch
 
 #rhbz 804007
@@ -781,8 +774,6 @@ Patch21305: mac80211-fix-possible-tid_rx-reorder_timer-use-after-free.patch
 #rhbz 804957 CVE-2012-1568
 Patch21306: shlib_base_randomize.patch
 
-Patch21350: x86-ioapic-add-register-checks-for-bogus-io-apic-entries.patch
-
 #rhbz 804347
 Patch21351: x86-add-io_apic_ops-to-allow-interception.patch
 Patch21352: x86-apic_ops-Replace-apic_ops-with-x86_apic_ops.patch
@@ -792,7 +783,6 @@ Patch21353: xen-x86-Implement-x86_apic_ops.patch
 Patch21370: iwlegacy-do-not-nulify-il-vif-on-reset.patch
 Patch21371: iwlwifi-do-not-nulify-ctx-vif-on-reset.patch
 
-Patch21500: ASPM-Fix-pcie-devs-with-non-pcie-children.patch
 Patch21501: nfs-Fix-length-of-buffer-copied-in-__nfs4_get_acl_uncached.patch
 
 #rhbz 808207 CVE-2012-1601
@@ -1404,8 +1394,6 @@ ApplyPatch drm-i915-fbc-stfu.patch
 
 ApplyPatch linux-2.6-intel-iommu-igfx.patch
 
-ApplyPatch drm-i915-suspend-fbdev-device-around-suspend-hiberna.patch
-
 # silence the ACPI blacklist code
 ApplyPatch linux-2.6-silence-acpi-blacklist.patch
 ApplyPatch quite-apm.patch
@@ -1425,7 +1413,8 @@ ApplyPatch dmar-disable-when-ricoh-multifunction.patch
 
 ApplyPatch efi-dont-map-boot-services-on-32bit.patch
 
-ApplyPatch hibernate-freeze-filesystems.patch
+# FIXME
+#ApplyPatch hibernate-freeze-filesystems.patch
 
 ApplyPatch lis3-improve-handling-of-null-rate.patch
 
@@ -1443,9 +1432,6 @@ ApplyPatch ext4-Support-check-none-nocheck-mount-options.patch
 #rhbz 772772
 ApplyPatch rt2x00_fix_MCU_request_failures.patch
 
-#rhbz 788269
-ApplyPatch jbd2-clear-BH_Delay-and-BH_Unwritten-in-journal_unmap_buf.patch
-
 #rhbz 754518
 #ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
 
@@ -1468,8 +1454,6 @@ ApplyPatch unhandled-irqs-switch-to-polling.patch
 
 ApplyPatch weird-root-dentry-name-debug.patch
 
-ApplyPatch x86-ioapic-add-register-checks-for-bogus-io-apic-entries.patch
-
 #rhbz 804347
 ApplyPatch x86-add-io_apic_ops-to-allow-interception.patch
 ApplyPatch x86-apic_ops-Replace-apic_ops-with-x86_apic_ops.patch
@@ -1479,11 +1463,6 @@ ApplyPatch xen-x86-Implement-x86_apic_ops.patch
 ApplyPatch iwlegacy-do-not-nulify-il-vif-on-reset.patch
 ApplyPatch iwlwifi-do-not-nulify-ctx-vif-on-reset.patch
 
-#rhbz 803809 CVE-2012-1179
-ApplyPatch mm-thp-fix-pmd_bad-triggering.patch
-
-ApplyPatch ASPM-Fix-pcie-devs-with-non-pcie-children.patch
-
 ApplyPatch nfs-Fix-length-of-buffer-copied-in-__nfs4_get_acl_uncached.patch
 
 #rhbz 808207 CVE-2012-1601
@@ -2227,6 +2206,9 @@ fi
 # and build.
 
 %changelog
+* Mon Apr 02 2012 Dave Jones <davej at redhat.com> 3.3.1-1
+- Linux 3.3.1
+
 * Fri Mar 30 2012 Dave Jones <davej at redhat.com>
 - Silence the timekeeping "Adjusting tsc more then 11%" spew. (rhbz 798600)
 
diff --git a/sources b/sources
index 2fad201..e8c9e05 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7133f5a2086a7d7ef97abac610c094f5  linux-3.3.tar.xz
+10771d657c5bf342bcfe66ed06653ecb  patch-3.3.1.xz


More information about the scm-commits mailing list