commit | d29e0d233e0d25ac680cb77662fca1193732c4a5 | [log] [tgz] |
---|---|---|
author | Martyna Szapar <martyna.szapar@intel.com> | Fri Mar 29 15:08:39 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat May 04 17:28:04 2019 -0700 |
tree | d89ede44c9c321d4dd97454b5cecf9613f228e18 | |
parent | 2e45d3f4677ae7cd83f97b6039208979e88a7a84 [diff] |
i40e: missing input validation on VF message handling by the PF Patch is adding missing input validation on VF message handling by the PF to the functions with opcodes: VIRTCHNL_OP_CONFIG_VSI_QUEUES = 6 VIRTCHNL_OP_CONFIG_IRQ_MAP = 7, VIRTCHNL_OP_DISABLE_QUEUES = 9, VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE = 14, Signed-off-by: Martyna Szapar <martyna.szapar@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>