From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AD8E7FA51 for ; Thu, 9 Feb 2017 16:31:11 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 09 Feb 2017 07:31:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,349,1484035200"; d="scan'208";a="63115428" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 09 Feb 2017 07:31:10 -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; Thu, 9 Feb 2017 15:29:15 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.104]) with mapi id 14.03.0248.002; Thu, 9 Feb 2017 15:29:15 +0000 From: "De Lara Guarch, Pablo" To: "Mrozowicz, SlawomirX" , "Doherty, Declan" CC: "dev@dpdk.org" , "Mrozowicz, SlawomirX" Thread-Topic: [dpdk-dev] [PATCH v2] cryptodev: fix segmentation fault Thread-Index: AQHSfiTwU7LTlZ4ZKESLwS5V1jzXCaFg1WVQ Date: Thu, 9 Feb 2017 15:29:15 +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: <1486137302-28074-1-git-send-email-slawomirx.mrozowicz@intel.com> 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.180] 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 15:31:12 -0000 Hi Slawomir, > -----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 >=20 > 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 >=20 > Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") >=20 > Signed-off-by: Slawomir Mrozowicz I think this patch fixes coverity issue 141067, not 141073. Could you submit a v3 for this patch? Make sure to follow the format: Coverity issue: XXXXXX Thanks, Pablo