From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 876D2C43331 for ; Tue, 12 Nov 2019 15:03:46 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 4221B21872 for ; Tue, 12 Nov 2019 15:03:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="DAEzsAIb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4221B21872 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E315D3256; Tue, 12 Nov 2019 16:03:02 +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 X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Subject: [dpdk-dev] [dpdk-announce] DPDK 19.08.1 released X-BeenThere: dev@dpdk.org 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: =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