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 A618042A6B for ; Fri, 5 May 2023 09:56:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8EA1E406B6; Fri, 5 May 2023 09:56:20 +0200 (CEST) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id 92194406B6 for ; Fri, 5 May 2023 09:56:19 +0200 (CEST) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-643995a47f7so1178243b3a.1 for ; Fri, 05 May 2023 00:56:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1683273379; x=1685865379; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=OAo8o0wSP1holHxc9m7In5vXTkcNK/ODbTSvsU+ZLu0=; b=SAlwP3lyhzAiv/sDOghuII6L+AGIik7cK6cQcjc3HC3tbK9MeB7ZyYGpytGwuyanMT RTs2N6I1AFNhcS0RdmmczDkYfpihMQBH/S/7l1Vd75K4Mho0Sm9RdOfXH2Dywg70uccm v23r2ddlPu03GNWthBpgK23TVqyfNsDOfchG8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683273379; x=1685865379; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OAo8o0wSP1holHxc9m7In5vXTkcNK/ODbTSvsU+ZLu0=; b=Q1xqqWMCY0jOXz8/TH1WMu8pSw+AI0biavIqeNm+9jhMzzVmuBGCN9rOpbYOHio8vg 9SLZb7ej+BjGJ82ua77EcJb543UXdfSxg6IsuDBSbcIvFmfpp6WwCP86x3zI7UEbQjGf JbT5BinrLTy5H3Pk4rykWy1xDUmdSy+dnE+wxawY/AV4Wu+yI0ylvh/tOvMyPtqGxPto /bm6s3p0mDOysZWWBakw2SVDPxh1W9+oDzxmI3qvr7dD/9tFTCNXrgb0QixNKpHr8Ku2 iRR8JS96PA/HiKd5MW6zIcri0+3OF0PgRVKPT2Awb3HH4Wyca42tbQlNLVRjpM0WlU8x djww== X-Gm-Message-State: AC+VfDzW6vTvbzf/pr9whqPdNAjLgwOuEHHdM1kb2yY6SZDhpEX/zPDx SK8vYkL7fqeFGOkT3JR4t212fJznlp1Zrg5TFamxSJnQAiJH4grTcAiNew== X-Google-Smtp-Source: ACHHUZ6REYsyJ3yttpv4nmtl4uJJozr6ovkchxdVv/Er4PPwaebvm0PLu4poVf5b/n/m+bKokUYMN4QqJxEc X-Received: by 2002:a05:6a00:2d25:b0:643:6b94:374b with SMTP id fa37-20020a056a002d2500b006436b94374bmr1577604pfb.1.1683273378821; Fri, 05 May 2023 00:56:18 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id u31-20020a056a00099f00b0064381a94c42sm69107pfg.11.2023.05.05.00.56.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 May 2023 00:56:18 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 05 May 2023 00:56:18 -0700 (PDT) Message-ID: <6454b6a2.050a0220.a4208.5399SMTPIN_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 1DB19605246B; Fri, 5 May 2023 03:56:18 -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 | +------------------+----------+ | openSUSE Leap 15 | 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) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 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/