From 922059227ce012ccb60adaefee0e4237f46bee46 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 17 Oct 2011 13:24:14 -0400 Subject: Add two patches to fix stalls in khugepaged (rhbz 735946) --- kernel.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 9d8f2118..ced743b4 100644 --- a/kernel.spec +++ b/kernel.spec @@ -741,6 +741,10 @@ Patch21001: arm-smsc-support-reading-mac-address-from-device-tree.patch #rhbz #722509 Patch21002: mmc-Always-check-for-lower-base-frequency-quirk-for-.patch +#rhbz #735946 +Patch21020: 0001-mm-vmscan-Limit-direct-reclaim-for-higher-order-allo.patch +Patch21021: 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1358,6 +1362,10 @@ ApplyPatch mmc-Always-check-for-lower-base-frequency-quirk-for-.patch # utrace. ApplyPatch utrace.patch +#rhbz #735946 +ApplyPatch 0001-mm-vmscan-Limit-direct-reclaim-for-higher-order-allo.patch +ApplyPatch 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch + # END OF PATCH APPLICATIONS %endif @@ -2066,6 +2074,9 @@ fi # ||----w | # || || %changelog +* Mon Oct 17 2011 Josh Boyer +- Add two patches to fix stalls in khugepaged (rhbz 735946) + * Fri Oct 14 2011 Dave Jones - Disable CONFIG_ACPI_PROCFS_POWER which is supposed to be going away soon. -- cgit