diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-07 15:23:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-12 14:17:09 +0100 |
| commit | 4bb775aecb4aedefd2bc967fd76e852cdc86f576 (patch) | |
| tree | 98cca3f7ccc887742b5abf6ca1f3d0af89e6986f /meta/recipes-kernel | |
| parent | 7ebcf1477a3660dfe77f1eaf6496572d1bbdc890 (diff) | |
| download | poky-4bb775aecb4aedefd2bc967fd76e852cdc86f576.tar.gz | |
cve-exclusions: Document some further linux-yocto CVE statuses
Add some information about some further kernel CVEs which don't apply for
either linux-yocto or don't apply for linux-yocto 6.1.
(From OE-Core rev: 85c1713bf0c01c68558bfba38edcc005c1ebb1c9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux/cve-exclusion_6.1.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc b/meta/recipes-kernel/linux/cve-exclusion_6.1.inc index 8b32c2b2df..4cc151901b 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.1.inc | |||
| @@ -27,3 +27,10 @@ CVE_CHECK_IGNORE += "CVE-2022-3567" | |||
| 27 | # * https://www.linuxkernelcves.com/cves/CVE-2022-40133 | 27 | # * https://www.linuxkernelcves.com/cves/CVE-2022-40133 |
| 28 | # * https://lore.kernel.org/all/CAODzB9q3OBD0k6W2bcWrSZo2jC3EvV0PrLyWmO07rxR4nQgkJA@mail.gmail.com/T/ | 28 | # * https://lore.kernel.org/all/CAODzB9q3OBD0k6W2bcWrSZo2jC3EvV0PrLyWmO07rxR4nQgkJA@mail.gmail.com/T/ |
| 29 | CVE_CHECK_IGNORE += "CVE-2022-38457 CVE-2022-40133" | 29 | CVE_CHECK_IGNORE += "CVE-2022-38457 CVE-2022-40133" |
| 30 | |||
| 31 | # https://nvd.nist.gov/vuln/detail/CVE-2023-1075 | ||
| 32 | # Introduced in v4.20 a42055e8d2c30d4decfc13ce943d09c7b9dad221 | ||
| 33 | # Patched in kernel v6.2 ffe2a22562444720b05bdfeb999c03e810d84cbb | ||
| 34 | # Backported in version 6.1.11 37c0cdf7e4919e5f76381ac60817b67bcbdacb50 | ||
| 35 | # 5.15 still has issue, include/net/tls.h:is_tx_ready() would need patch | ||
| 36 | CVE_CHECK_IGNORE += "CVE-2023-1075" | ||
