diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2012-03-15 14:54:42 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2012-03-15 14:54:42 -0500 |
commit | 6875c9a8ca919812f98b385990e6d8af43490529 (patch) | |
tree | b772c5ab4650c63bf330083b73815aff2fbc6bd0 /kernel.spec | |
parent | c4069fe6d25dd24c25a16cc95cb8978c8e8d3879 (diff) | |
download | kernel-6875c9a8ca919812f98b385990e6d8af43490529.tar.gz kernel-6875c9a8ca919812f98b385990e6d8af43490529.tar.xz kernel-6875c9a8ca919812f98b385990e6d8af43490529.zip |
CVE-2012-1179 fix pmd_bad() triggering in code paths holding mmap_sem read mode
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 17a12bfd2..2f37deabd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -775,6 +775,9 @@ Patch21302: sony-laptop-Enable-keyboard-backlight-by-default.patch # Disable threading in hibernate compression Patch21303: disable-threading-in-compression-for-hibernate.patch +#rhbz 803809 CVE-2012-1179 +Patch21304: mm-thp-fix-pmd_bad-triggering.patch + Patch21400: unhandled-irqs-switch-to-polling.patch Patch22000: weird-root-dentry-name-debug.patch @@ -1486,6 +1489,9 @@ ApplyPatch unhandled-irqs-switch-to-polling.patch ApplyPatch weird-root-dentry-name-debug.patch +#rhbz 803809 CVE-2012-1179 +ApplyPatch mm-thp-fix-pmd_bad-triggering.patch + #Highbank clock functions ApplyPatch highbank-export-clock-functions.patch @@ -2344,6 +2350,9 @@ fi # ||----w | # || || %changelog +* Thu Mar 15 2012 Justin M. Forbes <jforbes@redhat.com> +- CVE-2012-1179 fix pmd_bad() triggering in code paths holding mmap_sem read mode (rhbz 803809) + * Wed Mar 14 2012 Josh Boyer <jwboyer@redhat.com> - Fixup irqpoll patch to only activate on machines with ASM108x PCI bridge |