diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-06-16 12:56:32 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-06-16 12:56:32 -0400 |
commit | ff5dfe257ce2924c5b0386114dc70be2ad3a29d0 (patch) | |
tree | 7e682f582f7e729703d5175764335b7dfa37422d | |
parent | 930d409822d3da81e089b28df7c5364efad9a306 (diff) | |
download | kernel-ff5dfe257ce2924c5b0386114dc70be2ad3a29d0.tar.gz kernel-ff5dfe257ce2924c5b0386114dc70be2ad3a29d0.tar.xz kernel-ff5dfe257ce2924c5b0386114dc70be2ad3a29d0.zip |
disable slub mm patches for now
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index 5b64a92c4..a410c3643 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1317,9 +1317,10 @@ ApplyPatch neuter_intel_microcode_load.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-vmscan-if-kswapd-has-been-running-too-long-allow-it-to-sleep.patch +### disable, riel reports they aggravate a VM_BUG_ON +#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-vmscan-if-kswapd-has-been-running-too-long-allow-it-to-sleep.patch # END OF PATCH APPLICATIONS @@ -1929,6 +1930,10 @@ fi # and build. %changelog +* Thu Jun 16 2011 Kyle McMartin <kmcmartin@redhat.com> +- Disable mm patches which had been submitted against 2.6.39, as Rik reports + they seem to aggravate a VM_BUG_ON. More investigation is necessary. + * Wed Jun 15 2011 Kyle McMartin <kmcmartin@redhat.com> - Conflict with pre-3.2.1-5 versions of mdadm. (#710646) |