summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-08-22 11:03:52 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-09-12 07:31:24 -0400
commit27b62b6f8575354a5ed22c9bee9fe0f9bba8f07f (patch)
treedb0f770806e2fce427a1f906b6572031f65ae67b /kernel.spec
parent737c9c7da818f1da0bdf3f6a0dda5c38a3cba769 (diff)
downloadkernel-27b62b6f8575354a5ed22c9bee9fe0f9bba8f07f.tar.gz
kernel-27b62b6f8575354a5ed22c9bee9fe0f9bba8f07f.tar.xz
kernel-27b62b6f8575354a5ed22c9bee9fe0f9bba8f07f.zip
Avoid false quiescent states in rcutree with CONFIG_RCU_FAST_NO_HZ. (rhbz 577968)
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 742e49244..d5dfaedc9 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -697,6 +697,8 @@ Patch2900: linux-2.6-v4l-dvb-update.patch
Patch2901: linux-2.6-v4l-dvb-experimental.patch
Patch2902: linux-2.6-v4l-dvb-uvcvideo-update.patch
+Patch3000: rcutree-avoid-false-quiescent-states.patch
+
# fs fixes
# NFSv4
@@ -1307,6 +1309,8 @@ ApplyOptionalPatch linux-2.6-v4l-dvb-experimental.patch
#ApplyPatch linux-2.6-v4l-dvb-uvcvideo-update.patch
# Patches headed upstream
+ApplyPatch rcutree-avoid-false-quiescent-states.patch
+
ApplyPatch disable-i8042-check-on-apple-mac.patch
ApplyPatch add-appleir-usb-driver.patch
@@ -2039,6 +2043,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Sep 12 2011 Josh Boyer <jwboyer@redhat.com>
+- Avoid false quiescent states in rcutree with CONFIG_RCU_FAST_NO_HZ. (rhbz 577968)
+
* Fri Sep 09 2011 Josh Boyer <jwboyer@redhat.com>
- Change to 64K page size for ppc64 kernels (rhbz 736751)