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 CE942A0093 for ; Mon, 18 May 2020 17:15:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B9161D37F; Mon, 18 May 2020 17:15:50 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id F20B31D37E for ; Mon, 18 May 2020 17:14:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589814862; 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=n+oamBJqIl4E5kEbbXTDKzL63oVT2/GESAaM2k9Khos=; b=c8DoSoYunObEG0VAmaDtWkMOvcECGB7O7he+pR2scxnjUo78hbUXvmRKrXs4PYibWR7PI3 adbJpl01dm87U7Rfol6H83Istop29TkgTC+smseufAoZGf5xmXB9KGuBxonVLF2Hn6qDvs fLSSRQylKVzJ8W0EFV0e1HfNrvlAfYg= 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-296-rILyh_SgO06Cq4jMtS85lQ-1; Mon, 18 May 2020 11:14:02 -0400 X-MC-Unique: rILyh_SgO06Cq4jMtS85lQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 473AE1005510 for ; Mon, 18 May 2020 15:14:01 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.213]) by smtp.corp.redhat.com (Postfix) with ESMTP id B2D0B1000320 for ; Mon, 18 May 2020 15:14:00 +0000 (UTC) From: Kevin Traynor To: announce@dpdk.org Date: Mon, 18 May 2020 16:13:59 +0100 Message-Id: <20200518151359.16860-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 18 May 2020 17:15:49 +0200 Subject: [dpdk-announce] DPDK 18.11.8 (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: , Errors-To: announce-bounces@dpdk.org Sender: "announce" Hi all, Here is a new LTS release: https://fast.dpdk.org/rel/dpdk-18.11.8.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=18.11 DPDK 18.11.8 has fixes for CVE-2020-10722, CVE-2020-10723 and CVE-2020-10724. Thanks to the issue reporters, to the developers for fixing them, and to Red Hat and Intel for validating the fixes. Kevin. --- doc/guides/rel_notes/release_18_11.rst | 93 +++++++++++++++++++++++++++++ lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/vhost_crypto.c | 17 ++++++ lib/librte_vhost/vhost_user.c | 8 +-- meson.build | 2 +- pkg/dpdk.spec | 2 +- 6 files changed, 117 insertions(+), 7 deletions(-) Kevin Traynor (1): version: 18.11.8 Maxime Coquelin (3): vhost: check log mmap offset and size overflow vhost: fix vring index check vhost/crypto: validate keys lengths