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 25BCA42A6B for ; Fri, 5 May 2023 09:51:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0548A406B6; Fri, 5 May 2023 09:51:49 +0200 (CEST) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id 697A7406B6 for ; Fri, 5 May 2023 09:51:47 +0200 (CEST) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3318961b385so17206755ab.1 for ; Fri, 05 May 2023 00:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1683273106; x=1685865106; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=qDX9hFmULN8PVuBe7mP9yqb1sTgQYkjY0I3N5GRo2Bc=; b=iGqGVfNxVJV631RHphl7/YPQWMXC8hhO2gO/i8KuMW0PeFdYb5dG/FeMa6mDt48fjm dEqsHhQN0aMNGlk3BvNuEOtMJacrd+4er4ohIhU5qRwvLbqdKiS5KL01NpqCvzeGxPYB nl+TkFoF2SqPII6C4umMjv8ecmp0qtLc6WE4c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683273106; x=1685865106; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qDX9hFmULN8PVuBe7mP9yqb1sTgQYkjY0I3N5GRo2Bc=; b=S7mz3JNgoihOFJoZP8d++aVwI+DriuU/WX9VfqkLldcCs9z7BAjr5LmWu+89UGiTfg ++i2HkmrOHh0UrU8LcVAgyre6kUwM5/iiZgXA/AopR3tjDTF26wXjxQFyEXLqQVT76m8 ge7INw7+lKqipGOYxO3tNkITqgsoxehYcoV27yG7O+1DAnjCCQDK098T3oeuP9U2x0xZ P7YzTM7lZksBe3GcBDD+rVZyHJNyFTnsAc+kfYudHNOhri7Le0HSE0yeMRrnpffjEWhF etmp7vl3J4Qxamtfi59HvHpiPeQ1XKeg6n2dvhyKHqBIot1EHIZiztg3iJIeLHWyIiiA jbtA== X-Gm-Message-State: AC+VfDxX/qnQoxmBBP1EJ47zTp16JFXH8csqldmUL5cRadFiw4czetGz SuZZGfdrx2Z4Zs8LnC9Qf97H+vOauyA7XfaNCgQRao0Mkd8qeNxPfLHmLVkitROk+cRdol8t/g= = X-Google-Smtp-Source: ACHHUZ7XD9lcWkCWKpLv2CjdmeFayGkZ8f/cA/JwFTClNuvaLdR67i+x7z1y35srSMz9I2GP2DoCn+61S306 X-Received: by 2002:a05:6e02:581:b0:333:49f9:a5f3 with SMTP id c1-20020a056e02058100b0033349f9a5f3mr242926ils.2.1683273106747; Fri, 05 May 2023 00:51:46 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id x17-20020a029711000000b0040faf4bb2a0sm43317jai.33.2023.05.05.00.51.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 May 2023 00:51:46 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 05 May 2023 00:51:46 -0700 (PDT) Message-ID: <6454b592.020a0220.d741f.3496SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 50EC3605246B; Fri, 5 May 2023 03:51:46 -0400 (EDT) Subject: |SUCCESS| pw126698 [PATCH] [v3] ring: fix use after free in ring release From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/126698 _Testing PASS_ Submitter: Yunjian Wang Date: Friday, May 05 2023 06:48:34 DPDK git baseline: Repo:dpdk Branch: master CommitID:d03446724972d2a1bb645ce7f3e64f5ef0203d61 126698 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Ubuntu 22.04 | PASS | +-----------------+----------+ | CentOS Stream 9 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | RHEL8 | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 11.3.1-2 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26168/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/