From a7e4f1ccd5f84c722b5f69e08488294e2f875509 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Wed, 11 May 2011 16:20:10 -0400 Subject: pull in some SLUB fixes from Mel Gorman for testing --- kernel.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index e2f42486..6c191ba8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -711,6 +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 + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1317,6 +1321,10 @@ ApplyPatch acpi_reboot.patch # rhbz#605888 ApplyPatch dmar-disable-when-ricoh-multifunction.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 + # END OF PATCH APPLICATIONS %endif @@ -1925,6 +1933,9 @@ fi # and build. %changelog +* Wed May 11 2011 Kyle McMartin +- Pull in some SLUB fixes from Mel Gorman for testing. + * Tue May 09 2011 Kyle McMartin 2.6.39-0.rc7.git0.0 - Linux 2.6.39-rc7 -- cgit