From: Bruce Ashfield Date: Tue, 19 Mar 2024 23:01:32 +0000 (-0400) Subject: linux-yocto/6.6: update CVE exclusions (6.6.22) X-Git-Tag: 2024-04-scarthgap~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aff14a76396abe5139a918bfe27403248ff09ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git linux-yocto/6.6: update CVE exclusions (6.6.22) 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 --- diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc index 00e891fe9fe..0e42cea24ad 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-11 03:13:59.040619+00:00 for version 6.6.21 +# Generated at 2024-03-19 21:27:37.303325+00:00 for version 6.6.22 python check_kernel_cve_status_version() { - this_version = "6.6.21" + this_version = "6.6.22" 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))