diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-05-11 11:21:34 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-05-11 11:21:34 +0800 |
commit | b96d06bad8b79890b8e0773dfa1e94718a0a4180 (patch) | |
tree | d648d27a2b6da61c0f20beb3d39523b11aa851db | |
parent | d9dacfff3fc148a978fbbe4db07fa48f842490e4 (diff) | |
download | meta-intel-b96d06bad8b79890b8e0773dfa1e94718a0a4180.tar.gz |
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>
-rw-r--r-- | recipes-kernel/intel-ethernet/ixgbe_5.11.3.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/intel-ethernet/ixgbevf_4.11.1.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/intel-ethernet/ixgbe_5.11.3.bb b/recipes-kernel/intel-ethernet/ixgbe_5.11.3.bb index 73b13c9b..8c7fb09c 100644 --- a/recipes-kernel/intel-ethernet/ixgbe_5.11.3.bb +++ b/recipes-kernel/intel-ethernet/ixgbe_5.11.3.bb | |||
@@ -39,3 +39,6 @@ PACKAGES += "${PN}-script" | |||
39 | FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" | 39 | FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" |
40 | 40 | ||
41 | EXCLUDE_FROM_WORLD = "1" | 41 | EXCLUDE_FROM_WORLD = "1" |
42 | |||
43 | # This was fixed in kernel v4.4 | ||
44 | CVE_CHECK_WHITELIST += "CVE-2015-1142857" | ||
diff --git a/recipes-kernel/intel-ethernet/ixgbevf_4.11.1.bb b/recipes-kernel/intel-ethernet/ixgbevf_4.11.1.bb index d1c5f299..2867269a 100644 --- a/recipes-kernel/intel-ethernet/ixgbevf_4.11.1.bb +++ b/recipes-kernel/intel-ethernet/ixgbevf_4.11.1.bb | |||
@@ -40,3 +40,6 @@ do_install_append () { | |||
40 | PACKAGES += "${PN}-script" | 40 | PACKAGES += "${PN}-script" |
41 | 41 | ||
42 | FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" | 42 | FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" |
43 | |||
44 | # This was fixed in kernel v4.4 | ||
45 | CVE_CHECK_WHITELIST += "CVE-2015-1142857" | ||