summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.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_3.19.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_3.19.bb')
-rw-r--r--recipes-kernel/linux/linux-hierofalcon_3.19.bb2
1 files changed, 2 insertions, 0 deletions
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 @@
1DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57" 1DESCRIPTION = "Linux kernel for AMD Hierofalcon Cortex-A57"
2FILESEXTRAPATHS_prepend := "${THISDIR}/linux-hierofalcon-3.19:"
2 3
3COMPATIBLE_MACHINE = "hierofalcon*" 4COMPATIBLE_MACHINE = "hierofalcon*"
4 5
@@ -14,6 +15,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6
14 file://03-arm64-don-t-set-READ_IMPLIES_EXEC-for-EM_AARCH64-ELF.patch \ 15 file://03-arm64-don-t-set-READ_IMPLIES_EXEC-for-EM_AARCH64-ELF.patch \
15 file://319-Hierofalcon-Update-xgbe-drivers-for-B0-board.patch \ 16 file://319-Hierofalcon-Update-xgbe-drivers-for-B0-board.patch \
16 file://defconfig \ 17 file://defconfig \
18 file://keys-CVE-2015-1333.patch \
17 " 19 "
18 20
19S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"