summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-02-17 12:42:55 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-02-17 13:42:40 -0500
commitfcbaf26ab3324e948e5ba3835f367ab6d5985b5d (patch)
treef6613875a4cdf49965770e61d895fdd3bee21759 /kernel.spec
parent49739536e3e3734a4f5fc3b5a697c5d9f996bb4d (diff)
downloadkernel-fcbaf26ab3324e948e5ba3835f367ab6d5985b5d.tar.gz
kernel-fcbaf26ab3324e948e5ba3835f367ab6d5985b5d.tar.xz
kernel-fcbaf26ab3324e948e5ba3835f367ab6d5985b5d.zip
Freeze all filesystems during system suspend/hibernate.
Rebased http://marc.info/?l=linux-kernel&m=132775832509351&w=4 to 3.3-rc3
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 31e2cf0b4..7ecbf1f30 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -730,6 +730,8 @@ Patch12303: dmar-disable-when-ricoh-multifunction.patch
Patch13003: efi-dont-map-boot-services-on-32bit.patch
+Patch14000: hibernate-freeze-filesystems.patch
+
Patch20000: utrace.patch
# Flattened devicetree support
@@ -1447,6 +1449,8 @@ ApplyPatch dmar-disable-when-ricoh-multifunction.patch
ApplyPatch efi-dont-map-boot-services-on-32bit.patch
+ApplyPatch hibernate-freeze-filesystems.patch
+
# utrace.
ApplyPatch utrace.patch
@@ -2351,6 +2355,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Feb 17 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc3.git7.2
+- Freeze all filesystems during system suspend/hibernate.
+
* Fri Feb 17 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc3.git7.1
- Linux 3.3-rc3-git7 (upstream 4903062b5485f0e2c286a23b44c9b59d9b017d53)