mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00: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>
(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:
parent
8ed6f20cfb
commit
ed616c50ea
|
|
@ -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