summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.10.0.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-01-08 23:12:48 -0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-12 10:37:47 -0500
commitdc3e72a8f487f917aaec853228f42dcd2b0a4e5b (patch)
tree1da4488b9e1d41b9a6ddfe2f6259bae2f2d8c3e3 /recipes-extended/xen/xen_4.10.0.bb
parent4ff3c5474f50c9e12fc0c32e0d4d5e99db933032 (diff)
downloadmeta-virtualization-dc3e72a8f487f917aaec853228f42dcd2b0a4e5b.tar.gz
xen: for 4.10.0: XSA-253 / CVE-2018-5244 patch
Fix a memory leak with MSR emulation on x86. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.10.0.bb')
-rw-r--r--recipes-extended/xen/xen_4.10.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.10.0.bb b/recipes-extended/xen/xen_4.10.0.bb
index 1e14c865..d314b9b6 100644
--- a/recipes-extended/xen/xen_4.10.0.bb
+++ b/recipes-extended/xen/xen_4.10.0.bb
@@ -1,7 +1,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
1require xen.inc 2require xen.inc
2 3
3SRC_URI = " \ 4SRC_URI = " \
4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \ 5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
6 file://xsa253.patch \
5 " 7 "
6 8
7SRC_URI[md5sum] = "ab9d320d02cb40f6b40506aed1a38d58" 9SRC_URI[md5sum] = "ab9d320d02cb40f6b40506aed1a38d58"