From 14f970ed68973debdeaae73a8e2bffb5d7da572e Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 30 Dec 2015 10:05:08 +0100 Subject: md driver: CVE-2015-5697 Fixes information leak in md driver of the Linux kernel. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5697 Upstream fix 4.1 kernel: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=33afeac21b9cb79ad8fc5caf239af89c79e25e1e Upstream fix for 3.19 kernel (from stable kernel.3.18): https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=e46e18eb387767fa26356417210ef41d0855ef1e Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- 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 5e11c05..bc0dff0 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -23,6 +23,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 file://mnt-CVE-2015-4177.patch \ file://fs_pin-CVE-2015-4178.patch \ file://fs-CVE-2015-5706.patch \ + file://md-CVE-2015-5697.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf