summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_4.1.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-10-21 09:37:45 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-22 09:56:41 +0200
commit77050ff91f7d3760e89ececb258929ac8ac67396 (patch)
treeed2dff9bd61a0da6feaf77f2b10c9cb4c6345be2 /recipes-kernel/linux/linux-hierofalcon_4.1.bb
parent635d320abfa6dc3c0e1d00e3ceae567dd0e55a5b (diff)
downloadmeta-hierofalcon-77050ff91f7d3760e89ececb258929ac8ac67396.tar.gz
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 <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-hierofalcon_4.1.bb')
-rw-r--r--recipes-kernel/linux/linux-hierofalcon_4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-hierofalcon_4.1.bb b/recipes-kernel/linux/linux-hierofalcon_4.1.bb
index a9159b1..1140927 100644
--- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb
+++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57" 1DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57"
2FILESEXTRAPATHS_prepend := "${THISDIR}/linux-hierofalcon-4.1:"
2 3
3COMPATIBLE_MACHINE = "hierofalcon*" 4COMPATIBLE_MACHINE = "hierofalcon*"
4 5
@@ -20,6 +21,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64
20 file://412-7-styx-linux-tracking.git-f9a9d954f23b967cd26338afda9a0a96afe62c25.patch \ 21 file://412-7-styx-linux-tracking.git-f9a9d954f23b967cd26338afda9a0a96afe62c25.patch \
21 file://412-styx-Fix-build-issues-after-porting-PCI-patches-to-4.1.2-.patch \ 22 file://412-styx-Fix-build-issues-after-porting-PCI-patches-to-4.1.2-.patch \
22 file://defconfig \ 23 file://defconfig \
24 file://keys-CVE-2015-1333.patch \
23 " 25 "
24 26
25S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"