diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-02 22:52:32 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-05-15 09:44:15 -0700 |
| commit | 94ad2c81e044e951606e810f4756cf056ccba511 (patch) | |
| tree | d85bbd86557dec7178b9f1d8c84773679a682f2b /meta/recipes-kernel | |
| parent | 779b489229604fe6f71b9d01e3f4113c8a1cdb9b (diff) | |
| download | poky-94ad2c81e044e951606e810f4756cf056ccba511.tar.gz | |
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 <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux/cve-exclusion_5.15.inc | 4 |
1 files 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 @@ | |||
| 1 | 1 | ||
| 2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | 2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. |
| 3 | # Generated at 2024-03-12 23:12:55.402667 for version 5.15.151 | 3 | # Generated at 2024-03-19 17:41:49.053760 for version 5.15.152 |
| 4 | 4 | ||
| 5 | python check_kernel_cve_status_version() { | 5 | python check_kernel_cve_status_version() { |
| 6 | this_version = "5.15.151" | 6 | this_version = "5.15.152" |
| 7 | kernel_version = d.getVar("LINUX_VERSION") | 7 | kernel_version = d.getVar("LINUX_VERSION") |
| 8 | if kernel_version != this_version: | 8 | if kernel_version != this_version: |
| 9 | bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) | 9 | bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) |
