From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: fix unlock in rte_eal_memzone_init Date: Thu, 20 Dec 2018 14:40:08 +0100 Message-ID: <67188448.6KWZAy7bCR@xps> References: <1544057251-17351-1-git-send-email-gfree.wind@vip.163.com> <1849368.QYu7HmPSto@xps> <26ad4da.196761.167cb6dfa2b.Coremail.gfree.wind@vip.163.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "Burakov, Anatoly" To: Gao Feng , Gao Feng Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A4C3E1BAA8 for ; Thu, 20 Dec 2018 14:40:12 +0100 (CET) In-Reply-To: <26ad4da.196761.167cb6dfa2b.Coremail.gfree.wind@vip.163.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/12/2018 12:44, Gao Feng: > At 2018-12-20 19:20:53, "Thomas Monjalon" wrote: > >07/12/2018 09:57, Burakov, Anatoly: > >> On 07-Dec-18 1:20 AM, Gao Feng wrote: > >> > The RTE_PROC_PRIMARY error handler lost the unlock statement in the > >> > current codes. Now unlock and return in one place to fix it. > >> >=20 > >> > Fixes: 49df3db84883 ("memzone: replace memzone array with fbarray") > >> > Cc: stable@dpdk.org > >> >=20 > >> > Signed-off-by: Gao Feng > >> > --- > >> Acked-by: Anatoly Burakov > > > >Applied, thanks > > > >I changed your author email (From:) to match the Signed-off-by one. > >Please configure your git to use the Tencent email if possible. > >Note you can have a "git From" address and use another one for sending. >=20 > Thanks=EF=BC=8Cthere is one reason. > Because the tencent mailbox is exchange, so I couldn't use git sendmail w= ith tencent email. >=20 > Maybe I could add two signed-off to avoid it. No, you can use your Tencent email in git, and send with another email. In such case, git will add "From: Gao Feng " at the head of the patch when sending, so it will be fine when applying.