summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-11-12 12:15:28 +0100
committerTudor Florea <tudor.florea@enea.com>2015-11-13 01:04:23 +0100
commite163d6cf5d6a525676f566841d6b898ff0c004fb (patch)
tree8cda41dc2f23b586ae24998ed57120d7334a3bb1 /recipes-kernel/linux/linux-hierofalcon_3.19.bb
parent8e23157605049aaf851acdc272e50477b2331fdd (diff)
downloadmeta-hierofalcon-e163d6cf5d6a525676f566841d6b898ff0c004fb.tar.gz
kernel: net: rds: CVE-2015-6937
Fixes NULL pointer dereference in net/rds/connection.c Upstream patch: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/ ?id=74e98eb085889b0d2d4908f59f6e00026063014f Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6937 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 731c545..45df7b3 100644
--- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb
+++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
@@ -17,6 +17,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6
17 file://defconfig \ 17 file://defconfig \
18 file://keys-CVE-2015-1333.patch \ 18 file://keys-CVE-2015-1333.patch \
19 file://udp_fix_behavior_of_wrong_checksums.patch \ 19 file://udp_fix_behavior_of_wrong_checksums.patch \
20 file://RDS-CVE-2015-6937.patch \
20 " 21 "
21 22
22S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"