diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-11 14:20:56 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-17 05:36:14 -0700 |
| commit | 260c73ffe9ae6a1b4291d8d7234e35d833f7f5dc (patch) | |
| tree | d2b914acd660e4f5a4193dbfa2d785882492374b | |
| parent | 5b73e77b5046fd04e5e5695752d00a6f0b07f56e (diff) | |
| download | poky-260c73ffe9ae6a1b4291d8d7234e35d833f7f5dc.tar.gz | |
cve-exclusion: Drop the version comparision/warning
Since the CVE repository is no longer being updated, drop the warning
comparision since it is no longer valid.
(From OE-Core rev: 7eef8839d131861cca04e1424f0682e81638ca0a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-kernel/linux/cve-exclusion_6.6.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc index 9f1f03ac53..32a0701edf 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | 1 | ||
| 2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | 2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. |
| 3 | # Generated at 2024-05-02 12:41:43.351358+00:00 for version 6.6.29 | 3 | # Generated at 2024-06-06 20:41:33.044442+00:00 for version 6.6.32 |
| 4 | 4 | ||
| 5 | python check_kernel_cve_status_version() { | 5 | #python check_kernel_cve_status_version() { |
| 6 | this_version = "6.6.29" | 6 | # this_version = "6.6.29" |
| 7 | kernel_version = d.getVar("LINUX_VERSION") | 7 | # kernel_version = d.getVar("LINUX_VERSION") |
| 8 | if kernel_version != this_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)) | 9 | # bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) |
| 10 | } | 10 | #} |
| 11 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" | 11 | #do_cve_check[prefuncs] += "check_kernel_cve_status_version" |
| 12 | 12 | ||
| 13 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed from version 2.6.12rc2" | 13 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed from version 2.6.12rc2" |
| 14 | 14 | ||
