summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2012-03-02 14:18:50 -0600
committerJustin M. Forbes <jforbes@redhat.com>2012-03-02 14:18:50 -0600
commit77c4837f0f440071d4df225afb164839af4537f8 (patch)
tree58b22e98806ab7ee5aceae7782057b118b5536e0 /kernel.spec
parenta3e5ef0ac49dfc2b6032860c96276cc213b355a4 (diff)
downloadkernel-77c4837f0f440071d4df225afb164839af4537f8.tar.gz
kernel-77c4837f0f440071d4df225afb164839af4537f8.tar.xz
kernel-77c4837f0f440071d4df225afb164839af4537f8.zip
Disable threading on compression/decompression for hibernate
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 8ac728b03..8020c7d81 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -781,6 +781,9 @@ Patch21301: cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
#rhbz 728478
Patch21302: sony-laptop-Enable-keyboard-backlight-by-default.patch
+# Disable threading in hibernate compression
+Patch21303: disable-threading-in-compression-for-hibernate.patch
+
Patch21400: unhandled-irqs-switch-to-polling.patch
# compat-wireless patches
@@ -1509,6 +1512,9 @@ 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
+
ApplyPatch unhandled-irqs-switch-to-polling.patch
# END OF PATCH APPLICATIONS
@@ -2382,6 +2388,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Mar 02 2012 Justin M. Forbes <jforbes@redhat.com>
+- Disable threading in hibernate compression/decompression
+
* Fri Mar 02 2012 Adam Jackson <ajax@redhat.com>
- drm-intel-crtc-dpms-fix.patch: Fix system hang on gen2 kit on DPMS (#730853)