diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-02 22:40:40 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-03 06:28:36 -0700 |
| commit | c3b5a354129af8ab85ccfb78b20324559496cfc3 (patch) | |
| tree | 7fe3a9e4e24334dff09bac08a47944cafedd7a1d | |
| parent | 1b87dbafb1d971f2120ca17bae1c2700fa4888e6 (diff) | |
| download | poky-c3b5a354129af8ab85ccfb78b20324559496cfc3.tar.gz | |
linux-yocto/6.6: update CVE exclusions (6.6.29)
Data pulled from: https://github.com/nluedtke/linux_kernel_cves
1/1 [
Author: Nicholas Luedtke
Email: nicholas.luedtke@uwalumni.com
Subject: Update 8Apr24
Date: Tue, 9 Apr 2024 18:19:11 -0400
]
(From OE-Core rev: fa67b0075d17b1bae7400e9c9bbe5855bf11ae60)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a6660bc4980ad8161522075e3964fa400817f27f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-kernel/linux/cve-exclusion_6.6.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc index df09c1fd1d..9f1f03ac53 100644 --- a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc +++ b/meta/recipes-kernel/linux/cve-exclusion_6.6.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-04-25 18:59:44.140399+00:00 for version 6.6.28 | 3 | # Generated at 2024-05-02 12:41:43.351358+00:00 for version 6.6.29 |
| 4 | 4 | ||
| 5 | python check_kernel_cve_status_version() { | 5 | python check_kernel_cve_status_version() { |
| 6 | this_version = "6.6.28" | 6 | this_version = "6.6.29" |
| 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)) |
