mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
linux/cve-exclusion6.1: Update to latest kernel point release
(From OE-Core rev: c4ffd18d3e71b935acc050b106267db544d86df7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
# Auto-generated CVE metadata, DO NOT EDIT BY HAND.
|
||||
# Generated at 2023-12-18 14:15:17.069657+00:00 for version 6.1.65
|
||||
# Generated at 2023-12-23 08:44:42.304531+00:00 for version 6.1.68
|
||||
|
||||
python check_kernel_cve_status_version() {
|
||||
this_version = "6.1.65"
|
||||
this_version = "6.1.68"
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user