> -----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 > > > > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Wednesday, March 29, 2017 11:32 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona <fiona.tr...@intel.com>; De Lara Guarch, Pablo > > <pablo.de.lara.gua...@intel.com>; Griffin, John <john.grif...@intel.com>; > > Jain, Deepak K <deepak.k.j...@intel.com>; Kusztal, ArkadiuszX > > <arkadiuszx.kusz...@intel.com> > > 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 <arkadiuszx.kusz...@intel.com> > Acked-by: Fiona Trahe <fiona.tr...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo