From mboxrd@z Thu Jan 1 00:00:00 1970 From: luca.boccassi@gmail.com Subject: [dpdk-announce] DPDK 16.11.6 (LTS) released Date: Mon, 23 Apr 2018 16:54:29 +0100 Message-ID: <20180423155429.13708-1-luca.boccassi@gmail.com> To: announce@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi all, Here is a new stable release: http://fast.dpdk.org/rel/dpdk-16.11.6.tar.xz The git tree is at: http://dpdk.org/browse/dpdk-stable/ This stable release fixes CVE-2018-1059, all users of the vhost library are strongly encouraged to upgrade as soon as possible. Know issues: compilation with VHOST_DEBUG is currently broken, will be fixed in a followup release. Luca Boccassi --- doc/guides/rel_notes/release_16_11.rst | 11 ++ lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/vhost.h | 19 +-- lib/librte_vhost/vhost_user.c | 49 +++++--- lib/librte_vhost/virtio_net.c | 355 +++++++++++++++++++++++++++++++++++++++++++++++------ pkg/dpdk.spec | 2 +- 6 files changed, 378 insertions(+), 60 deletions(-) Luca Boccassi (1): version: 16.11.6 Maxime Coquelin (7): vhost-user: fix deadlock in case of NUMA realloc 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: add support for non-contiguous indirect descs tables (fixes CVE-2018-1059) vhost: handle virtually non-contiguous buffers in Tx (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)