From 172827599cfe85e9df117b794ce5b935303fa96e Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Tue, 22 Dec 2015 13:01:51 +0100 Subject: kernel-fs_pin: CVE-2015-4178 Fixes list corruption of m_list or s_list if unused References: http://seclists.org/oss-sec/2015/q2/640 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-4178 Upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=11bf6b1ea65f1580477827831d05711e5b87ac7b 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 7d0e9d2..ea80e94 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -21,6 +21,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 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 \ + file://fs_pin-CVE-2015-4178.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf