ixgbe, ixgbevf: exclude CVE-2015-1142857 from cve-check

This was fixed in the kernel v4.4 but the NVD database doesn't list the
kernel version or track the out of tree versions.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
(cherry picked from commit b96d06bad8)
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2022-09-09 18:22:14 +08:00
parent 8ed6f20cfb
commit ed616c50ea
2 changed files with 6 additions and 0 deletions

View File

@ -39,3 +39,6 @@ PACKAGES += "${PN}-script"
FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity"
EXCLUDE_FROM_WORLD = "1"
# This was fixed in kernel v4.4
CVE_CHECK_WHITELIST += "CVE-2015-1142857"

View File

@ -40,3 +40,6 @@ do_install_append () {
PACKAGES += "${PN}-script"
FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity"
# This was fixed in kernel v4.4
CVE_CHECK_WHITELIST += "CVE-2015-1142857"