1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

linux/cve-exclusion6.1: Update to latest kernel point release

(From OE-Core rev: ec48d71311808126ce22b0ea771e37750ac98304)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c4ffd18d3e71b935acc050b106267db544d86df7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Richard Purdie
2023-12-23 08:45:07 +00:00
committed by Steve Sakoman
parent 69475a1e73
commit 0414806a80
@@ -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))