From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DE25CA0471 for ; Fri, 21 Jun 2019 19:16:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8AD941D50A; Fri, 21 Jun 2019 19:16:19 +0200 (CEST) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 819D81D50A for ; Fri, 21 Jun 2019 19:16:17 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id n4so7267364wrw.13 for ; Fri, 21 Jun 2019 10:16:17 -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=/br/6kIHxoouktVPL34B+hID38VxY2U6JyQAzqQ2B1g=; b=Gcuop3luQyB1+dTkmbOHs96h2yMHn+LuilVFZgV1XF16FoxtHvSGzhdjGw9Ulu3Jna jhF+JfVxr63IgGFVgsMfs+tKn0bCK/jnazWw1H6Z++ulHNVpm69vPMPwjK24SOi5yBsR TtMeUXG3rXLEXnl8FxMQ7OWQHNFpzzZKeboazP25C/VzDouw8zuoIL409OkQmytKMWAD CM0ZvuO5j29mGTZ3a8oraZAJmx/l5BFJoZSf350TAtWZc5vN4BZrPzdbdR/qjla+zofW eUS9Z/q/MHX78lmwmqax9Aep8CgaoD+2EQSsdbxLXoWBEhrNhO91uTTCsvoc4tudHHvv INUw== X-Gm-Message-State: APjAAAW1YlR26O5vzoEwtOm+7xtjoCeV3Xr/emljCMgAgOQbzFr+EHh0 2llonIQ5OFkdB5sUpJz14pY= X-Google-Smtp-Source: APXvYqyoR5jdgNx9nk6A9XD3u521wR5Y0f+aN+iZQdxe4+Zyusaloz0ORNJRw+kRWlI/kxhdyhNAuA== X-Received: by 2002:adf:afd0:: with SMTP id y16mr99008716wrd.22.1561137377083; Fri, 21 Jun 2019 10:16:17 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id v4sm2446792wmg.22.2019.06.21.10.16.16 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 21 Jun 2019 10:16:16 -0700 (PDT) Message-ID: <78890a119be642eb8fa0153037d0160ecc697e94.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org, yskoh@mellanox.com Date: Fri, 21 Jun 2019 18:16:15 +0100 In-Reply-To: <20190621144015.8749-1-ktraynor@redhat.com> References: <20190621144015.8749-1-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 1/2] compose-notice: update compose-notice text 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-06-21 at 15:40 +0100, Kevin Traynor wrote: > I got some feedback that it was confusing, so added a little > text to explicitly mention that changes would be from rebasing. >=20 > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com > > > --- > compose-notice | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) >=20 > diff --git a/compose-notice b/compose-notice > index 21cbc68..e44c738 100644 > --- a/compose-notice > +++ b/compose-notice > @@ -43,7 +43,9 @@ It will be pushed if I get no objections before > $(date --date=3D"+2 days" "+%D"). > shout if anyone has objections. > $(cat notice-more 2>/dev/null | grep -v "^#") > -Also note that after the patch there's a diff of the upstream commit > vs the patch applied > -to the branch. If the code is different (ie: not only metadata > diffs), due for example to > -a change in context or macro names, please double check it. > +Also note that after the patch there's a diff of the upstream commit > vs the > +patch applied to the branch. This will indicate if there was any > rebasing > +needed to apply to the stable branch. If there were code changes for > rebasing > +(ie: not only metadata diffs), please double check that the rebase > was > +correctly done. > =20 > EOF Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi