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 1C3745398; Wed, 12 Jul 2017 16:48:10 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2017 07:46:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,350,1496127600"; d="scan'208";a="107386407" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga004.jf.intel.com with ESMTP; 12 Jul 2017 07:46:08 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX101.ger.corp.intel.com ([169.254.1.242]) with mapi id 14.03.0319.002; Wed, 12 Jul 2017 15:46:07 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "hemant.agrawal@nxp.com" , "Doherty, Declan" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec Thread-Index: AQHS+wuDo6KXVBLTrkCeKKZUPHbTfqJQRO/w Date: Wed, 12 Jul 2017 14:46:07 +0000 Message-ID: References: <20170712123441.2942-1-akhil.goyal@nxp.com> <20170712123441.2942-3-akhil.goyal@nxp.com> In-Reply-To: <20170712123441.2942-3-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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-stable] [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 14:48:11 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Wednesday, July 12, 2017 1:35 PM > To: dev@dpdk.org > Cc: hemant.agrawal@nxp.com; De Lara Guarch, Pablo > ; Doherty, Declan > ; Akhil Goyal > Subject: [PATCH] crypto/dpaa2_sec: fix the incorrect free usage for dpsec >=20 > dpseci is allocated using rte_calloc() but it is freed using free(). Fixi= ng it to > use rte_free() >=20 > Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations") >=20 > Signed-off-by: Akhil Goyal Added Cc: stable@dpdk.org Applied to dpdk-next-crypto. Thanks, Pablo