From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE8B1430D7 for ; Wed, 23 Aug 2023 04:02:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B74064021E; Wed, 23 Aug 2023 04:02:13 +0200 (CEST) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 707764021E for ; Wed, 23 Aug 2023 04:02:13 +0200 (CEST) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-1bdaeb0f29aso33623815ad.2 for ; Tue, 22 Aug 2023 19:02:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1692756132; x=1693360932; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=MnvwIRi59XScmpSJfg/hp8R8qIndKSVM3tlDry1pO4w=; b=jDZoL2cJ6tO5H1Za89TDAtFF9Z2+S3JVocOPPlgZJfPx7GPhbzc+NO9mfGTpgr+1DZ /ph4q9oVTZ3EoqRJrSmnhGyOleK62CcSJGTirhFM6RXbVUg8QD/CY62e+bKhuqSBsmhz wv6giwxr5qAIvn76GaqDbmtgEeBhyz3UiGkv8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692756132; x=1693360932; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=MnvwIRi59XScmpSJfg/hp8R8qIndKSVM3tlDry1pO4w=; b=dwoYjAdhxFjgPkVfC4liorqu4QSpGVl8dkR46OqTW1tn7jv946vCp3bxo2xkjMh7s7 tNrTj6GqCIAUrLVOD97azaTtD17l1ytWUcdWhOwp17VeH/NbqyUT/DRKvXrSdHVimHbM 5G8qIoYbPXShH0hOW4rfaZ4qubxnel1VOTTe+XusNmjw4+QfRXGQOFSjIad48TSEtE9O X0Ho4+f2ad+p9VQtOshTqkphbO/kwQ8gyqjtwzIS5qaO+rwGOYOEXaI9P7ryEgX91oIF GjdsHA2HwjLoSsE1b6nmwh6Nva/u0IBIj5Y//1582jgX8KkiMkU4dhVgE0RuXhqAOXBr QeJg== X-Gm-Message-State: AOJu0Yy1zAIJT5Mgd4PJnvRGIjBEyEiwrcoh21h2iRP/GOoRSd0v0i4n bpYLnt/nuD+eYsa8URHzjSgm0lT1683mb4d80xjnPNE61YZWPn1vQLDdWA== X-Google-Smtp-Source: AGHT+IF4Y1BZ0goOivpiF0C1VLwl9PDeYIN2gOC557VYibkhKcyHLP00F+Vt32KDkV/wSh3dXYKC3hG/RMI2 X-Received: by 2002:a17:903:244c:b0:1bc:9820:1169 with SMTP id l12-20020a170903244c00b001bc98201169mr11710189pls.62.1692756132561; Tue, 22 Aug 2023 19:02:12 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 13-20020a170902ee4d00b001bb9b5e86b6sm507234plo.52.2023.08.22.19.02.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Aug 2023 19:02:12 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 22 Aug 2023 19:02:12 -0700 (PDT) Message-ID: <64e568a4.170a0220.3aa05.8acaSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id BE0BD6052471; Tue, 22 Aug 2023 22:02:11 -0400 (EDT) Subject: |SUCCESS| pw130653 [PATCH] test/security: fix buffer leaks in error From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/130653 _Testing PASS_ Submitter: Akhil Goyal Date: Tuesday, August 22 2023 17:33:16 DPDK git baseline: Repo:dpdk Branch: master CommitID:971d2b57972919527e27ed683032a71864a2eb56 130653 --> testing pass Test environment and result as below: +--------------------------+---------------------------+------------------------------+----------------+ | Environment | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +==========================+===========================+==============================+================+ | Debian 11 (arm) | PASS | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS | +--------------------------+---------------------------+------------------------------+----------------+ | Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS | +--------------------------+---------------------------+------------------------------+----------------+ | Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS | +--------------------------+---------------------------+------------------------------+----------------+ | Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS | +--------------------------+---------------------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | PASS | +--------------------------+---------------------------+------------------------------+----------------+ Debian 11 (arm) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27422/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/