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 430F1A0C4C; Tue, 5 Oct 2021 17:21:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26595413D0; Tue, 5 Oct 2021 17:21:04 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 7B7E8413CF for ; Tue, 5 Oct 2021 17:21:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633447262; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MdnKx/cw02qkMeI+L53CmwvEeCS6hAf2FHqqnQ17YJs=; b=d7ZUu5mkEMnRA4ieV8Pvu0KVGW0R5r2IlzX3N8DawDXOKGpb2MHuWt1psK7rXeVXLrl6KG J3JbjV+9uooIapXIo/+WEeQ5wgaTCUlxWAAapPQYaPv+o6js8wcDNNYuYXqacC2iPjM3Dr 51XXAEQ9M7W0Pq2lg1R7vKqYZWaswaA= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-586-OMVJVmQBOJSYqd1uGkh5eg-1; Tue, 05 Oct 2021 11:21:00 -0400 X-MC-Unique: OMVJVmQBOJSYqd1uGkh5eg-1 Received: by mail-lf1-f71.google.com with SMTP id x29-20020ac259dd000000b003f950c726e1so9230036lfn.14 for ; Tue, 05 Oct 2021 08:21:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MdnKx/cw02qkMeI+L53CmwvEeCS6hAf2FHqqnQ17YJs=; b=q86nddwPieLLAAKRG3R2Ma33G48+N+xT7w5VLZK8Uox4jkIu3i9qUOzItCNapyELRS UWvoctIKyrkS4/u+0sjO5O1XZqFf6N+gF3M5aBR44dgwSZvGLm0izDuv4pBTZsL02oIN N2ztsvgdzoDiZ43aobwiJ3ujdLE34SNwUOWZxRH1P0FhyPCWNGLCtc2FQBLBtuRYz+GR 2r1S0HR9ZbPUW5x7cMB9DynksbbVyhIv+XGCSG+FkeMN5mzzBYkEfWGf81nTcVitZkM2 WqDadCEOGtgoVHpAtI6/2cSjM973393JnCAzQ4uLM9AklqzZjUhDmptgdJchJ8BT/mqL gGFw== X-Gm-Message-State: AOAM531akD/aihRbFm0fD3+0nOucdI8G0sh7HFEd2bPCnTpqVP1mO/uZ QoeahjgJV7C2/5mlG60Dbqz1/bpYzgE7fwJRasBsrI6HLEF1Y3+xvRwJRAyFlX0Dl7kf8Ch8pbd Pe3rodPtD2spP1q/LtOA= X-Received: by 2002:a2e:a54d:: with SMTP id e13mr21191530ljn.159.1633447259238; Tue, 05 Oct 2021 08:20:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdOeQngpr1I2PymKl7IM7tmKcOdU4xY8Q3nerVTXBepd6/RwQfcDOsZzJxeMFYfEpRiaDm20pItngm1SRJjbM= X-Received: by 2002:a2e:a54d:: with SMTP id e13mr21191513ljn.159.1633447259066; Tue, 05 Oct 2021 08:20:59 -0700 (PDT) MIME-Version: 1.0 References: <20210917082313.21934-1-david.marchand@redhat.com> <20211002162432.4348-1-david.marchand@redhat.com> In-Reply-To: <20211002162432.4348-1-david.marchand@redhat.com> From: David Marchand Date: Tue, 5 Oct 2021 17:20:48 +0200 Message-ID: To: dev Cc: Aaron Conole , Zhihong Peng , Long Li , "Pattan, Reshma" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/3] Experiment ASAN in GHA X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, Oct 2, 2021 at 6:24 PM David Marchand wrote: > > Following fixes for ASAN, I added ASAN in GHA to see where we stand. > Here are two fixes that can be merged. > > The last patch enables ASAN, but as we can see, there are still some > unit tests who fails because of ASAN: > - multiprocess is broken, we could flag the ut requiring/testing mp, > - hash tests have a lot of issues, I suspect bugs in the hash library, > > -- > David Marchand > > David Marchand (3): > bus/vmbus: fix leak on device scan > test/latencystats: fix incorrect loop boundary > ci: run unit tests with ASAN Series^WFirst two patches applied. Thanks. -- David Marchand