From 94ad2c81e044e951606e810f4756cf056ccba511 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 2 May 2024 22:52:32 -0400 Subject: [PATCH] linux-yocto/5.15: update CVE exclusions (5.15.152) 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 ] (From OE-Core rev: a3a17801a9d185f0c181b93e399092032d6ffa4a) Signed-off-by: Bruce Ashfield Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux/cve-exclusion_5.15.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/cve-exclusion_5.15.inc b/meta/recipes-kernel/linux/cve-exclusion_5.15.inc index 32e066bda4..f60ba5177a 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_5.15.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_5.15.inc @@ -1,9 +1,9 @@ # Auto-generated CVE metadata, DO NOT EDIT BY HAND. -# Generated at 2024-03-12 23:12:55.402667 for version 5.15.151 +# Generated at 2024-03-19 17:41:49.053760 for version 5.15.152 python check_kernel_cve_status_version() { - this_version = "5.15.151" + this_version = "5.15.152" 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))