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 C6E3CA04C3 for ; Wed, 13 Nov 2019 20:27:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BB123237; Wed, 13 Nov 2019 20:27:48 +0100 (CET) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 109452AB for ; Wed, 13 Nov 2019 20:27:47 +0100 (CET) Received: by mail-wm1-f66.google.com with SMTP id c22so3328755wmd.1 for ; Wed, 13 Nov 2019 11:27:47 -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:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=nnzerc4IQ1xdO3gUO1GF2vBuYBQTDjNRVpNvbbK1rVQ=; b=gX9NZMXemUHqz+Ojti/VTymxFb8+XbCYhxlI9Lup/POyAzTe7cuFR6jzKQr5e/PZ9t pF7Yee8+8Yo0L+Rg8vaM48bzOXCF3gMvgvTT623Zdjk9TJWRJ+hPp1amADWua6uPavwx UsaCs7AO2SpiBw+JRVAjrpI0gay265w+yeszPqjMZqRZkopHjxJ22aH/9zCeoNoLRZLL IaMFgHhiWtS9gwr9tTgCYweeIJNKkK1b+deYtKmspTZz4K1bIURl+bER4rb6TikOGpg1 8tAtaeH4lPxqldZE8r0kzcDlOoojdiWkgvdDrpHHCvB3qClU8YM6+l44PyrUIeM5uOP3 IUnw== X-Gm-Message-State: APjAAAXHlenjh73cbHJid81y+5ZlaIhh0z48zkrcrTC/OZUCq904tb0M BE3+Or2MNwq72SZt1kHe6uc= X-Google-Smtp-Source: APXvYqx/7b0dlpdHNOnQxF1jFMcLp7cyOG/Y0aZQ7aZaQ1uBaLXawHmFngNa3fNQn4sFcJ6PetsWXw== X-Received: by 2002:a1c:4c15:: with SMTP id z21mr4004036wmf.132.1573673266699; Wed, 13 Nov 2019 11:27:46 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id b15sm3848175wrx.77.2019.11.13.11.27.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Nov 2019 11:27:46 -0800 (PST) Message-ID: From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org Cc: thomas@monjalon.net, ferruh.yigit@intel.com, david.marchand@redhat.com Date: Wed, 13 Nov 2019 19:27:45 +0000 In-Reply-To: <20191113165119.10807-2-ktraynor@redhat.com> References: <20191113165119.10807-1-ktraynor@redhat.com> <20191113165119.10807-2-ktraynor@redhat.com> 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: Re: [dpdk-stable] [PATCH 2/2] README: add a few notes about a security release X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, 2019-11-13 at 16:51 +0000, Kevin Traynor wrote: > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com > > > --- > README | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi