summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-06-14 11:54:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-17 00:07:05 +0100
commitd5782204c36720acff894175a54eae732de6b6bc (patch)
treec4bfa8aec767342facb56b00e5e55a16b5c2fdf6 /meta/recipes-devtools/qemu/qemu.inc
parent2dc2bb9191558613404992a0d802af0852b49a3c (diff)
downloadpoky-d5782204c36720acff894175a54eae732de6b6bc.tar.gz
qemu: fix virtio vhost-user-gpu CVEs
Fix a slew of CVEs (CVE-2021-3544, CVE-2021-3545, CVE-2021-3546) by backporting the relevant patches from qemu's git. (From OE-Core rev: ce850a5ce84f949d3114024c89ae3dd98fcbef41) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 0cbd66301e..aa7cf74dd3 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -29,6 +29,13 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
29 file://determinism.patch \ 29 file://determinism.patch \
30 file://0001-tests-meson.build-use-relative-path-to-refer-to-file.patch \ 30 file://0001-tests-meson.build-use-relative-path-to-refer-to-file.patch \
31 file://0001-configure-fix-detection-of-gdbus-codegen.patch \ 31 file://0001-configure-fix-detection-of-gdbus-codegen.patch \
32 file://0001-vhost-user-gpu-fix-memory-disclosure-in-virgl_cmd_ge.patch \
33 file://0002-vhost-user-gpu-fix-resource-leak-in-vg_resource_crea.patch \
34 file://0003-vhost-user-gpu-fix-memory-leak-in-vg_resource_attach.patch \
35 file://0004-vhost-user-gpu-fix-memory-leak-while-calling-vg_reso.patch \
36 file://0005-vhost-user-gpu-fix-memory-leak-in-virgl_cmd_resource.patch \
37 file://0006-vhost-user-gpu-fix-memory-leak-in-virgl_resource_att.patch \
38 file://0007-vhost-user-gpu-fix-OOB-write-in-virgl_cmd_get_capset.patch \
32 " 39 "
33UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" 40UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
34 41