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_4.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_4.1.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_4.1.bb b/recipes-kernel/linux/linux-hierofalcon_4.1.bb index f927122..c4e87a1 100644 --- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb +++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb @@ -24,6 +24,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64 file://keys-CVE-2015-1333.patch \ file://RDS-CVE-2015-6937.patch \ file://RDS-CVE-2015-7990-a-complete-fix-of-CVE-2015-6937.patch \ + file://md-CVE-2015-5697.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf