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 BC283A0093; Tue, 10 May 2022 21:22:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B2E5410EE; Tue, 10 May 2022 21:22:52 +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 ED4F0406B4 for ; Tue, 10 May 2022 21:22:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652210570; 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=bibGG7T+JWCG1fTvHy501vazZDtlKGqpgDdlNZk2k78=; b=Iog84tw2/+5hfJso5p5SyhDZT/7ZN1h08JCEamjohl/HWqjTj/NNBe+aYqAymWZw830GmM OPxto45uiQaNIWdYTb7G1R9HZuMU/zFfkxzxPUtiHLdVM3AlpUercWp6CQQ6jFnEdytIil aPJRKefkTG4Cpi0p/zfYKr2wEebbNRo= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-490-9ierasF4PEO9OwXNl-9gww-1; Tue, 10 May 2022 15:22:47 -0400 X-MC-Unique: 9ierasF4PEO9OwXNl-9gww-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B95E03C02B69; Tue, 10 May 2022 19:22:46 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.11.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8293215341D2; Tue, 10 May 2022 19:22:46 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, john.mcnamara@intel.com, Michael Santana Subject: Re: [PATCH v2 2/2] ci: build some job with ASan References: <20220415173127.3838-1-david.marchand@redhat.com> <20220505092952.11818-1-david.marchand@redhat.com> <20220505092952.11818-3-david.marchand@redhat.com> Date: Tue, 10 May 2022 15:22:45 -0400 In-Reply-To: <20220505092952.11818-3-david.marchand@redhat.com> (David Marchand's message of "Thu, 5 May 2022 11:29:52 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 David Marchand writes: > Enable ASan, this can greatly help identify leaks and buffer overflows. > Running unit tests relying on multiprocess is unreliable with ASan > enabled, so skip them. > > Signed-off-by: David Marchand > --- > Changes since v1: > - reinstated table_autotest in "ASan-safe" list of ut, This is great! Acked-by: Aaron Conole