summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_4.1.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-04-01 13:50:04 +0200
committerTudor Florea <tudor.florea@enea.com>2016-04-07 01:14:08 +0200
commit4e3dbf27ce3d119bb7267c57f5dfb46c0b9b0da3 (patch)
tree4e1456d0d49179cb5cebe78d1c277b48e3f85fe9 /recipes-kernel/linux/linux-hierofalcon_4.1.bb
parent969125816231fc089be31e02c804f594713e8f56 (diff)
downloadmeta-hierofalcon-4e3dbf27ce3d119bb7267c57f5dfb46c0b9b0da3.tar.gz
kernel/usb: CVE-2015-8816
Fixes USB hub invalid memory access in hub_activate(). References: http://www.spinics.net/lists/linux-usb/msg132311.html http://seclists.org/oss-sec/2016/q1/404 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-8816 Reference to upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch /?id=a7e83b16c8d83a75c58989e845c664ecaa6e0aa6 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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-hierofalcon_4.1.bb b/recipes-kernel/linux/linux-hierofalcon_4.1.bb
index f0b6207..8112cdd 100644
--- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb
+++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb
@@ -33,6 +33,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64
33 file://virtio-net-CVE-2015-5156.patch \ 33 file://virtio-net-CVE-2015-5156.patch \
34 file://ipc-CVE-2015-7613.patch \ 34 file://ipc-CVE-2015-7613.patch \
35 file://net-unix-CVE-2013-7446.patch \ 35 file://net-unix-CVE-2013-7446.patch \
36 file://usb-CVE-2015-8816.patch \
36 " 37 "
37 38
38S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"