mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
d9dacfff3f
commit
b96d06bad8
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user