From: Steve Sakoman Date: Wed, 18 Oct 2023 21:33:30 +0000 (-1000) Subject: cve-exclusion_6.1.inc: update for 6.1.57 X-Git-Tag: 2023-04.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c6d43fbe84de9732329deed627e94ba5974213;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git cve-exclusion_6.1.inc: update for 6.1.57 Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc b/meta/recipes-kernel/linux/cve-exclusion_6.1.inc index b6b9ca00d48..d1722618861 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.1.inc @@ -1,9 +1,9 @@ # Auto-generated CVE metadata, DO NOT EDIT BY HAND. -# Generated at 2023-09-30 07:26:16.988526+00:00 for version 6.1.55 +# Generated at 2023-10-18 21:33:08.698393+00:00 for version 6.1.57 python check_kernel_cve_status_version() { - this_version = "6.1.55" + this_version = "6.1.57" 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))