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 125D745DD1 for ; Sat, 30 Nov 2024 00:22:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0DBD34027D; Sat, 30 Nov 2024 00:22:29 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 22ED940150 for ; Sat, 30 Nov 2024 00:22:27 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a777c67c45so7191515ab.1 for ; Fri, 29 Nov 2024 15:22:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732922546; x=1733527346; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=liw57S+IvB6tTDV56ZHrW0emD0zu1Md5pxbPBT5fN8k=; b=L6w4j32dHL1eNiormyBEmSv84oyJmLViPZmqHt7d9KuW37E2nHk+9WKRXe8OmBQ1Ik OiXonduNy4S/kjuFbrR6fV3Abiy3NrWnmCLE/isXYgSM+AcyXhvKfvuEk52G+GF4maNR dIHjb6TvZiFOsGXobHvcl3PnjapmuhGZicxgo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732922546; x=1733527346; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=liw57S+IvB6tTDV56ZHrW0emD0zu1Md5pxbPBT5fN8k=; b=ZkFN1u93l7Aw8VWdykenv2pnST7H3htRxN78LgM+Kba91xqnquSt6dyUkQEjao89IP f06GdwsDctlh6hq5+mzANXkoEneJXbWHlMPVq+WZ8HZ48qaBorPHvUklwMJiIplqKlhF DDwR2ty6AYdcjgNDL6uohfRk9g07sk1FyC3LRmo2SZpYgTPlC/yb6CI/y57Jtc84P2RZ I/pGQQ8dEzXAIfawLTndHlDP+QtppbrwSieWBhCjXW5CaoRlznoRhKmpKkYZqZCpiRso /SLVwrl3LEpKJeEApE1+yFfcQbv4BP/gu0tlNK5oZsZMjGWSp5No9Y0WYuFYs2eTl6Iv IfSw== X-Gm-Message-State: AOJu0YwSrU5RibPPpJANpQR7b7yhdMEIeY27BfS3EHNqwt2PLtHU9AzZ 3m+Urzw0y6jcxU6cMur+HM6ndVkckpGXZX1KPmQ7MoxVx4Gv+UJVgToUje0RRcRzu2scyP4Azzw 0p8k2JikRh8C5KsJt/zDOfFhOZbix4Wl587RUrkXv X-Gm-Gg: ASbGncsDqH2NMTd2hKaJkFY0wG3R9RLKtmJLglaIHWk1cZia35tO8S1qFG7o/wpoijO WTyugF15OXGoJoUIFvINiUnH4O0Asnk49KaWSj6gmwrKu3mVpoC062keScKxw8q+RDdNyH6doAf MPCwrbDpLe/Z/3chhOl5a16F+Dw2h7ZoGBxuzY5hbejz4wj/JababRCnVd3XDnEMzMZVRSJO4st Vp/8q5C+v1SiF6SUujGJndd9aaFvvkx1UJwStKgPX4RbFYM5dKXlmt2PyVq7JdzOVxvFBE= X-Google-Smtp-Source: AGHT+IEcUcyDom1V6wIh6FE32dgiHe4+EfpZMa7cWlIyXFkyPGSLdZ2dj3z9BG20JAPqWcrgF4/IMoDF5Tn0 X-Received: by 2002:a05:6e02:1c46:b0:3a7:cf61:ded7 with SMTP id e9e14a558f8ab-3a7cf61e05cmr82008935ab.10.1732922546545; Fri, 29 Nov 2024 15:22:26 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a7ccc747bdsm1992615ab.62.2024.11.29.15.22.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Nov 2024 15:22:26 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 29 Nov 2024 15:22:26 -0800 (PST) Message-ID: <674a4cb2.050a0220.4a8b5.bec6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 0E6E16052471; Fri, 29 Nov 2024 18:22:26 -0500 (EST) Subject: |SUCCESS| pw148943 [PATCH] log: fix double free on cleanup From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241129161013.704859-2-rjarry@redhat.com> References: <20241129161013.704859-2-rjarry@redhat.com> 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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/148943 _Testing PASS_ Submitter: Robin Jarry Date: Friday, November 29 2024 16:10:14 DPDK git baseline: Repo:dpdk Branch: master CommitID:c0f5a9dd74f41688660e4ef84487a175ee44a54a 148943 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#339483 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32058/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/