Commit 60622c61 authored by Jim Harris's avatar Jim Harris Committed by Daniel Verkamp
Browse files

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



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

Reviewed-on: https://review.gerrithub.io/408736


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 1d74fea0
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -2,7 +2,14 @@

## 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().