diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-07-24 12:02:58 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-07-24 12:05:07 -0400 |
commit | 1df4db95d4c160fa98da6cfe96f68f96456f4e8a (patch) | |
tree | 4d2b2517675eda391d05cd29aa03da54c762e48e /kernel.spec | |
parent | 8b88e289e5afee9683c2dbe71aea45393d6585ec (diff) | |
download | kernel-1df4db95d4c160fa98da6cfe96f68f96456f4e8a.tar.gz kernel-1df4db95d4c160fa98da6cfe96f68f96456f4e8a.tar.xz kernel-1df4db95d4c160fa98da6cfe96f68f96456f4e8a.zip |
CVE-2014-5045 vfs: refcount issues during lazy umount on symlink (rhbz 1122471 1122482)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 29a8a41fc..f4fbcd813 100644 --- a/kernel.spec +++ b/kernel.spec @@ -639,6 +639,9 @@ Patch25110: 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch #rhbz 1117942 Patch25118: sched-fix-sched_setparam-policy-1-logic.patch +#CVE-2014-5045 rhbz 1122472 1122482 +Patch25119: fs-umount-on-symlink-leaks-mnt-count.patch + # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1364,6 +1367,9 @@ ApplyPatch 0001-ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha.patch #rhbz 1117942 ApplyPatch sched-fix-sched_setparam-policy-1-logic.patch +#CVE-2014-5045 rhbz 1122472 1122482 +ApplyPatch fs-umount-on-symlink-leaks-mnt-count.patch + %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2247,6 +2253,7 @@ fi # || || %changelog * Thu Jul 24 2014 Josh Boyer <jwboyer@fedoraproject.org> +- CVE-2014-5045 vfs: refcount issues during lazy umount on symlink (rhbz 1122471 1122482) - Fix regression in sched_setparam (rhbz 1117942) * Tue Jul 22 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.16.0-0.rc6.git1.1 |