]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
linux-yocto/6.6: update CVE exclusions
authorBruce Ashfield <bruce.ashfield@gmail.com>
Sun, 3 Mar 2024 16:34:16 +0000 (11:34 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Mar 2024 12:23:53 +0000 (12:23 +0000)
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

    ]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/cve-exclusion_6.6.inc

index 723a58842974e960ed21d53978740268d24d7492..5449b7ec5596426e15f8a48fcc31bef4a4935ff7 100644 (file)
@@ -1,9 +1,9 @@
 
 # Auto-generated CVE metadata, DO NOT EDIT BY HAND.
-# Generated at 2024-02-26 20:14:05.493685+00:00 for version 6.6.18
+# Generated at 2024-03-03 16:30:03.739466+00:00 for version 6.6.20
 
 python check_kernel_cve_status_version() {
-    this_version = "6.6.18"
+    this_version = "6.6.20"
     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))