From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <hyonkim@cisco.com>
Received: from alln-iport-3.cisco.com (alln-iport-3.cisco.com [173.37.142.90])
 by dpdk.org (Postfix) with ESMTP id 78525231E
 for <stable@dpdk.org>; Wed,  2 May 2018 08:04:26 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=cisco.com; i=@cisco.com; l=499; q=dns/txt; s=iport;
 t=1525241066; x=1526450666;
 h=date:from:to:cc:subject:message-id:references:
 mime-version:in-reply-to;
 bh=0llQtvk3+t30afVjZWCHa8u6aIrj7WYU5zmOuehKhyc=;
 b=MNsGBE+yqP/3ba2b/kKUi9zX3BMxu7P5UtZiiKM/ItLOlSnK8T9P3DUH
 iVBjQeBdMm50cQd4GXEvS9REUWJBTMjbL2kM7/PdzYwVVozBlyZI8UOuV
 OIM0F7DAAee2XrRosGAHfLpaVZ6LELJpUs48zpv5RcCdzw67pYn79TCEz g=;
X-IronPort-AV: E=Sophos;i="5.49,353,1520899200"; d="scan'208";a="108368383"
Received: from rcdn-core-4.cisco.com ([173.37.93.155])
 by alln-iport-3.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 02 May 2018 06:04:25 +0000
Received: from HYONKIM-FTCPE.cisco.com ([10.24.17.26])
 by rcdn-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id w4264IQH017839
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Wed, 2 May 2018 06:04:21 GMT
Date: Wed, 2 May 2018 15:04:18 +0900
From: Hyong Youb Kim <hyonkim@cisco.com>
To: luca.boccassi@gmail.com
Cc: dpdk stable <stable@dpdk.org>,
 Adrien Mazarguil <adrien.mazarguil@6wind.com>,
 Anatoly Burakov <anatoly.burakov@intel.com>,
 Andrew Rybchenko <arybchenko@solarflare.com>,
 Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
 Didier Pallard <didier.pallard@6wind.com>,
 Ferruh Yigit <ferruh.yigit@intel.com>,
 Hemant Agrawal <hemant.agrawal@nxp.com>,
 Jasvinder Singh <jasvinder.singh@intel.com>,
 Jianfeng Tan <jianfeng.tan@intel.com>, John Daley <johndale@cisco.com>,
 Maxime Coquelin <maxime.coquelin@redhat.com>,
 Nelio Laranjeiro <nelio.laranjeiro@6wind.com>,
 Shahaf Shuler <shahafs@mellanox.com>,
 Thomas Monjalon <thomas@monjalon.net>,
 Yongseok Koh <yskoh@mellanox.com>, Yong Wang <yongwang@vmware.com>
Message-ID: <20180502060417.GA16112@HYONKIM-FTCPE.cisco.com>
References: <20180430152307.4249-1-luca.boccassi@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20180430152307.4249-1-luca.boccassi@gmail.com>
User-Agent: Mutt/1.9.1 (2017-09-22)
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: Wed, 02 May 2018 06:04:26 -0000

On Mon, Apr 30, 2018 at 04:23:07PM +0100, 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?
[...]
> 05e856826  John Daley       net/enic: fix uninitialized variable

You can drop this patch, as it depends on another patch that is not in
18.02.

Thanks.
-Hyong