From: Bruce Ashfield Date: Fri, 19 Jan 2024 21:14:10 +0000 (-0500) Subject: linux-yocto/6.6: update CVE exclusions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b67e63925b3846a8f3ed9834d5bd465075a202d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto/6.6: update CVE exclusions Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 27Dec23 Date: Wed, 27 Dec 2023 19:47:13 -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 ee7df04c4a2..2b74d3585d8 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-01-03 18:54:52.866645+00:00 for version 6.6.9 +# Generated at 2024-01-11 15:23:15.711210+00:00 for version 6.6.11 python check_kernel_cve_status_version() { - this_version = "6.6.9" + this_version = "6.6.11" 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))