From 4b78021ae978a0639b5b4bb7c877d4a66b9b43f2 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Tue, 22 Dec 2015 13:01:50 +0100 Subject: kernel-mnt: CVE-2015-4177 Fixes race conditions in collect_mounts References: http://seclists.org/oss-sec/2015/q2/640 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-4177 Upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=0de0e610f6b359c52d4f8b02bac2963f4968c9d6 Signed-off-by: Sona Sarmadi Signed-off-by: Huimin She --- recipes-kernel/linux/linux-hierofalcon_3.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_3.19.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_3.19.bb b/recipes-kernel/linux/linux-hierofalcon_3.19.bb index a1c3e6e..7d0e9d2 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -20,6 +20,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 file://RDS-CVE-2015-6937.patch \ file://RDS-CVE-2015-7990-a-complete-fix-of-CVE-2015-6937.patch \ file://fs-CVE-2015-3339.patch \ + file://mnt-CVE-2015-4177.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf