summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/cve-exclusion_6.1.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/cve-exclusion_6.1.inc')
-rw-r--r--meta/recipes-kernel/linux/cve-exclusion_6.1.inc7
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/
29CVE_CHECK_IGNORE += "CVE-2022-38457 CVE-2022-40133" 29CVE_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
36CVE_CHECK_IGNORE += "CVE-2023-1075"