From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <andy@warmcat.com>
Received: from mail.warmcat.com (mail.warmcat.com [163.172.24.82])
 by dpdk.org (Postfix) with ESMTP id D6F2F8D85
 for <stable@dpdk.org>; Fri, 18 May 2018 12:25:55 +0200 (CEST)
To: luca.boccassi@gmail.com, dpdk stable <stable@dpdk.org>
Cc: Adrien Mazarguil <adrien.mazarguil@6wind.com>,
 Andrew Rybchenko <arybchenko@solarflare.com>,
 Bruce Richardson <bruce.richardson@intel.com>,
 Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
 Ferruh Yigit <ferruh.yigit@intel.com>,
 Kirill Rybalchenko <kirill.rybalchenko@intel.com>,
 Luca Boccassi <bluca@debian.org>, Matan Azrad <matan@mellanox.com>,
 Nelio Laranjeiro <nelio.laranjeiro@6wind.com>,
 Pablo de Lara <pablo.de.lara.guarch@intel.com>,
 Reshma Pattan <reshma.pattan@intel.com>,
 Stephen Hemminger <stephen@networkplumber.org>,
 Thomas Monjalon <thomas@monjalon.net>
References: <20180430152307.4249-1-luca.boccassi@gmail.com>
 <20180518094648.29733-1-luca.boccassi@gmail.com>
From: Andy Green <andy@warmcat.com>
Message-ID: <917fda9e-7cf9-50be-d72a-5aad86ee32ed@warmcat.com>
Date: Fri, 18 May 2018 18:25:24 +0800
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.7.0
In-Reply-To: <20180518094648.29733-1-luca.boccassi@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Subject: Re: [dpdk-stable] please help backporting some patches to stable
	release 18.02.2
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 18 May 2018 10:25:56 -0000



On 05/18/2018 05:46 PM, luca.boccassi@gmail.com wrote:
> Hi commit authors (and maintainers),
> 
> I didn't manage to apply following commits from upstream to stable branch
> 18.02: conflict happens. I'm wondering can the authors check the following
> list and backport those patches belong to you?
> 
> FYI, branch 18.02 is located at tree:
>     git://dpdk.org/dpdk-stable
> 
> It'd be great if you could do that in one or two weeks. Also, please add a
> heading line like below before the commit log body:
>      [ backported from upstream commit xxx ]
> 
> Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e
> 
> Also please mention the target stable in the subject line, as we have more than one
> at the same time, for example:
> 
>      [PATCH 18.02] foo/bar: fix baz
> 
> With git send-email, this can be achieved by appending the parameter:
> 
>      --subject-prefix='18.02'
> 
> Please let me know if you have any comments, say, need more time, or it's
> worthless to packport it. And please send it to "stable@dpdk.org", but not
> "dev@dpdk.org".
> 
> NOTE: for the patches using strlcpy, the issue is that strlcpy is not available
> in 18.02, so it would have to be backported as well.

uh... OK.

I dunno yet the value of, or reason for, or the solution of, any of the 
conflicts, I will look at them; same for 16.11.7.

But obviously, I had no idea I was signing up for this kind of time 
travel work.  Please cut me some slack accordingly back in the future 
for getting my other patches in :-)  (so I can enjoy more time travel 
beatings later).

-Andy

> Thanks.
> 
> Luca Boccassi
> 
> ---
> 52f711f7b  Andy Green       bus/pci: fix size of driver name buffer
> 7ee230e88  Adrien Mazarguil app/testpmd: fix weak RSS hash key for flow
> fe5f777b5  Andy Green       bus/pci: replace strncpy by strlcpy
> f28742ba0  Andy Green       net/qede: fix strncpy
> 0fa4f3eee  Andy Green       net/qede: replace strncpy by strlcpy
> ed5b98483  Andy Green       net/sfc: make sure that stats name is nul-terminated
> 89200580e  Bruce Richardson kernel: fix cross-build of Linux modules with meson
> 1bdea6110  Kirill Rybalchenko examples/ipsec-secgw: fix IP address parsing
> b7a7c97a4  Nélio Laranjeiro net/mlx5: fix flow validation
> ae943ebe1  Reshma Pattan    examples/ipsec-secgw: replace strncpy with strlcpy
> 21ce8e44b  Reshma Pattan    examples/vhost_scsi: replace strncpy with strlcpy
> be8cd2103  Thomas Monjalon  ethdev: fix port probing notification
> e06227e2f  Thomas Monjalon  ethdev: fix port visibility before initialization
>