summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2010-12-08 17:14:54 -0500
committerKyle McMartin <kyle@redhat.com>2010-12-08 17:14:54 -0500
commitfc2adbbad5667fb20d95ae72d6b58d09fa62fc32 (patch)
tree7932cdee6086f48555fc14a30ed612f9ab50015c /kernel.spec
parent817eb060dede5b4bfc5f5d136a3c2b853e9e5f93 (diff)
downloadkernel-fc2adbbad5667fb20d95ae72d6b58d09fa62fc32.tar.gz
kernel-fc2adbbad5667fb20d95ae72d6b58d09fa62fc32.tar.xz
kernel-fc2adbbad5667fb20d95ae72d6b58d09fa62fc32.zip
ameliorate the load average account issues with dynticks (rhbz#650934)
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 9597e73fb..cc60e7e7f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -756,6 +756,8 @@ Patch12417: tty-open-hangup-race-fixup.patch
Patch12420: mm-page-allocator-adjust-the-per-cpu-counter-threshold-when-memory-is-low.patch
Patch12421: mm-vmstat-use-a-single-setter-function-and-callback-for-adjusting-percpu-thresholds.patch
+Patch12430: sched-cure-more-NO_HZ-load-average-woes.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1415,6 +1417,9 @@ ApplyPatch tty-open-hangup-race-fixup.patch
ApplyPatch mm-page-allocator-adjust-the-per-cpu-counter-threshold-when-memory-is-low.patch
ApplyPatch mm-vmstat-use-a-single-setter-function-and-callback-for-adjusting-percpu-thresholds.patch
+# rhbz#650934
+ApplyPatch sched-cure-more-NO_HZ-load-average-woes.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2029,6 +2034,10 @@ fi
# || ||
%changelog
+* Wed Dec 08 2010 Kyle McMartin <kyle@redhat.com>
+- sched-cure-more-NO_HZ-load-average-woes.patch: fix some of the complaints
+ in 2.6.35+ about load average with dynticks. (rhbz#650934)
+
* Sat Dec 04 2010 Kyle McMartin <kyle@redhat.com>
- Enable C++ symbol demangling with perf by linking against libiberty.a,
which is LGPL2.