diff options
-rw-r--r-- | meta/recipes-kernel/linux/cve-exclusion_6.1.inc | 11 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/cve-exclusion_6.4.inc | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc b/meta/recipes-kernel/linux/cve-exclusion_6.1.inc index 499785f6d2..ce3a534cf3 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.1.inc | |||
@@ -1,5 +1,14 @@ | |||
1 | |||
1 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | 2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. |
2 | # Generated at 2023-08-21 12:41:13.991251 for version 6.1.43 | 3 | # Generated at 2023-08-25 12:42:35.329668 for version 6.1.46" |
4 | |||
5 | python check_kernel_cve_status_version() { | ||
6 | this_version = "6.1.46" | ||
7 | kernel_version = d.getVar("LINUX_VERSION") | ||
8 | if kernel_version != this_version: | ||
9 | bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) | ||
10 | } | ||
11 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" | ||
3 | 12 | ||
4 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed after version 2.6.12rc2" | 13 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed after version 2.6.12rc2" |
5 | 14 | ||
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.4.inc b/meta/recipes-kernel/linux/cve-exclusion_6.4.inc index b9210724bf..63f0760b2d 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.4.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.4.inc | |||
@@ -1,5 +1,14 @@ | |||
1 | |||
1 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | 2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. |
2 | # Generated at 2023-08-21 12:41:33.545124 for version 6.4.9 | 3 | # Generated at 2023-08-25 12:42:28.369507 for version 6.4.11" |
4 | |||
5 | python check_kernel_cve_status_version() { | ||
6 | this_version = "6.4.11" | ||
7 | kernel_version = d.getVar("LINUX_VERSION") | ||
8 | if kernel_version != this_version: | ||
9 | bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) | ||
10 | } | ||
11 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" | ||
3 | 12 | ||
4 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed after version 2.6.12rc2" | 13 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed after version 2.6.12rc2" |
5 | 14 | ||