diff options
author | Josh Boyer <jwboyer@redhat.com> | 2014-02-28 11:48:34 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2014-02-28 11:48:34 -0500 |
commit | 2edcdbfc985724b57a74b996ef5cac8ca1698423 (patch) | |
tree | 45d1769fabf337f34fcb0678968ab7af82f8764f /kernel.spec | |
parent | 2323b0271d510cc68f03f30dc43e49e461d5660a (diff) | |
download | kernel-2edcdbfc985724b57a74b996ef5cac8ca1698423.tar.gz kernel-2edcdbfc985724b57a74b996ef5cac8ca1698423.tar.xz kernel-2edcdbfc985724b57a74b996ef5cac8ca1698423.zip |
CVE-2014-0102 keyctl_link can be used to cause an oops (rhbz 1071396)
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 6d98d6113..bca5c883c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -634,6 +634,9 @@ Patch25203: dma-debug-account-for-cachelines-and-read-only-mappings.patch #rhbz 1056170 Patch25025: usb-ehci-fix-deadlock-when-threadirqs-option-is-used.patch +#CVE-2014-0102 rhbz 1071396 +Patch25026: keyring-fix.patch + # END OF PATCH DEFINITIONS %endif @@ -1287,6 +1290,9 @@ ApplyPatch dma-debug-account-for-cachelines-and-read-only-mappings.patch #rhbz 1056170 ApplyPatch usb-ehci-fix-deadlock-when-threadirqs-option-is-used.patch +#CVE-2014-0102 rhbz 1071396 +ApplyPatch keyring-fix.patch + # END OF PATCH APPLICATIONS %endif @@ -2066,6 +2072,9 @@ fi # ||----w | # || || %changelog +* Fri Feb 28 2014 Josh Boyer <jwboyer@fedoraproject.org> +- CVE-2014-0102 keyctl_link can be used to cause an oops (rhbz 1071396) + * Thu Feb 27 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc4.git2.1 - Linux v3.14-rc4-45-gd2a0476 |