diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-10-31 21:01:48 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-10-31 21:01:48 -0400 |
commit | 36ae5a6210ad4c9bd4cd84d64a91a3069968f478 (patch) | |
tree | 6cf10c25270aeb84ba5d67d6c5cb9137b6de45ed /kernel.spec | |
parent | 5fe52dd9bbd42de555a69476723b59cbfd0cb80b (diff) | |
download | kernel-36ae5a6210ad4c9bd4cd84d64a91a3069968f478.tar.gz kernel-36ae5a6210ad4c9bd4cd84d64a91a3069968f478.tar.xz kernel-36ae5a6210ad4c9bd4cd84d64a91a3069968f478.zip |
Add patch to fix integer overflow of points in oom_badness (rhbz 750402)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 7e621b2be..846478636 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 0 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -708,6 +708,8 @@ Patch21021: 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch #rhbz 749166 Patch21050: xfs-Fix-possible-memory-corruption-in-xfs_readlink.patch +Patch21070: oom-fix-integer-overflow-of-points.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1318,6 +1320,9 @@ ApplyPatch 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch ApplyPatch select-regmap-from-wm8400.patch +#rhbz 750402 +ApplyPatch oom-fix-integer-overflow-of-points.patch + # END OF PATCH APPLICATIONS %endif @@ -2007,6 +2012,9 @@ fi # ||----w | # || || %changelog +* Mon Oct 31 2011 Josh Boyer <jwboyer@redhat.com> +- Add patch to fix integer overflow of points in oom_badness (rhbz 750402) + * Mon Oct 31 2011 Kyle McMartin <kmcmartin@redhat.com> - Build a python-perf subpackage. |