From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 943A98E6F for ; Fri, 11 Dec 2015 15:53:23 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 11 Dec 2015 06:53:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="705512484" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 11 Dec 2015 06:53:22 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 11 Dec 2015 14:53:21 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX156.ger.corp.intel.com ([169.254.3.110]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 14:53:21 +0000 From: "Mcnamara, John" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [PATCH 3/4] vhost: Fix Coverity issue with missed unlocking Thread-Index: AQHRM/mnvYqk0CVqFkWDWOEDGNjLRZ7F31GA Date: Fri, 11 Dec 2015 14:53:20 +0000 Message-ID: References: <1449770240-103240-1-git-send-email-huawei.xie@intel.com> <1449770240-103240-5-git-send-email-huawei.xie@intel.com> In-Reply-To: <1449770240-103240-5-git-send-email-huawei.xie@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 3/4] vhost: Fix Coverity issue with missed unlocking X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 14:53:24 -0000 > -----Original Message----- > From: Huawei Xie > Sent: Thursday, December 10, 2015 5:57 PM > To: dev@dpdk.org > Cc: Mcnamara, John; Xie, Huawei > Subject: [PATCH 3/4] vhost: Fix Coverity issue with missed unlocking >=20 > CID 107113 (#1 of 1): Missing unlock (LOCK)5. missing_unlock: Returning > without unlocking pfdset->fd_mutex. > Fixes: fbf7e07ca142 ("vhost: add select based event driven processing") >=20 > Signed-off-by: Huawei Xie Acked-by: John McNamara