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 E8CDE4296F for ; Mon, 17 Apr 2023 18:47:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4EC340698; Mon, 17 Apr 2023 18:47:23 +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 9838A40698 for ; Mon, 17 Apr 2023 18:47:22 +0200 (CEST) Received: by mail-pl1-f228.google.com with SMTP id q2so31225281pll.7 for ; Mon, 17 Apr 2023 09:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681750042; x=1684342042; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=gnOLKR+GGuUMhwvDcYzORFHS0Q2tevO+9SedFY6jaFw=; b=f8Ky1BVEF8FyUHFohMlfFZFhPLRfC+XTa1C5mBEIxf5b5CM9105OKxsMTv9/dZPke5 7pnOPGFB3KdnLAwgv4zsAOeUS0nkU3J0M6/ajDqN4Jf+LZIaWdlC4WFXsmM5BgfLzjTi Eb6yzqWTLQJh9bfCAO62Iyxic0yQE58hQMPHw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681750042; x=1684342042; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gnOLKR+GGuUMhwvDcYzORFHS0Q2tevO+9SedFY6jaFw=; b=BKE7qclogZiHHj6Fov6FvrbLSH/NJxQ86A8IwYlShXJrG7TxE7DQqoFIvbmWW0/HdE 3nIHJ3WmOyHDw6Tvx2mkI88uLLl335c+bxfO8uFLPg94B5zaij5Vesfn9nC1H2XDBlqH B1zxtI1N+LJdtpNAWAxW7jEAW00F2hfVhztVywPPLMH8O+CYok8T1rod8ic6xk+FEvgF uF436+mBFj8h/dWd2AEGQBoJDxN3fQUi7OH/QayskPtE/FG6SmLpT5hffjfEjI5jl/9Z fNSz3hKXn+bpWTV4wLq9gUXwHheYJxWWmF5p18abGG1+4VN/ZNg5aQbSu1+bxJDqQN83 lGFQ== X-Gm-Message-State: AAQBX9fF8U6/oUOPVKSMM1EU9dJYwNBGvC/uzl6I6v1a/CJVXQXyGdQY uJLfqrDHBVgH8sbpgR6udOLPZ9EYV672JYXkH3085WSAcPzkqx3ll+VkR5cpHrRt0pZ7IsmomA= = X-Google-Smtp-Source: AKy350Z8TS7+tejC8wLC2gqWTciHcUK9xOhatWx0rEXr7mVdQnG3nZn2Br1s2B1fatnTYLMW4/PqhDzCQHqr X-Received: by 2002:a05:6a20:690a:b0:ef:1a02:5c25 with SMTP id q10-20020a056a20690a00b000ef1a025c25mr8829163pzj.12.1681750041866; Mon, 17 Apr 2023 09:47:21 -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 o14-20020a635d4e000000b0051af92eaf26sm3364471pgm.16.2023.04.17.09.47.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Apr 2023 09:47:21 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id 58F37605246B; Mon, 17 Apr 2023 12:47:21 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 59C176008C; Mon, 17 Apr 2023 16:47:21 +0000 (UTC) Subject: |SUCCESS| pw126182 [PATCH] 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 Message-Id: <20230417164721.59C176008C@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Mon, 17 Apr 2023 16:47:21 +0000 (UTC) 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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/126182 _Functional Testing PASS_ Submitter: Yunjian Wang Date: Monday, April 17 2023 13:11:59 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126182 --> functional testing pass Test environment and result as below: Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 Ubuntu 20.04 ARM Kernel: 4.15.0-132-generic Compiler: gcc 7.5 NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26016/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/