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 A62E9A04DD for ; Wed, 28 Oct 2020 11:53:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A019C49E0; Wed, 28 Oct 2020 11:53:45 +0100 (CET) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by dpdk.org (Postfix) with ESMTP id 8BDEF49E0 for ; Wed, 28 Oct 2020 11:53:43 +0100 (CET) Received: by mail-wr1-f46.google.com with SMTP id w1so5180630wrm.4 for ; Wed, 28 Oct 2020 03:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1ael1GA7iVGiqZC2+nqEnlLsVgAmI41tv6jAb9+L7Q8=; b=WPcZiGP5SOKYrBJKI5oAuq5rvQoqior9fT/UgCFgOQfcL9d2GWppPk9h5WtZDzTl+Y M/gQuLkqV7+/A5GorSVei9ldMlel/x1Q6QqjZBwhMWH2KU3szLYBwvmOgmcch67HWRi/ jMyjuurXEdVxe/KHoOc7ediwbITJVYDuLTsmdIb63wf6rw8d4A7aXhfZYvPc/PqQS34e pNtK9xVu4Y8QvyQWlt5Vht5lubM6+6bvimwvY9ogqxhx25IXXMfNwstFGRiO4Jt7Jfvu J03oKAJj4KbaUi/D5Aej+XQDHSTjQtB3BxY+yeqHuXEEz3/6imFTY3NFSsIY5GFnndhi lg6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1ael1GA7iVGiqZC2+nqEnlLsVgAmI41tv6jAb9+L7Q8=; b=aQYsD/1EYcLX6L3Uu4kwdD2YjGgzHLAB7enw6c5Naj+OS9c6+/PRoz55pbU/B+autM OGct4ecUOBtTWkbdH5Bv4wVvXL9HDhGXWAUiEZfJE+7QpyvJBvwPmBdMIX2rrSfwzJAI 5wxTylJ8uXaJMCoNcYm96SgpyrMBrYt4IScJJdqH1HugQvjcieFqmwGjXW7sfdJYayhP RFa92Gy607+v5oTNXIZ1oB/jI1txvxbIk9xaBAhwNMV6CHLPQWiIPnRM+aGJqcLNrcKJ SZBSYzqRZsFoRnJ8TPAJ/Au18HDJ6iNLH+3UU5tHUnrk0bHeyohv5OAFehikHA+VydOi e+nw== X-Gm-Message-State: AOAM532adzfvcYOjVCueaR1LrpTmcu5lnG8NrmajQwIxB91EzmVTLh3d caugUdklJ28L5xtc4SWahyD+XrF/qq0s8Ld2 X-Google-Smtp-Source: ABdhPJzFOX3xINULHaoEMMudfpBpHgbtg14iCUYPlhzOqStaJS1jZ7RtvbKmye20v1dXAkKeYqcx4g== X-Received: by 2002:adf:e650:: with SMTP id b16mr8379087wrn.350.1603882423300; Wed, 28 Oct 2020 03:53:43 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id r28sm3033300wrr.81.2020.10.28.03.53.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Oct 2020 03:53:42 -0700 (PDT) From: luca.boccassi@gmail.com To: Vladimir Medvedkin Cc: dpdk stable Date: Wed, 28 Oct 2020 10:45:01 +0000 Message-Id: <20201028104606.3504127-142-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201028104606.3504127-1-luca.boccassi@gmail.com> References: <20201028104606.3504127-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'app/test-sad: fix uninitialized variable' has been queued to stable release 19.11.6 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" Hi, FYI, your patch has been queued to stable release 19.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 10/30/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From d3549443b21ffc8941feeb17a0882aa675a94ac4 Mon Sep 17 00:00:00 2001 From: Vladimir Medvedkin Date: Fri, 18 Sep 2020 13:35:56 +0100 Subject: [PATCH] app/test-sad: fix uninitialized variable [ upstream commit d26ec0d90e8bc4489b1338a48af0023a53e3edb3 ] Coverity issue: 362055 Fixes: 908be0651a5a ("app/test-sad: add test application for IPsec SAD") Signed-off-by: Vladimir Medvedkin --- app/test-sad/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-sad/main.c b/app/test-sad/main.c index b01e84c570..8380fad744 100644 --- a/app/test-sad/main.c +++ b/app/test-sad/main.c @@ -617,7 +617,7 @@ main(int argc, char **argv) { int ret; struct rte_ipsec_sad *sad; - struct rte_ipsec_sad_conf conf; + struct rte_ipsec_sad_conf conf = {0}; unsigned int lcore_id; ret = rte_eal_init(argc, argv); -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-10-28 10:35:16.142551783 +0000 +++ 0142-app-test-sad-fix-uninitialized-variable.patch 2020-10-28 10:35:11.716833144 +0000 @@ -1,11 +1,12 @@ -From d26ec0d90e8bc4489b1338a48af0023a53e3edb3 Mon Sep 17 00:00:00 2001 +From d3549443b21ffc8941feeb17a0882aa675a94ac4 Mon Sep 17 00:00:00 2001 From: Vladimir Medvedkin Date: Fri, 18 Sep 2020 13:35:56 +0100 Subject: [PATCH] app/test-sad: fix uninitialized variable +[ upstream commit d26ec0d90e8bc4489b1338a48af0023a53e3edb3 ] + Coverity issue: 362055 Fixes: 908be0651a5a ("app/test-sad: add test application for IPsec SAD") -Cc: stable@dpdk.org Signed-off-by: Vladimir Medvedkin ---