diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index fbda0c9174..3921546df7 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -76,6 +76,15 @@ CVE_CHECK_WHITELIST += "CVE-2007-0998" | |||
76 | # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 | 76 | # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 |
77 | CVE_CHECK_WHITELIST += "CVE-2018-18438" | 77 | CVE_CHECK_WHITELIST += "CVE-2018-18438" |
78 | 78 | ||
79 | # Following CVE's affect ESP (NCR53C90) part of chip STP2000 (Master I/O). | ||
80 | # On Sparc32 it is the NCR89C100 part of the chip. | ||
81 | # On Macintosh Quadra it is NCR53C96. | ||
82 | # Both are not supported by yocto. | ||
83 | # Reference: https://www.openwall.com/lists/oss-security/2021/04/16/3 | ||
84 | CVE_CHECK_WHITELIST += "CVE-2020-35504" | ||
85 | CVE_CHECK_WHITELIST += "CVE-2020-35505" | ||
86 | CVE_CHECK_WHITELIST += "CVE-2020-35506" | ||
87 | |||
79 | COMPATIBLE_HOST_mipsarchn32 = "null" | 88 | COMPATIBLE_HOST_mipsarchn32 = "null" |
80 | COMPATIBLE_HOST_mipsarchn64 = "null" | 89 | COMPATIBLE_HOST_mipsarchn64 = "null" |
81 | 90 | ||