From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 20024FAF0 for ; Thu, 9 Feb 2017 23:21:28 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 09 Feb 2017 14:21:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,138,1484035200"; d="scan'208";a="932125319" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 09 Feb 2017 14:21:25 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Thu, 9 Feb 2017 22:21:24 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Mrozowicz, SlawomirX" , "Doherty, Declan" CC: "dev@dpdk.org" , "Mrozowicz, SlawomirX" Thread-Topic: [dpdk-dev] [PATCH v2] cryptodev: fix segmentation fault Thread-Index: AQHSfiTwU7LTlZ4ZKESLwS5V1jzXCaFg1WVQgABzibA= Date: Thu, 9 Feb 2017 22:21:23 +0000 Message-ID: References: <1486113475-4622-1-git-send-email-slawomirx.mrozowicz@intel.com> <1486137302-28074-1-git-send-email-slawomirx.mrozowicz@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2JiODllYzgtOWFmNC00OTMyLWFlZTYtNmVlODEzYjQ0YmYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IktHeFZpMUZwQVA3aUNsUG44UDhaZzdMOGdtdmVSZEtBcEV2VTNcL29jQWNrPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] cryptodev: fix segmentation fault X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 22:21:29 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Thursday, February 09, 2017 3:29 PM > To: Mrozowicz, SlawomirX; Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: Re: [dpdk-dev] [PATCH v2] cryptodev: fix segmentation fault >=20 > Hi Slawomir, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Slawomir > > Mrozowicz > > Sent: Friday, February 03, 2017 3:55 PM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > Subject: [dpdk-dev] [PATCH v2] cryptodev: fix segmentation fault > > > > This patch fix problem in function rte_cryptodev_devices_get(). > > Program received signal SIGSEGV, Segmentation fault. > > It rework the function to use correct types and clean up visibility. > > It also fix Coverity ID 141073 > > > > Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") > > > > Signed-off-by: Slawomir Mrozowicz >=20 > I think this patch fixes coverity issue 141067, not 141073. > Could you submit a v3 for this patch? Make sure to follow the format: I have done it for you. Applied to dpdk-next-crypto. Thanks, Pablo