summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-01-21 13:14:31 +0100
committerTudor Florea <tudor.florea@enea.com>2016-01-22 03:17:52 +0100
commite568d65e41f3fde7db8a8aab60ac7e750ea73325 (patch)
tree576d79c9bb0eb91190942587faf8da6c0bdb4c82 /recipes-kernel/linux/linux-hierofalcon_3.19.bb
parentac8af89d18d9ea12747354bbb8f34dc04c6613e9 (diff)
downloadmeta-hierofalcon-e568d65e41f3fde7db8a8aab60ac7e750ea73325.tar.gz
security-keys: CVE-2016-0728
Fixes possible use-after-free vulnerability in keyring facility. Introduced by: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/ ?id=3a50597de8635cd05133bd12c95681c82fe7b878 References: http://perception-point.io/2016/01/14/analysis-and-exploitation-of- a-linux-kernel-vulnerability-cve-2016-0728/ https://bugzilla.redhat.com/show_bug.cgi?id=1297475 Red Hat KCS article: https://access.redhat.com/articles/2131021 Patch is taken from: https://bugzilla.redhat.com/attachment.cgi?id=1116563 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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-hierofalcon_3.19.bb b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
index 6e44bbc..6e77066 100644
--- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb
+++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
@@ -28,6 +28,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6
28 file://ipv6-CVE-2015-2922.patch \ 28 file://ipv6-CVE-2015-2922.patch \
29 file://ipv4-CVE-2015-3636.patch \ 29 file://ipv4-CVE-2015-3636.patch \
30 file://usb-whiteheat-CVE-2015-5257.patch \ 30 file://usb-whiteheat-CVE-2015-5257.patch \
31 file://security-keys-CVE-2016-0728.patch \
31 " 32 "
32 33
33S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"