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 CFC09436D3 for ; Tue, 12 Dec 2023 16:40:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9F3642E4F; Tue, 12 Dec 2023 16:40:59 +0100 (CET) Received: from mail-ua1-f98.google.com (mail-ua1-f98.google.com [209.85.222.98]) by mails.dpdk.org (Postfix) with ESMTP id 8C2BB40278 for ; Tue, 12 Dec 2023 16:40:58 +0100 (CET) Received: by mail-ua1-f98.google.com with SMTP id a1e0cc1a2514c-7cb0fdced70so460547241.1 for ; Tue, 12 Dec 2023 07:40:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702395657; x=1703000457; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=Kwvx8DVMEOQVIADde8aJtHZ2HAfOIMoscNkbTEGZPzk=; b=ZyGe+kOZFykihziZEBGMmCHjR98Osa/GbEB5N4OScQvho/sDD90kv2W2cyLJMOdV2u rFG7Kjq1jOs2KQdnARcHo/tkdpMUrNACQbC+4tAecOqtot4Z2xxl6guGI8+tf0Oe/tq/ NFwuy79+lEEqNozsnb4KO4RySyiQS167dMqms= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702395657; x=1703000457; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Kwvx8DVMEOQVIADde8aJtHZ2HAfOIMoscNkbTEGZPzk=; b=BSF5FlegMjz+lu1/6OX47Ytv2AfRgob/Bp+gFGcEUyEBOK5UWPADU8xRUcQjvCuuJP neQP7ueWYCdOv0ScOt+d0S32jN+DdKRAYU6AfV0Uip7FQADJMfIe3QZDRgylSlUXlkGA woS9ASlgBbqAk1+L2ExA8RM/IvSKweTiQ2r18cYCmL6D1Q8rvzN3eOWh3wSDCpMx1Exp a9hBu4t4gpd9uC7ikRUo5Yoefc79Mf+QmJkjJixe9NHhif1jUN7vXCX0HZWjT8HIqp0g 0gLGsHh+qfqbwA/JVUMmb4grZ/Iz6Zi6/vyU98aKrbmoi3Dj/5DUYhK8RhwtJ8beKfLY 5VfQ== X-Gm-Message-State: AOJu0YyIt7mkY20byx7bJoFRtGS2HifxQh//mkyvodtJInV2xfGkD/y4 CNTWw8O6+ROipzMnccKm4702TgpA7kJiYQb4ROaHlYM5oP5VMrKB/+HONw== X-Google-Smtp-Source: AGHT+IH0wUDgtn/BQ7PQ1l022lUtfV2MtmXp2EOlvPvtJjxAUqdFa4I0eQDTvT6Ylv/auJekoNvHbAwNIsf2 X-Received: by 2002:ac5:c818:0:b0:495:cace:d59c with SMTP id y24-20020ac5c818000000b00495caced59cmr5345043vkl.0.1702395657496; Tue, 12 Dec 2023 07:40:57 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id f17-20020a056122135100b004b28e748961sm1115644vkp.11.2023.12.12.07.40.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Dec 2023 07:40:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 12 Dec 2023 07:40:57 -0800 (PST) Message-ID: <65787f09.050a0220.99617.0365SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 28225605C311; Tue, 12 Dec 2023 10:40:57 -0500 (EST) Subject: |SUCCESS| pw135068 [PATCH] [v1] net/tap: fix buffer overflow for pty From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/135068 _Testing PASS_ Submitter: Sivaramakrishnan Venkat Date: Tuesday, December 12 2023 14:37:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:f2d5afbb2c05d7647da7ea914887c52115652651 135068 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | PASS | +--------------------------+----------------+ | Fedora 38 (ARM) | PASS | +--------------------------+----------------+ Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28597/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/