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 3B0EDA055E for ; Wed, 26 Feb 2020 10:52:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EAEBF1BF8D; Wed, 26 Feb 2020 10:52:46 +0100 (CET) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id D84C41BF8D for ; Wed, 26 Feb 2020 10:52:45 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id r17so359wrj.7 for ; Wed, 26 Feb 2020 01:52:45 -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=rOxcEQyxQon5HEVcSSDVpK/xFFSl284xhDC7xGdb1FU=; b=DcHajWQEbY5QWVNUDnwGHoELGP6UAlY54oiaMJ8qacpnKKGeEyKPF7ArlOritPSCnX RMYg797wrMnx+tZO6s3DdvWoR6yvmeE4JOw/Z8AIP63W3fwUmtaIhRLhDoURGAUDoAXk dZDr5dgrShehLy3o1aXRcuwlADo9tOS6MdrJvZvEI1Sow7gbkrVy7NO0E30sGS6WIgrt bHUQUc7uqnjLhkaE5aOpouyMTOJpXa/PgSdku7oNKOWYnvxhEDfFNVUhrjsK7rnRq2/o 8aLq3KfCrQNWrO5sOSgTH01uBuaVZLTtls4SbA2FAH9O/cCU0mKB065siaLqSarh/+fx C65A== X-Gm-Message-State: APjAAAWH277vvwpDqbFtdVgsSDCSFaCmLds4OnZO81a3iq17wGvqycwl sEAl4ub7j+9r697EQnEadovdgLt4 X-Google-Smtp-Source: APXvYqzJSczAkgZb0nbi9CqnB+DMoQRyxbTMLifBZk2mQhQdjgplq4yJ0ZzCEeVjISLQz0xDDeCPww== X-Received: by 2002:a5d:5752:: with SMTP id q18mr4663107wrw.277.1582710765451; Wed, 26 Feb 2020 01:52:45 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id b10sm2387306wrt.90.2020.02.26.01.52.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Feb 2020 01:52:44 -0800 (PST) Message-ID: From: Luca Boccassi To: "Yu, PingX" Cc: Adam Dybkowski , stable@dpdk.org, fiona.trahe@intel.com, "Mcnamara, John" , "Daly, Lee" , "Xu, Qian Q" , "Yigit, Ferruh" , "O'Hare, Cathal" Date: Wed, 26 Feb 2020 09:52:43 +0000 In-Reply-To: References: <20200221154005.2777-1-adamx.dybkowski@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" 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 > 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! Hello Yu, Any update on this? We are just waiting on re-validating the crypto devices (no need for a full run) for the release. Thank you! --=20 Kind regards, Luca Boccassi