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 E62A5A04C1 for ; Tue, 12 Nov 2019 16:03:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2A5472BAA; Tue, 12 Nov 2019 16:02:52 +0100 (CET) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by dpdk.org (Postfix) with ESMTP id 09BD72BA8 for ; Tue, 12 Nov 2019 16:02:51 +0100 (CET) Received: by mail-wr1-f44.google.com with SMTP id i10so18884884wrs.7 for ; Tue, 12 Nov 2019 07:02:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date :content-transfer-encoding:user-agent:mime-version; bh=UqVJU5xIPFW3j/OROwYCsi3uTQCqXGjjOshKNpS3Fv0=; b=dd4eI45dW0oGNtZiT9lGQKiafkAGlvwSCn8mBXLRPRdcd/EXTXcvsiPV021It/2U+8 z5fH3WXVG4zW+7IG4oMD/UUuvn7c1R1FjBX1ICD2lCKNb1dCMRwDx3Kacslr90fCDnpE TsePh/rY/yI/60H2+PmOUTy/Q9d0w9sBE8DOTkq0XtQT1OEkJldfU2FFMhFGfNdfZSHO JbqMSdLlirRF+KN3NglxtJjHg4Vssv3JXIgYvK1pWDP4BhvjpnFgB1gdczGIFxh+vJm5 K1FlbbAqVPMVeSKbiRSulvhUq/GI0cJBk21jl/M0hn41y7hrE4PYNNnHhMjmZqbjhqgo hMpQ== X-Gm-Message-State: APjAAAVrJe27nQ7wBDt/ZpH1SA3/MGwIJB523IoRvn65tR958sJ16RIJ KYmxQJATaqdaguJl27GKxQ/grgRq X-Google-Smtp-Source: APXvYqzSwIaXrjeNoBc4Yeq6pu7tkgsweSd3cbdpQsL8OduYKKeh0I3e0/btnVKP/R66bhMpYa024Q== X-Received: by 2002:adf:fc0a:: with SMTP id i10mr10474042wrr.105.1573570970430; Tue, 12 Nov 2019 07:02:50 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id d202sm3377071wmd.47.2019.11.12.07.02.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Nov 2019 07:02:49 -0800 (PST) Message-ID: <589ed20d10112bd4a6fb38d00ff59410f25d81a5.camel@debian.org> From: Luca Boccassi To: "announce@dpdk.org" Date: Tue, 12 Nov 2019 15:02:49 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: [dpdk-announce] DPDK 17.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-17.11.8.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=3D17.11 This stable release fixes CVE-2019-14818, all users of the vhost library are strongly encouraged to upgrade as soon as possible. Tested with two testpmd instances, one with Vhost PMD, the other with Virtio-user PMD. Intialization goes well, and packets flow. Luca Boccassi --- doc/guides/rel_notes/release_17_11.rst | 26 +++++++ lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/socket.c | 22 ++++-- lib/librte_vhost/vhost_user.c | 115 +++++++++++++++++++++++++++- lib/librte_vhost/vhost_user.h | 4 +- pkg/dpdk.spec | 2 +- 6 files changed, 161 insertions(+), 10 deletions(-) Luca Boccassi (1): version: 17.11.8 Maxime Coquelin (3): vhost: add number of fds to vhost-user messages vhost: fix possible denial of service on SET_VRING_NUM vhost: fix possible denial of service by leaking FDs Stefan Hajnoczi (1): vhost: validate virtqueue size --=20 Kind regards, Luca Boccassi