From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH] crypto/qat: fix segmentation fault in session create Date: Thu, 30 Mar 2017 22:07:47 +0000 Message-ID: References: <1490783506-18451-1-git-send-email-arkadiuszx.kusztal@intel.com> <348A99DA5F5B7549AA880327E580B435891D6FE9@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Griffin, John" , "Jain, Deepak K" To: "Trahe, Fiona" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DF6D82BCD for ; Fri, 31 Mar 2017 00:07:50 +0200 (CEST) In-Reply-To: <348A99DA5F5B7549AA880327E580B435891D6FE9@IRSMSX101.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, March 30, 2017 2:37 PM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K > Subject: RE: [PATCH] crypto/qat: fix segmentation fault in session create >=20 >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Wednesday, March 29, 2017 11:32 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > ; Griffin, John ; > > Jain, Deepak K ; Kusztal, ArkadiuszX > > > > Subject: [PATCH] crypto/qat: fix segmentation fault in session create > > > > This patch fixes segementation fault that may occur in case > > of wrong parameters being provided to the cryptographic > > session. Unused fields which would cause null dereference > > are removed. > > > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > > > > This patchset depends on the following patches/patchsets: > > > > "crypto/qat: adding docsisbpi mode support" > > (http://dpdk.org/dev/patchwork/patch/21121/) > > > > Signed-off-by: Arek Kusztal > Acked-by: Fiona Trahe Applied to dpdk-next-crypto. Thanks, Pablo