diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-02-14 09:22:51 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-02-14 09:22:51 -0500 |
commit | f052f6baaeedbeb79bfe9d1366eb49e8878895d2 (patch) | |
tree | 8e811be9e57bc150f9476c7f16bc8308717cae4c /kernel.spec | |
parent | 1d8418f89ef3533efe7702492929de27fbf304a1 (diff) | |
download | kernel-f052f6baaeedbeb79bfe9d1366eb49e8878895d2.tar.gz kernel-f052f6baaeedbeb79bfe9d1366eb49e8878895d2.tar.xz kernel-f052f6baaeedbeb79bfe9d1366eb49e8878895d2.zip |
CVE-2013-0228 xen: xen_iret() invalid %ds local DoS (rhbz 910848 906309)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 8d7f1de9a..e72bcb2dc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -745,6 +745,9 @@ Patch21247: ath9k_rx_dma_stop_check.patch #rhbz 910126 Patch21249: pstore-Create-a-convenient-mount-point-for-pstore.patch +#rhbz 906309 910848 CVE-2013-0228 +Patch21260: xen-dont-assume-ds-is-usable-in-xen_iret-for-32-bit-PVOPS.patch + Patch22000: weird-root-dentry-name-debug.patch #selinux ptrace child permissions @@ -1455,6 +1458,9 @@ ApplyPatch ath9k_rx_dma_stop_check.patch #rhbz 910126 ApplyPatch pstore-Create-a-convenient-mount-point-for-pstore.patch +#rhbz 906309 910848 CVE-2013-0228 +ApplyPatch xen-dont-assume-ds-is-usable-in-xen_iret-for-32-bit-PVOPS.patch + # END OF PATCH APPLICATIONS %endif @@ -2310,6 +2316,9 @@ fi # ||----w | # || || %changelog +* Thu Feb 14 2013 Josh Boyer <jwboyer@redhat.com> +- CVE-2013-0228 xen: xen_iret() invalid %ds local DoS (rhbz 910848 906309) + * Wed Feb 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> - Disable tegra30 |