From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id CEF6E2B8B for ; Mon, 23 Apr 2018 17:54:43 +0200 (CEST) Received: by mail-wr0-f194.google.com with SMTP id d1-v6so42662981wrj.13 for ; Mon, 23 Apr 2018 08:54:43 -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=6LwUjK3q9I4/wSF3/wRNWRI6y8uy+ZuLEilyWJ5tahE=; b=qK/5mN5YdOyTc3mKClXWzhkUnYyLMByxdjCQroSfx2/qprXi2PQf/nOlDAHpJTi1bF 6JGkoD3F0XtvYpIw7swJeparf5R1NVqlD2xH8DuqXkN5xerT3jpA+/eM0OwbEIEjZyQD SDYb5wyiAnKSh5CzQCCloNVXA3MUmf84jHk36zPrDDQiN1Vju2QkRmXx+4BeX4qEgY46 ZItK2hh2pq5ulhwDOslF81EOinBgh2BNiwf8L4q07PpDkAwsD+19p4cRfCsDmwkPYB8U aLbsWiry5hp8vzynXexSrDwTwKiYeg2M6Inoh8/Dr+TWYLp5bZhjnCwo8rU0UVfv9z27 ybVQ== 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=6LwUjK3q9I4/wSF3/wRNWRI6y8uy+ZuLEilyWJ5tahE=; b=LZM1MW+67fbXpMv1iKDEGJpypWP75QqkViDw62fzxTaJS2EsBfBXyKWSW5+1cTOrt0 oJJ8BXgPbqNqy37M5KXSaeq1BO+EaeWlB79DuwHqb0MP95mU/2oKKwLz0w5krvoXlWCl XYSY/Urrl5Z6UKLpNKHtIaAdA+Vt3IT1Odzo3MogHTm8xSnBUX9Vsx4aQHs3Tg07L/Ph EpMAIEiJLncLns2SfSyNHQ7D34JX5IVPTOiw+oG+AOD4y2RAdFvpAkmnoRqjArQ9S/Su Y8+CL+QEuff88Rutvp6oAB7Ra9n93zODPWsclrmLRNAA7re+YZioVoXr96ZfK8ngLeli w54A== X-Gm-Message-State: ALQs6tAQXjpUgd7mnFzwt11MWaHykOlb++aq6VuAJwy64hT6hVXsNWQ/ JhyQK8t5zu4DLkq3NFx9314rNbVCKOU= X-Google-Smtp-Source: AIpwx48BXRGBlz03AGTq67Hp5w5/+tz9DuBWLDe8oW9oW+GzNZ7djVnWuaQWWY5oVNqGCKa4/Ee0Sg== X-Received: by 10.28.20.140 with SMTP id 134mr9466379wmu.87.1524498882639; Mon, 23 Apr 2018 08:54:42 -0700 (PDT) Received: from localhost (host217-43-52-152.range217-43.btcentralplus.com. [217.43.52.152]) by smtp.gmail.com with ESMTPSA id m134sm16230744wmg.13.2018.04.23.08.54.41 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Apr 2018 08:54:41 -0700 (PDT) From: luca.boccassi@gmail.com To: announce@dpdk.org Date: Mon, 23 Apr 2018 16:54:39 +0100 Message-Id: <20180423155439.13767-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 17.08.2 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:44 -0000 Hi all, Here is a new stable release: http://fast.dpdk.org/rel/dpdk-17.08.2.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_17_08.rst | 14 ++ examples/vhost/virtio_net.c | 94 ++++++++++++-- examples/vhost_scsi/vhost_scsi.c | 56 ++++++-- lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/rte_vhost.h | 46 +++++++ lib/librte_vhost/rte_vhost_version.map | 6 + lib/librte_vhost/vhost_user.c | 52 +++++--- lib/librte_vhost/virtio_net.c | 375 +++++++++++++++++++++++++++++++++++++++++++++++------ pkg/dpdk.spec | 2 +- 9 files changed, 565 insertions(+), 82 deletions(-) Luca Boccassi (1): version: 17.08.2 Maxime Coquelin (10): vhost-user: fix deadlock in case of NUMA realloc vhost: introduce safe API for GPA translation (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: add support for non-contiguous indirect descs tables (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) examples/vhost: move to safe GPA translation API examples/vhost_scsi: move to safe GPA translation API vhost: deprecate unsafe GPA translation API