diff options
author | Dave Jones <davej@redhat.com> | 2011-08-26 14:27:21 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-08-26 14:27:21 -0400 |
commit | fa32e9c52fc5ee21528467510e8555c7f7f1a533 (patch) | |
tree | a9ce78d9d4480ad22d26acb91ab5243a5ea37a2a /kernel.spec | |
parent | 0f55b32a4499ec47e50de31c275a6638173017e8 (diff) | |
download | kernel-fa32e9c52fc5ee21528467510e8555c7f7f1a533.tar.gz kernel-fa32e9c52fc5ee21528467510e8555c7f7f1a533.tar.xz kernel-fa32e9c52fc5ee21528467510e8555c7f7f1a533.zip |
Drop linux-2.6-debug-vm-would-have-oomkilled.patch
The oom-killer heuristics have improved enough that this should
never be necessary (and it probably doesn't dtrt any more)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 497aa018b..f58fef582 100644 --- a/kernel.spec +++ b/kernel.spec @@ -648,7 +648,6 @@ Patch09: linux-2.6-upstream-reverts.patch Patch161: linux-2.6-i386-nx-emulation.patch Patch202: linux-2.6-debug-taint-vm.patch -Patch203: linux-2.6-debug-vm-would-have-oomkilled.patch Patch383: linux-2.6-defaults-aspm.patch @@ -1233,7 +1232,6 @@ ApplyPatch linux-2.6-acpi-debug-infinite-loop.patch # Various low-impact patches to aid debugging. ApplyPatch linux-2.6-debug-taint-vm.patch -ApplyPatch linux-2.6-debug-vm-would-have-oomkilled.patch # # PCI @@ -2036,6 +2034,11 @@ fi # || || %changelog * Fri Aug 26 2011 Dave Jones <davej@redhat.com> +- Drop linux-2.6-debug-vm-would-have-oomkilled.patch + The oom-killer heuristics have improved enough that this should + never be necessary (and it probably doesn't dtrt any more) + +* Fri Aug 26 2011 Dave Jones <davej@redhat.com> - Drop linux-2.6-32bit-mmap-exec-randomization.patch Outlived it's usefulness (and made of ugly) |