summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2011-10-19 01:28:40 -0400
committerChuck Ebbert <cebbert@redhat.com>2011-10-19 01:28:40 -0400
commite05440cad9fcc66f4ddbdf6270972123a1702b04 (patch)
treedaef90a91382a10e7e8886da19edcc908774ffee /kernel.spec
parent18312c11db4c56f166bebd9093237a91a0033cd6 (diff)
downloadkernel-e05440cad9fcc66f4ddbdf6270972123a1702b04.tar.gz
kernel-e05440cad9fcc66f4ddbdf6270972123a1702b04.tar.xz
kernel-e05440cad9fcc66f4ddbdf6270972123a1702b04.zip
Sync with F16
Linux 3.1-rc10 Copy nouveau updates patch from F16 Fix deadlock in POSIX cputimer code (rhbz #746485)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index ffe135970..5ef7a3ee3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 3
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -82,7 +82,7 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%define rcrev 9
+%define rcrev 10
# The git snapshot level
%define gitrev 0
# Set rpm version accordingly
@@ -746,6 +746,9 @@ Patch21002: mmc-Always-check-for-lower-base-frequency-quirk-for-.patch
Patch21020: 0001-mm-vmscan-Limit-direct-reclaim-for-higher-order-allo.patch
Patch21021: 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch
+# rhbz #746485
+Patch21030: cputimer-cure-lock-inversion.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1369,6 +1372,9 @@ ApplyPatch utrace.patch
ApplyPatch 0001-mm-vmscan-Limit-direct-reclaim-for-higher-order-allo.patch
ApplyPatch 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch
+# rhbz #746485
+ApplyPatch cputimer-cure-lock-inversion.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2077,6 +2083,12 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Oct 19 2011 Chuck Ebbert <cebbert@redhat.com>
+- Sync with F16
+- Linux 3.1-rc10
+- Copy nouveau updates patch from F16
+- Fix deadlock in POSIX cputimer code (rhbz #746485)
+
* Tue Oct 18 2011 Josh Boyer <jwboyer@redhat.com>
- Add patch to fix invalid EFI remap calls from Matt Fleming