From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16825A04C1 for ; Tue, 12 Nov 2019 16:03:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71C002C12; Tue, 12 Nov 2019 16:02:58 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id B4466237 for ; Tue, 12 Nov 2019 16:01:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573570899; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XEZbIxz8PyBaQO3F2vqR1RbKPxeAkwZL5Vm5sumLDcY=; b=DAEzsAIbnUHAKl08MQAhX8gTqrSTgVj7VJpSslYpzWn56JBOj0PxLAlIg1I+rZGxQYWbw0 nrkRN7ijH0aHgEwFb6khWmR9ENBRuNyARPSj0loKw1llTUBW++TEXCrFy3DL3UJ8/MpJ5W Ewx6xkUq9jRoy4AK3WarvemQTSqcZGg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-168-TLU1MBOFOciIPSipPa6vAg-1; Tue, 12 Nov 2019 10:01:37 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 009CC107ACC9 for ; Tue, 12 Nov 2019 15:01:37 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-246.ams2.redhat.com [10.36.117.246]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5966B5DDA8 for ; Tue, 12 Nov 2019 15:01:36 +0000 (UTC) From: Kevin Traynor To: announce@dpdk.org Date: Tue, 12 Nov 2019 15:01:35 +0000 Message-Id: <20191112150135.30665-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-MC-Unique: TLU1MBOFOciIPSipPa6vAg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 12 Nov 2019 16:02:56 +0100 Subject: [dpdk-announce] DPDK 19.08.1 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: , Errors-To: announce-bounces@dpdk.org Sender: "announce" Hi all, Here is a new stable release: =09https://fast.dpdk.org/rel/dpdk-19.08.1.tar.xz The git tree is at: =09https://dpdk.org/browse/dpdk-stable/?h=3D19.08 This stable release fixes CVE-2019-14818, all users of the vhost library are strongly encouraged to upgrade as soon as possible. Kevin --- VERSION | 2 +- doc/guides/rel_notes/release_19_08.rst | 19 +++++ lib/librte_vhost/vhost_user.c | 127 +++++++++++++++++++++++++++++= ++-- 3 files changed, 143 insertions(+), 5 deletions(-) Kevin Traynor (1): version: 19.08.1 Maxime Coquelin (2): vhost: fix possible denial of service on SET_VRING_NUM vhost: fix possible denial of service by leaking FDs