CHANGELOG.md: document DPDK CVE-2018-1059 fixes

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I748be6adeb83cfa99f4359db68acdec7ea5ab523

Reviewed-on: https://review.gerrithub.io/408736
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Jim Harris 2018-04-23 10:34:45 -07:00 committed by Daniel Verkamp
parent 1d74fea015
commit 60622c61f9

View File

@ -2,7 +2,14 @@
## v18.04: (Upcoming Release) ## v18.04: (Upcoming Release)
## Env ### vhost
The SPDK vhost-scsi, vhost-blk and vhost-nvme applications have fixes to address the
DPDK rte_vhost vulnerability [CVE-2018-1059](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1059).
Please see this [security advisory](https://access.redhat.com/security/cve/cve-2018-1059)
for additional information on the DPDK vulnerability.
### Env
Add wrapper for DPDK rte_mempool_get_bulk() via spdk_mempool_get_bulk(). Add wrapper for DPDK rte_mempool_get_bulk() via spdk_mempool_get_bulk().