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 7BA76A04DC; Sun, 22 Nov 2020 12:14:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C7E02AB; Sun, 22 Nov 2020 12:14:45 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C56ED23D; Sun, 22 Nov 2020 12:14:42 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 48C735C0098; Sun, 22 Nov 2020 06:14:39 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Sun, 22 Nov 2020 06:14:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= Mr9htuFq8YF7mIzLRP64aneNsTTpwCJYiavwDSs3RYA=; b=DUrExgBlp0/lzowt PZsGZnR1ldEuCw5NmISh4pdZy3FjfFWNoGnnY0PHLSH0nz5oPZrvQ9B2m1Exc4/s wv2JTkRSZo5oeqBvjnng/ER+qSkZYAO9mOZo+hDICuFLkX7ceJLvfcohqbU/QCLI fducdraNtFrB5GNlmaG4+x5B7wnY8FaoYiN0qnV0THJS8Y/ZrUBWvV0cdQY5Y4YE K2I83D5FT/ocYe0YZqCSnRg8f727mxFp8erxfnfFkY/cXiwoip6ny9IQFlyBcnGN gJQ+5jQpUenrh7RUd5uieGkNPR+A7+5iqZ6GabAipJ//fDpceym7mN85IZ0Fa4pu sC4pWg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Mr9htuFq8YF7mIzLRP64aneNsTTpwCJYiavwDSs3R YA=; b=gysk47ssqWWW7KNQkuETXFYqxQfuE+rE/zOBeqfrWbnWAGJjHbIOdZRL7 xizMMXs2eggQELqmOUYEsHE4/SowOA4+Sw+vnut/JDDHxZ/2GEVk72VOqYFLq9iC ElVP75x26ng3JLqdEjWW4KaxbLWBtNiMnWTyfeR190ZtEu834xAYpZlD+0Bx3DFB px7MTn/TQoqURzNkylw6mlY2G9/mlkVmtuHddmLnh4FzGAZYYAi4EvKr+LvdUiLU dIBqSfV8stVw8ToIgkAbmxi+qZJ6Y8UHI4H8RZRSBoD40f76yRi77sGT61eWqHdy OXMVVb+ibngMM5bUJbg5DPHIL0ETw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeggedgvdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 18C083064AAA; Sun, 22 Nov 2020 06:14:38 -0500 (EST) From: Thomas Monjalon To: wangyunjian Cc: "dev@dpdk.org" , "jerry.lilijun@huawei.com" , "xudingke@huawei.com" , "stable@dpdk.org" , "Daly, Lee" Date: Sun, 22 Nov 2020 12:14:36 +0100 Message-ID: <2812358.CcrgA2g1Yk@thomas> In-Reply-To: References: <4593dfcc7f70361a80cc1ea3b129f29074588e3d.1604317264.git.wangyunjian@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] compress/isal: check allocation in qp setup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The function rte_zmalloc() could return NULL, the return value need to be > > checked. > > > > Fixes: dc49e6aa4879 ("compress/isal: add ISA-L compression functionality") > > Fixes: 7bf4f0630af6 ("compress/isal: add ISA-L decomp functionality") > > Cc: stable@dpdk.org > > > > Signed-off-by: Yunjian Wang > > --- > > drivers/compress/isal/isal_compress_pmd_ops.c | 20 ++++++++++++++++- > > -- > Thanks for patch. > Acked-by: Lee Daly Applied, thanks