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 96A32A31F3 for ; Fri, 18 Oct 2019 17:12:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8E5A31BFB7; Fri, 18 Oct 2019 17:12:07 +0200 (CEST) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 6B9641BFB7 for ; Fri, 18 Oct 2019 17:12:06 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id p14so6677609wro.4 for ; Fri, 18 Oct 2019 08:12:06 -0700 (PDT) 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:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=WLghkZ01Vc9dGeh9Xzfubu6GPGgeKmKBDu89xDLqb5E=; b=ReePScBhf6XH8Mw3zhSD9T4SAFNcGrbyeCTc5NhozT01eV6ksyUCXt5p1ckuhlGx7N 5i19/yVFJsu229s+PKjx0IQIhxIA2P7NkDsgEJYi3A3liWjtSw4vlY1gLjVv4jmk1DSB 5BUV7Ie7y8Y6Bi3c76O5/vFjppvi1BxvaL8yGolgCFO6fYjkpwoj1TC/v5ILFC0mmwBA /SOqt9McTRPuMbdwcl/0HZEnHleAD+R+Cqb91yX/OjFBd5F2fCkrHeI5zoKX7k2i8bSp xiYmzwFm5xBCrEujrifBMWTOCAnPDFoJj1cL87CtiHm5ByzAQlg3LkgSrXcuQ0/K9PO/ /G8Q== X-Gm-Message-State: APjAAAXNO9GGO7EF1gHleLroFvLbSIQz3eUxsv8Nif2or97IvmNh7FT1 YT15OqCAt/AVocoMgzKdapn3jpX8 X-Google-Smtp-Source: APXvYqx9aY/jpfW4v2iMGQQKgpSbiWdZIlYaLxw+ZqSoVbsm1vqCJNzKnHTCFRnZewdQo5YJMvhOXw== X-Received: by 2002:adf:e5cc:: with SMTP id a12mr8536237wrn.258.1571411525982; Fri, 18 Oct 2019 08:12:05 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id z4sm5602383wrh.93.2019.10.18.08.12.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Oct 2019 08:12:05 -0700 (PDT) Message-ID: <842b769e27a4b514ab04e80b761b7bba1851bb97.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org Date: Fri, 18 Oct 2019 16:12:04 +0100 In-Reply-To: <20191018102512.32548-2-ktraynor@redhat.com> References: <20191018102512.32548-1-ktraynor@redhat.com> <20191018102512.32548-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] 5-make-release-commit: Add version to skipped fixes header 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 Fri, 2019-10-18 at 11:25 +0100, Kevin Traynor wrote: > Add the release version to the header that lists the > fixes skipped for this release, so it will be like the > other headers. >=20 > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi