From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.warmcat.com (mail.warmcat.com [163.172.24.82]) by dpdk.org (Postfix) with ESMTP id D6F2F8D85 for ; Fri, 18 May 2018 12:25:55 +0200 (CEST) To: luca.boccassi@gmail.com, dpdk stable Cc: Adrien Mazarguil , Andrew Rybchenko , Bruce Richardson , Cristian Dumitrescu , Ferruh Yigit , Kirill Rybalchenko , Luca Boccassi , Matan Azrad , Nelio Laranjeiro , Pablo de Lara , Reshma Pattan , Stephen Hemminger , Thomas Monjalon References: <20180430152307.4249-1-luca.boccassi@gmail.com> <20180518094648.29733-1-luca.boccassi@gmail.com> From: Andy Green 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 >