From: Bruce Ashfield Date: Fri, 3 May 2024 02:40:30 +0000 (-0400) Subject: linux-yocto/6.6: update CVE exclusions (6.6.24) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265c96e36ee4c49c970bee315bf9614dc958a8ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto/6.6: update CVE exclusions (6.6.24) 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 Signed-off-by: Richard Purdie (cherry picked from commit d941200509cd215e1c8cde5be9875b5e61ec76ce) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc index bb9ba49c484..133cab88a3c 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc @@ -1,9 +1,9 @@ # Auto-generated CVE metadata, DO NOT EDIT BY HAND. -# Generated at 2024-03-28 16:40:04.102652+00:00 for version 6.6.23 +# Generated at 2024-04-04 03:23:25.421265+00:00 for version 6.6.24 python check_kernel_cve_status_version() { - this_version = "6.6.23" + this_version = "6.6.24" 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))