summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-05-14 13:22:02 -0400
committerKyle McMartin <kyle@redhat.com>2011-05-14 13:22:02 -0400
commit09835821e3badcb450022aa692e42515c0067b11 (patch)
tree756cec5e86024003f8cd2f7d08b9b5eaa1f161bf /kernel.spec
parentb86173d0ca012f419381c1112d5e49167f5cf914 (diff)
downloadkernel-09835821e3badcb450022aa692e42515c0067b11.tar.gz
kernel-09835821e3badcb450022aa692e42515c0067b11.tar.xz
kernel-09835821e3badcb450022aa692e42515c0067b11.zip
update to v2 of mel gorman's slub patchset
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index bb437aac3..bd84f2d91 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -711,9 +711,10 @@ Patch12205: runtime_pm_fixups.patch
Patch12303: dmar-disable-when-ricoh-multifunction.patch
-Patch12400: mm-slub-do-not-wake-kswapd-for-slubs-speculative-high-order-allocations.patch
-Patch12401: mm-slub-do-not-take-expensive-steps-for-slubs-speculative-high-order-allocations.patch
-Patch12402: mm-slub-default-slub_max_order-to-0.patch
+Patch12400: mm-vmscan-correct-use-pgdat_balanced-in-sleeping_prematurely.patch
+Patch12401: mm-slub-do-not-wake-kswapd-for-slubs-speculative-high-order-allocations.patch
+Patch12402: mm-slub-do-not-take-expensive-steps-for-slubs-speculative-high-order-allocations.patch
+Patch12403: mm-vmscan-if-kswapd-has-been-running-too-long-allow-it-to-sleep.patch
Patch12500: x86-amd-fix-another-erratum-400-bug.patch
@@ -1322,9 +1323,10 @@ ApplyPatch acpi_reboot.patch
# rhbz#605888
ApplyPatch dmar-disable-when-ricoh-multifunction.patch
+ApplyPatch mm-vmscan-correct-use-pgdat_balanced-in-sleeping_prematurely.patch
ApplyPatch mm-slub-do-not-wake-kswapd-for-slubs-speculative-high-order-allocations.patch
ApplyPatch mm-slub-do-not-take-expensive-steps-for-slubs-speculative-high-order-allocations.patch
-ApplyPatch mm-slub-default-slub_max_order-to-0.patch
+ApplyPatch mm-vmscan-if-kswapd-has-been-running-too-long-allow-it-to-sleep.patch
ApplyPatch x86-amd-fix-another-erratum-400-bug.patch
@@ -1936,6 +1938,9 @@ fi
# and build.
%changelog
+* Sat May 14 2011 Kyle McMartin <kmcmartin@redhat.com>
+- Update to v2 of Mel Gorman's SLUB patchset
+
* Sat May 14 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc7.git6.1
- tmpfs: implement generic xattr support
Merge Eric Paris' patch to add xattr support to tmpfs, so that it can be