From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 54D3BA320B for ; Mon, 21 Oct 2019 12:56:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1AB9C1BE93; Mon, 21 Oct 2019 12:56:12 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B87A11BE93 for ; Mon, 21 Oct 2019 12:56:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Oct 2019 03:56:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,323,1566889200"; d="scan'208";a="191072678" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga008.jf.intel.com with ESMTP; 21 Oct 2019 03:56:08 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.76]) by IRSMSX107.ger.corp.intel.com ([169.254.10.18]) with mapi id 14.03.0439.000; Mon, 21 Oct 2019 11:56:07 +0100 From: "Trahe, Fiona" To: Akhil Goyal CC: "stable@dpdk.org" , "Trahe, Fiona" Thread-Topic: [PATCH] crypto/qat: fix null auth issues when using vfio_pci Thread-Index: AQHVTpUgDqYhvDKSMkGqdt+9tIySq6dfPP1wgAX9JgCAAAA7AIAAJB0A Date: Mon, 21 Oct 2019 10:56:07 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435A2179F2B@IRSMSX101.ger.corp.intel.com> References: <20190809092901.17788-1-damianx.nowak@intel.com> <348A99DA5F5B7549AA880327E580B435A2176158@IRSMSX101.ger.corp.intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGYyYzAyNDEtZDM2NC00ZWYwLTg0YzEtYWExNTQxMzcxNWVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRXl4UnlxUEc2a2VVOXF0ZFQzajN2Z3NKS3dnXC8wS005SGV6VzJQcHVYNnN0Mm1VeWw0cUJtdjJ5bGF6NVg0UTQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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-stable] [PATCH] crypto/qat: fix null auth issues when using vfio_pci 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Thanks for applying Akhil. We'd just spotted the incorrect fixline, and were going to send a v2, but I= see you fixed on the fly. Thanks. Just including here for the stable patch - the correct fixline is: Fixes: 4e0955bddb08 ("crypto/qat: fix null auth algo overwrite") > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Monday, October 21, 2019 10:45 AM > To: Trahe, Fiona ; dev@dpdk.org > Cc: Kusztal, ArkadiuszX ; stable@dpdk.org > Subject: RE: [PATCH] crypto/qat: fix null auth issues when using vfio_pci >=20 >=20 > > > > > > > > > > > > When running auth NULL cases while using > > > > vfio_pci, DMAR read/write faults appear. It > > > > happens even if digest_length is set to 0. > > > > This is caused by auth_res_addr initialized > > > > as 0x0. > > > > > > > > Fixes: 4e0955bddb08 > > > > Cc: Fiona Trahe > > > > > > > > Signed-off-by: Damian Nowak > > > Acked-by: Fiona Trahe > > > > Applied to dpdk-next-crypto > > > > Thanks >=20 > Cc: stable@dpdk.org