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 7DBF64601D for ; Wed, 8 Jan 2025 12:19:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 770F94014F; Wed, 8 Jan 2025 12:19:49 +0100 (CET) Received: from mail-oa1-f97.google.com (mail-oa1-f97.google.com [209.85.160.97]) by mails.dpdk.org (Postfix) with ESMTP id 0E30C400D6 for ; Wed, 8 Jan 2025 12:19:48 +0100 (CET) Received: by mail-oa1-f97.google.com with SMTP id 586e51a60fabf-2a9ef75a20dso838243fac.2 for ; Wed, 08 Jan 2025 03:19:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736335187; x=1736939987; 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=gBO65DVvX5bmWxGfkNQQPwid8zXws86XsdZ4a4ICTtk=; b=HglekY+BeU3QrDxTGm+DnNrTuCsCTbRAGZAMZ7rs/IJRCdgoT779EHIzW0JAOxjHSP yofjfdsQ4O10Irl0Iarh/PxUc1YQcz5P1JxjI5nXNiRrHhWcJ5mUFurFst18x/jTqlbN OIeK452EhhQoCy8XjZ8FoFWvFScyV+60ntuBg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736335187; x=1736939987; 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=gBO65DVvX5bmWxGfkNQQPwid8zXws86XsdZ4a4ICTtk=; b=RRd15ysu8EGqaMmkOZq2aO8SJJ6hBM2lMjI7Aobx1JbTocVZTuULXd4oWfUDwTIO1d e7ulsDOphRv69iQhufHdFbtfAmBq1vcc+ZerE/QcxmEw0IadRtJMDgXIGQ1DFwOlBZvv gvufOxTM6jLrMEnWsENFfr9JrAPTiW7JwksHAJlt/+sc8FlSOfD3VtrCOZq14VjhtnGY tadgmPVaAahRvJRl9h0Mzq/xOsn6ItQVrC5o6aMAFg40dEsskVUO7oiLWkzi6zaW3Wqd Bu64gVc8sZhElukNMwBxLa7643W5HFFXKQtkzO6X7xrDAO4dUHIAJAYgY49DVITykKmy vriQ== X-Gm-Message-State: AOJu0YzQv+hB+t4uJFlIgswT6vACT5kAFW+b9AjVGrgFEjORMH/iu1pF dK4hc+665oHciUDxe8kTq/wJRevG1mHYVZRdsPpwEkFz2xcHWZuJI3/EMMxkUi5S8fZ8duXLKUN Ca0lFM+oWk9tsTCRUWoG0enDikuFgpaYWJk+9Is2p X-Gm-Gg: ASbGncuHZrXpGlf2zxzLhpFnx4G/zuaK2+EREwMO3iLTIbiHY2WlGXuS5ucVXKx9ZiJ OUSTY4etHtaS3GbJX7kocmThdseO8zCZbiXUeg6KHRCdmZYrLu5HcaVjg+y2U0eF6Rm8wLkUwET Of3FQzvLUqpv5nX12kC09vEVNQ7wtBQTujNiyYKR75E697yKjVJFnlHPP8/Bgiu/A3JNH82B3db zohwkWjvUUOM6IkochuM695Uw3JabcwmV/NVKwLXzj0uTg6d0j+1A+H56MvwwtQ8KbH2lKn28EQ AQ== X-Google-Smtp-Source: AGHT+IF10BdIPkX4cZPdxqEwUQN2JIVDE3P4shG8dJ0IsumdHGZdsHkliN36nksBd5jhk9h0nBMOLzoll39p X-Received: by 2002:a05:6870:dc49:b0:29e:65ed:5c70 with SMTP id 586e51a60fabf-2aa069521fbmr1233094fac.30.1736335187154; Wed, 08 Jan 2025 03:19:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2a7d74d0006sm1352411fac.15.2025.01.08.03.19.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 03:19:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 03:19:47 -0800 (PST) Message-ID: <677e5f53.050a0220.1a132a.35a4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 9253A6052471; Wed, 8 Jan 2025 06:19:46 -0500 (EST) Subject: |PENDING| pw149320-149324 [PATCH] [v2,5/5] vhost: use strlcpy instea From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219225253.782792-6-stephen@networkplumber.org> References: <20241219225253.782792-6-stephen@networkplumber.org> 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: PENDING http://dpdk.org/patch/149324 _Testing pending_ Submitter: Stephen Hemminger Date: Thursday, December 19 2024 22:49:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149320-149324 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#110692 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32175/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/