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 B09CDA055A for ; Thu, 27 Feb 2020 09:48:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 744731BFA9; Thu, 27 Feb 2020 09:48:23 +0100 (CET) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 19E931BFA9 for ; Thu, 27 Feb 2020 09:48:22 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id q9so2497069wmj.5 for ; Thu, 27 Feb 2020 00:48:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=lboklt1O3rGY8RPGkLX+FL7ypTBtcF8aOTZ7vvdzc1Y=; b=CWaOZNhjJr8nhkr+fPV/O4JtkP3S8j6pm8qW+CTKiWIOV/DjI1XQzmG8WxyY6cfnkL ePza3+L9XD1NFn0FqICsWjcwVhySEbVkE7L5Je217e3aI9qIDuMN/DE01u8oBZ41HFsY dJIwqWFCXhwDXh///Jt/EBhstgdtfrwroQElGzqiE+lFnb69k3wUM2r/ngKrv1iAR8LX NVA1VW7pOpMXX+G1qVtQZpH+W4I2GqBXQV6zVf4BaksfBjjxnIvN/6yNXI+9fJN3OcC6 waIToaT3uQEhMwtXtfPpO3V3hVQmdLMb+e+sAsug5VuHWKk3YvaLKe6DyleKhjARuATJ tmAg== X-Gm-Message-State: APjAAAUEDOM55ZsST0znTqJ5zirQin++p/bF3i9lV3oACMOIFycANHyW fR/wrKwPpsnLEEyMROgx1uo= X-Google-Smtp-Source: APXvYqzEssdGKBrqynMPvgcM5H5/HaeaVsvJK4OL5Cwuh3YgJChA8rBGWCl67faw7qIJ4LvPdhjUqg== X-Received: by 2002:a1c:4e08:: with SMTP id g8mr3929904wmh.188.1582793301624; Thu, 27 Feb 2020 00:48:21 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id p16sm6259010wrw.15.2020.02.27.00.48.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Feb 2020 00:48:20 -0800 (PST) Message-ID: <4ce83fc95b0beaa1e1ca283b3b4f22aa254d911d.camel@debian.org> From: Luca Boccassi To: "Yu, PingX" Cc: "Dybkowski, AdamX" , "stable@dpdk.org" , "Trahe, Fiona" , "Mcnamara, John" , "Daly, Lee" , "Xu, Qian Q" , "Yigit, Ferruh" , "O'Hare, Cathal" Date: Thu, 27 Feb 2020 08:48:20 +0000 In-Reply-To: <86d6bc45c120400f88584451f3eefb98@intel.com> References: <20200221154005.2777-1-adamx.dybkowski@intel.com> <86d6bc45c120400f88584451f3eefb98@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 17.11] cryptodev: fix missing device id range checking 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" Great, thank you very much for confirming! On Thu, 2020-02-27 at 01:48 +0000, Yu, PingX wrote: > Luca,=20 > The issue is fixed with patch=20 > https://mails.dpdk.org/archives/stable/2020-February/020657.html > . > You can go ahead now. >=20 > Regards, > Yu Ping >=20 >=20 > > -----Original Message----- > > From: Luca Boccassi [mailto: > > bluca@debian.org > > ] > > Sent: Wednesday, February 26, 2020 5:53 PM > > To: Yu, PingX < > > pingx.yu@intel.com > > > > > Cc: Dybkowski, AdamX < > > adamx.dybkowski@intel.com > > >;=20 > > stable@dpdk.org > > ; > > Trahe, Fiona < > > fiona.trahe@intel.com > > >; Mcnamara, John > > < > > john.mcnamara@intel.com > > >; Daly, Lee < > > lee.daly@intel.com > > >; Xu, Qian Q > > < > > qian.q.xu@intel.com > > >; Yigit, Ferruh < > > ferruh.yigit@intel.com > > >; O'Hare, Cathal > > < > > cathal.ohare@intel.com > > > > > Subject: Re: [dpdk-stable] [PATCH 17.11] cryptodev: fix missing > > device id range > > checking > >=20 > > On Fri, 2020-02-21 at 16:12 +0000, Luca Boccassi wrote: > > > On Fri, 2020-02-21 at 16:40 +0100, Adam Dybkowski wrote: > > > > This patch adds range-checking of the device id passed from the > > > > user > > > > app code. It prevents out-of-range array accesses which in some > > > > situations resulted in an application crash (segfault). > > > >=20 > > > > Fixes: 72de277dd423 ("cryptodev: fix checks related to device > > > > id") > > > >=20 > > > > Signed-off-by: Adam Dybkowski < > > > > adamx.dybkowski@intel.com > > > >=20 > > >=20 > > > Thanks, applied and pushed. > > >=20 > > > Yu, would you have time to re-test the head of the 17.11 branch > > > to see > > > if this fixes the issue with QAT? > > >=20 > > > Thanks! > >=20 > > Hello Yu, > >=20 > > Any update on this? We are just waiting on re-validating the crypto > > devices (no > > need for a full run) for the release. > >=20 > > Thank you! > >=20 > > -- > > Kind regards, > > Luca Boccassi --=20 Kind regards, Luca Boccassi