linux-yocto/6.6: update CVE exclusions (6.6.23)

Data pulled from: https://github.com/nluedtke/linux_kernel_cves

    1/1 [
        Author: Nicholas Luedtke
        Email: nicholas.luedtke@uwalumni.com
        Subject: Update 25Feb24
        Date: Sun, 25 Feb 2024 07:03:08 -0500

    ]

(From OE-Core rev: b0d64611c8e31a7dae59172e7e03c09dd2ef584c)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2024-03-28 14:43:04 -04:00
committed by Richard Purdie
parent f0034f0d2b
commit 4333457331

View File

@@ -1,9 +1,9 @@
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
# Generated at 2024-03-19 21:27:37.303325+00:00 for version 6.6.22
# Generated at 2024-03-28 16:40:04.102652+00:00 for version 6.6.23
python check_kernel_cve_status_version() {
this_version = "6.6.22"
this_version = "6.6.23"
kernel_version = d.getVar("LINUX_VERSION")
if kernel_version != this_version:
bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version))