| Message ID | 20260622195440.3482698-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master/wrynose] linux-ti-staging: Include CVE exclusions | expand |
meta-ti / na / 20260622195440.3482698-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master/wrynose][PATCH] linux-ti-staging: Include CVE exclusions - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Mon, 22 Jun 2026 14:54:40 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: b8f6daf319e004caa56f82cfbac16be6e3e30ce8 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: linux-ti-staging: Include CVE exclusions - Commit SHA: 6b11c6282df6879784e46f3ed5e6580fd8ef14c5 Patches ---------------------------------------- All patches applied wrynose ===================== Summary: - Patch Series: [meta-ti][master/wrynose][PATCH] linux-ti-staging: Include CVE exclusions - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Mon, 22 Jun 2026 14:54:40 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: b8f6daf319e004caa56f82cfbac16be6e3e30ce8 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: wrynose-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202606221055 - Commit SHA: 89fdd50042c501aa8b77fbe8eec3f22a89c6f64a Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS wrynose ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed wrynose - PASS ===================== All checks passed
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb index 90e7b237..a1d2fcaf 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb @@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" require recipes-kernel/linux/ti-kernel.inc +# CVE exclusions +include recipes-kernel/linux/cve-exclusion.inc + inherit ${KERNEL_BASE_CLASS} require recipes-kernel/linux/setup-defconfig.inc
Now that we are looking at using the CVE checker tool in Yocto we should include the same CVE exclusions from oe-core that match the kernel version we are on. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb | 3 +++ 1 file changed, 3 insertions(+)