From 752848f86e67d0634c413e097363172f4f18d98b Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Thu, 12 Nov 2015 12:15:29 +0100 Subject: kernel: net: rds: CVE-2015-7990 Fixes Race condition when sending message on unbound socket causing NULL pointer dereference. CVE-2015-7990 is a complete fix for CVE-2015-6937. References: https://lkml.org/lkml/2015/10/16/530 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-7990 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 85e5fe3..f927122 100644 --- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb +++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb @@ -23,6 +23,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64 file://defconfig \ 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 \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf