From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 34A011B11A for ; Thu, 3 Jan 2019 14:23:39 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 60206A9639; Thu, 3 Jan 2019 13:23:38 +0000 (UTC) Received: from ktraynor.remote.csb (ovpn-117-13.ams2.redhat.com [10.36.117.13]) by smtp.corp.redhat.com (Postfix) with ESMTP id 292A05D9C5; Thu, 3 Jan 2019 13:23:35 +0000 (UTC) To: Shreyansh Jain , dpdk stable Cc: "bluca@debian.org" , "yskoh@mellanox.com" , "qian.q.xu@intel.com" , "pezhang@redhat.com" References: <20181220113757.9626-1-ktraynor@redhat.com> <1bc71a48-1d36-c73a-8485-45b2dc7bd4cc@nxp.com> From: Kevin Traynor Organization: Red Hat Message-ID: <8588c867-26ed-9469-048c-8eda85ce0865@redhat.com> Date: Thu, 3 Jan 2019 13:23:34 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1bc71a48-1d36-c73a-8485-45b2dc7bd4cc@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 03 Jan 2019 13:23:38 +0000 (UTC) Subject: Re: [dpdk-stable] [dpdk-dev] 18.08.1 patches review and test 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: Thu, 03 Jan 2019 13:23:39 -0000 On 12/26/2018 07:31 AM, Shreyansh Jain wrote: > Hello Kevin, > > I have an issue with one of the patches originating from me and targeted > for stable. In-lined below. > > On Thursday 20 December 2018 05:07 PM, Kevin Traynor wrote: >> (resend with correct subject) >> >> Hi all, >> >> Here is a list of patches targeted for stable release 18.08.1. Please >> help review and test. The planned date for the final release is 16th >> January. Before that, please shout if anyone has objections with these >> patches being applied. >> >> Also for the companies committed to running regression tests, >> please run the tests and report any issue before the release date. >> >> A release candidate tarball can be found at: >> >> https://dpdk.org/browse/dpdk-stable/tag/?id=v18.08.1-rc1 >> >> These patches are located at branch 18.08 of dpdk-stable repo: >> https://dpdk.org/browse/dpdk-stable/ >> > > [...] > >> Shreyansh Jain (2): >> bus/fslmc: fix physical addressing check >> raw/skeleton: fix memory leak on test failure <==== this > > Please don't apply the 'raw/skeleton: fix memory leak on test failure' > patch. There is problem with this as reported in another patch [1]. I Thanks Shreyansh. It was applied and pushed already, so I have reverted it from the 18.08 stable branch. > will push a fix out (which would actually be reverting this patch) > > [1] https://patches.dpdk.org/patch/48635/ > > [...] > > - > Shreyansh >