X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_16_11.rst;h=e398e291f2864c626dc4dec328f6d67a0af5eb50;hb=c6d9690998af28c7fa2547cc687f939f35e8c85c;hp=3289c3c931aa16078f9562d2a8e74abb2e56c305;hpb=39157ec04095ab012d11db23c462844634bfbb8f;p=deb_dpdk.git diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index 3289c3c9..e398e291 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -1160,3 +1160,14 @@ Fixes in 16.11 LTS Release * vhost: fix error code check when creating thread * vhost: fix mbuf free * vhost: protect active rings from async ring changes + +16.11.6 +~~~~~~~ + +* vhost: add support for non-contiguous indirect descs tables (fixes CVE-2018-1059) +* vhost: check all range is mapped when translating GPAs (fixes CVE-2018-1059) +* vhost: ensure all range is mapped when translating QVAs (fixes CVE-2018-1059) +* vhost: handle virtually non-contiguous buffers in Rx (fixes CVE-2018-1059) +* vhost: handle virtually non-contiguous buffers in Rx-mrg (fixes CVE-2018-1059) +* vhost: handle virtually non-contiguous buffers in Tx (fixes CVE-2018-1059) +* vhost-user: fix deadlock in case of NUMA realloc