summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-04-04 10:48:11 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-04-04 10:48:11 -0400
commitf8ac3b70ec493b62901db3e23676e2f9035d45bb (patch)
tree96333f9735ac7af1116964f0de83bbe6f8a94911 /kernel.spec
parent28582472ab25c8190b0466fc1c2e5ee08648b9d1 (diff)
downloadkernel-f8ac3b70ec493b62901db3e23676e2f9035d45bb.tar.gz
kernel-f8ac3b70ec493b62901db3e23676e2f9035d45bb.tar.xz
kernel-f8ac3b70ec493b62901db3e23676e2f9035d45bb.zip
Disable runtime PM for hotpluggable ATA ports (rhbz 806676)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 78cce016c..414d61639 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,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 2
+%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -739,6 +739,9 @@ Patch21306: shlib_base_randomize.patch
#rhbz 806433
Patch21360: uvcvideo-Fix-race-induced-crash-in-uvc_video_clock_update.patch
+#rhbz 806676
+Patch21385: libata-disable-runtime-pm-for-hotpluggable-port.patch
+
Patch21400: unhandled-irqs-switch-to-polling.patch
Patch22000: weird-root-dentry-name-debug.patch
@@ -1432,6 +1435,9 @@ ApplyPatch highbank-export-clock-functions.patch
#rhbz 806433
ApplyPatch uvcvideo-Fix-race-induced-crash-in-uvc_video_clock_update.patch
+#rhbz 806676
+ApplyPatch libata-disable-runtime-pm-for-hotpluggable-port.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2287,6 +2293,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Apr 04 2012 Josh Boyer <jwboyer@redhat.com>
+- Disable runtime PM for hotpluggable ATA ports (rhbz 806676)
+
* Tue Apr 03 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc1.git1.2
- BTRFS use after free patch