From 77050ff91f7d3760e89ececb258929ac8ac67396 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 21 Oct 2015 09:37:45 +0200 Subject: kernel: CVE-2015-1333 Fixes denial of service due to memory leak in add_key() References: http://www.openwall.com/lists/oss-security/2015/07/27/7 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1333 Upstream fix: https://git.kernel.org/cgit/linux/kernel/git/stable/ linux-stable.git/commit/?id=4fd5dc9eece297f49f16f82422ead3a28b11ea70 Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-hierofalcon_3.19.bb | 2 ++ 1 file changed, 2 insertions(+) (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 25eb602..1a85f72 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -1,4 +1,5 @@ DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57" +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-hierofalcon-3.19:" COMPATIBLE_MACHINE = "hierofalcon*" @@ -14,6 +15,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 file://03-arm64-don-t-set-READ_IMPLIES_EXEC-for-EM_AARCH64-ELF.patch \ file://319-Hierofalcon-Update-xgbe-drivers-for-B0-board.patch \ file://defconfig \ + file://keys-CVE-2015-1333.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf