From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 2B7CA2B8B for ; Mon, 23 Apr 2018 17:54:33 +0200 (CEST) Received: by mail-wr0-f195.google.com with SMTP id p5-v6so14908032wre.12 for ; Mon, 23 Apr 2018 08:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=JQRbGgvf3El2vmLtjYXLZJYiIjqXAwDAqCuc2cuwzbk=; b=uHSw/S87uV6VRMv1naeOIseHgkwov2RKvHjXNpuNcX3S0FFiaURF0UmKKvdXigPa7B F9C5u9HQDl1Ox6buViIc9XD1eu6k2xCAZiYHti5nLgjKvSuMYp7c4atW4Cro8oR4sP8K S8vKvPUvaMREpyYsKkL5TyK2grknbLosDTTQBjUAYwjDgYJ5TmgALKF8ce729lVCFoko 1MQOTYCcaCq+nswKPOhPcBG0l+bRV89oFlz5ulprvxI30JZAj+/ULEyle/uiSGFDuWe7 F2sUFgxeQ4wnYUWwtqZfgtpxqpmuIB8I3/KzL66+IrCvumA8IhUZ2tUuQ+VX/YBSWx83 APDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=JQRbGgvf3El2vmLtjYXLZJYiIjqXAwDAqCuc2cuwzbk=; b=RTwV8i/YwgWQuKJCR2kmlH9iKx32HLG2EeW88lKMeAcgmJ+PSgIg9jj6glbRC7iV1G vhyvGdUmn28i4kZittDeSkdekRuRlYZ7gLQYSvYk64aLezOnifIR7I60mMxDQT6yU4BB 1LPD+1Yc+XV8TESWm9c2uIrvFCsTb2SBOA5yTSgDcmp8A5IKqOvylUv2c5+ihPNDSIDv MNi45jXK3wrmzW4Z8WK6KfrJml4ia9HnyRqxMqmaBNeyzxh2xw87cJKdI8PxGUHL2T1k OArv+iDPvM33+4HYQDSFAymdzykJyP5FEWa14ABR2TMaSgLuH09qYlyTFv7WobbhUq5U FZ9Q== X-Gm-Message-State: ALQs6tA2qn2sghro91VbhHdiP7yy5QnPW1NmZHSKhf55f65LLLsaCZ6i ldT+M5McC/UlhO5KjcbCrvloA+uVpCQ= X-Google-Smtp-Source: AIpwx4/qfHQSYiD2JD3NXT3lsy+0lR5ZXajt78gouzRqKfPbMJJgcMt0PIONX3gAfxXcJFyg0sK7Bg== X-Received: by 2002:adf:ea90:: with SMTP id s16-v6mr13506024wrm.17.1524498872190; Mon, 23 Apr 2018 08:54:32 -0700 (PDT) Received: from localhost (host217-43-52-152.range217-43.btcentralplus.com. [217.43.52.152]) by smtp.gmail.com with ESMTPSA id l2sm11128654wmi.16.2018.04.23.08.54.31 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Apr 2018 08:54:31 -0700 (PDT) From: luca.boccassi@gmail.com To: announce@dpdk.org Date: Mon, 23 Apr 2018 16:54:29 +0100 Message-Id: <20180423155429.13708-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 X-Mailman-Approved-At: Mon, 23 Apr 2018 17:57:35 +0200 Subject: [dpdk-announce] DPDK 16.11.6 (LTS) released X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 15:54:33 -0000 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)