diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2021-05-03 10:10:12 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-04 22:48:16 +0100 |
| commit | 9f31c9ebeb1d717f5473e444886793161845bc89 (patch) | |
| tree | e82fca8971e3d6396cc702010b56763ed13d1932 /meta/recipes-devtools/qemu/qemu.inc | |
| parent | 7cb612add714800c3f9245ecccd7fba4ebee6c59 (diff) | |
| download | poky-9f31c9ebeb1d717f5473e444886793161845bc89.tar.gz | |
qemu: fix CVE-2020-27821
memory: clamp cached translation in case it points to an MMIO region
(From OE-Core rev: df92b3359743ed1837fa57df8035d121f5c5676b)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 062d7907cf..d120b0822f 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -55,6 +55,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 55 | file://CVE-2021-3416_10.patch \ | 55 | file://CVE-2021-3416_10.patch \ |
| 56 | file://CVE-2021-20257.patch \ | 56 | file://CVE-2021-20257.patch \ |
| 57 | file://CVE-2021-3392.patch \ | 57 | file://CVE-2021-3392.patch \ |
| 58 | file://CVE-2020-27821.patch \ | ||
| 58 | " | 59 | " |
| 59 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 60 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
| 60 | 61 | ||
