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 0B433A0032; Wed, 11 May 2022 14:01:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A905240DDD; Wed, 11 May 2022 14:01:54 +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 D26F0406B4 for ; Wed, 11 May 2022 14:01:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652270512; 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=hgwOlCXnjJINcTSSDMPvmN2zM/fP4lSxaKDaKX8amq8=; b=XW5qd2qKtY7E8fUHvsktbyCY3U2WaexNk+YpZ5yLmbS4Rus0uFzLTsqGmPOBaR4SyiiOEb FnzByjtgcO686SAvzCGgKFJsD3QJV7jgCAGmtWhLfokynLUpFZausJAG5M/dcArvfr7aZ6 3aQ87o2glh6T7zr/RoUpHOakLiCYdbI= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-150-vVwr50epO3O66ul_VHzNKw-1; Wed, 11 May 2022 08:01:51 -0400 X-MC-Unique: vVwr50epO3O66ul_VHzNKw-1 Received: by mail-lf1-f72.google.com with SMTP id bp17-20020a056512159100b00472631eb445so721325lfb.13 for ; Wed, 11 May 2022 05:01:50 -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=hgwOlCXnjJINcTSSDMPvmN2zM/fP4lSxaKDaKX8amq8=; b=2X5PIDLDeaFA5TQqKym6+OnNq3myBSnXHWPDKFzU+P9fF2aNctEURdKtctxyXkFSgF gIOew8z106X4lrcSpZU1EDES0inuJ0jyUhhBVEKYq5CvSpUz54F1L84X093tyv5foLkF F2vfm3YB6UlFkr5xpY8GViEW7DmDVAJmQPBKcsFIVfzLpqU+PgDIHKL2RLW/Oaq69h9c umpYTp7ostwrYvU8/DPpJHlcVjyAs/zBrn7+1WR/LqNt7ShQ5UmCTRC9GfxQO1MKl3vd qQSZj4kclxaAVpmrY/KQTcwntcqewH640Xnpu+W9LO4R2gpB7xfbVebHVR0qzkdG6blk neCA== X-Gm-Message-State: AOAM531pH3teVjT7PYPaUPuKi7yFs4vgYbUPK/s/cA5bWZ1E8pi8mtcN BmXvS//LMsH1+Al/VpUw/kJ37dMBzy0rDeeGubS9RiUt/liwFG8SjIhHANdaJO5k4wo2JPBAc05 PlZ3GMuGVBwtrxJxBZ+0= X-Received: by 2002:a2e:a805:0:b0:24a:fc47:d6ca with SMTP id l5-20020a2ea805000000b0024afc47d6camr5958871ljq.297.1652270509788; Wed, 11 May 2022 05:01:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7S/yvub+NyM8gfgj2HJZFArd093OR2haTPWYmHPBLgFzZs6Bq/uEx8dD4Arjm30MMhwsioWzxjwBqpD6oOg8= X-Received: by 2002:a2e:a805:0:b0:24a:fc47:d6ca with SMTP id l5-20020a2ea805000000b0024afc47d6camr5958861ljq.297.1652270509621; Wed, 11 May 2022 05:01:49 -0700 (PDT) MIME-Version: 1.0 References: <20220415173127.3838-1-david.marchand@redhat.com> <20220505092952.11818-1-david.marchand@redhat.com> In-Reply-To: <20220505092952.11818-1-david.marchand@redhat.com> From: David Marchand Date: Wed, 11 May 2022 14:01:38 +0200 Message-ID: Subject: Re: [PATCH v2 0/2] Enable ASan in GHA To: dev Cc: "Mcnamara, John" , "Burakov, Anatoly" , Aaron Conole 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" 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 On Thu, May 5, 2022 at 11:30 AM David Marchand wrote: > > Now that rte_malloc instrumentations are fixed, we can enable ASan in > GHA. > There are still some unit tests (relying on multiprocess) that can't > reliably run with ASan enabled. Those unit tests are skipped. > > -- > David Marchand > > Changes since v1: > - dropped patch 2 in favor of Anatoly fix, > - rebased the last patch after other unit tests fixes have been merged, > > David Marchand (2): > test/mem: disable ASan when accessing unallocated mem > ci: build some job with ASan > Series applied. Thanks for the reviews. -- David Marchand