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>
This commit is contained in:
Anuj Mittal 2021-05-11 11:21:34 +08:00
parent d9dacfff3f
commit b96d06bad8
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"