diff options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 9d8f2118d..ced743b4d 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 <jwboyer@redhat.com> +- Add two patches to fix stalls in khugepaged (rhbz 735946) + * Fri Oct 14 2011 Dave Jones <davej@redhat.com> - Disable CONFIG_ACPI_PROCFS_POWER which is supposed to be going away soon. |