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 623DA454F1 for ; Tue, 25 Jun 2024 16:57:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFC84427A4; Tue, 25 Jun 2024 16:57:46 +0200 (CEST) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 1ED7340677 for ; Tue, 25 Jun 2024 16:55:57 +0200 (CEST) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-70677422857so1706696b3a.2 for ; Tue, 25 Jun 2024 07:55:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719327356; x=1719932156; 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=vBf2ofm3v7mOnwXHLvPF4j0wfBBfT5jjutZdN4dX/rI=; b=ag91JV66IKkP8nTPjfYmjY+QYgLpELKRRQdyEeIqctXxn7yBw0lgZ4Ep9JL7vj2nhH 1CxXHWd6PUnTwBIFKgp8InyqvkH+U4bH8ZhvSYxcxDOipSeGjwCpW2jNJp/7hneVp9Xf jdoYBQHgTu5d6jlg3G+EGEnuiQH9rMlOY3nFk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719327356; x=1719932156; 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=vBf2ofm3v7mOnwXHLvPF4j0wfBBfT5jjutZdN4dX/rI=; b=GDbX9c+G7KI5u2Y3o0fLkNuVZoJ5VUUaD3McWNoNQk5MNjOq1FJL0q65K0eGFdkiOM ubKvYvaCgU4ePWJNX+GtfTZa6B5yVD8x39mAz9r4pQHwWIgQ6NKerzTrilXR6iNQSTM8 LX2SeXkH3ISUfQunxUujQ4WTxRVNPaNZfnStpuEcEAGl5+faEs7bBEG7oXvoIK/ZcDMz EWfP/XPdD+FxhjZ/eKKv/V78ol0p7SxUlK2Ds9IG1OPMMip6xwwbqRSIjlKRSooPDZ/p T0XDB+2XGAT3HtPMY4kVYgGZNEZnuhRB7PvkwlJ9qwjx52k7YPpbjnSaYF8Wt+dyEY3r 3b+g== X-Gm-Message-State: AOJu0YyZI87FvrcQkWWZs09E+EYq4lceK6dOx+o6gj8lkDNaJ/FpfNip 2B9VCPxlv8oqJfnZPt4P2PlDAmbAP1Zphtbb6i/iUdfgPt3ScgaVWE81Xqgyr3Y5IxwciEFu1DM RMr2v+QJXoUQiYH26zOwHJiuOqHh+6L/toqejTAgfyzzygHuT6XdxzsxJ X-Google-Smtp-Source: AGHT+IEV48bJgStmqViD8+pLhWzNeUdkP/J66mFFn2Lf8tTxqfwveZ0JT/2C+hiW2zOOquO2DxzIssQhdguR X-Received: by 2002:aa7:8a10:0:b0:705:d755:69b0 with SMTP id d2e1a72fcca58-7067455bd64mr7654679b3a.6.1719327356260; Tue, 25 Jun 2024 07:55:56 -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 d2e1a72fcca58-706953851bbsm105748b3a.28.2024.06.25.07.55.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Jun 2024 07:55:56 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 25 Jun 2024 07:55:56 -0700 (PDT) Message-ID: <667ada7c.050a0220.a7a21.6fb8SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 5D400605C373; Tue, 25 Jun 2024 10:55:55 -0400 (EDT) Subject: |SUCCESS| pw141596 [PATCH] vhost: Fix the crash caused by accessing From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240625093149.63247-1-15957197901@163.com> References: <20240625093149.63247-1-15957197901@163.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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/141596 _Testing PASS_ Submitter: Xinxin Zhao <15957197901@163.com> Date: Tuesday, June 25 2024 09:31:49 DPDK git baseline: Repo:dpdk Branch: master CommitID:fc10d6bd7632dff48a9f191e8d43872f47509e09 141596 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | Debian Bullseye | PASS | +------------------+----------+ | Debian 12 | PASS | +------------------+----------+ | openSUSE Leap 15 | PASS | +------------------+----------+ | CentOS Stream 8 | PASS | +------------------+----------+ | Fedora 38 | PASS | +------------------+----------+ | Fedora 37 | PASS | +------------------+----------+ | Fedora 40 | PASS | +------------------+----------+ | Fedora 39 | PASS | +------------------+----------+ | CentOS Stream 9 | PASS | +------------------+----------+ | RHEL8 | PASS | +------------------+----------+ | RHEL9 | PASS | +------------------+----------+ | Ubuntu 24.04 | PASS | +------------------+----------+ | Ubuntu 22.04 | PASS | +------------------+----------+ Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Debian 12 Kernel: Container Host Kernel Compiler: gcc 12.2.0 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 Fedora 38 Kernel: Depends on container host Compiler: clang 16.0.6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 40 Kernel: Depends on container host Compiler: clang 18.1.6 Fedora 39 Kernel: Depends on container host Compiler: clang 17.0.6 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 Ubuntu 24.04 Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 Ubuntu 22.04 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30304/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/