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 F3E64A0C46; Fri, 17 Sep 2021 10:23:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC701407FF; Fri, 17 Sep 2021 10:23:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 3EA1740689 for ; Fri, 17 Sep 2021 10:23:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631867007; 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: content-transfer-encoding:content-transfer-encoding; bh=LPi8hTJaEBkjIYdWNISLIyysu2mDxWfMFS69pPLyHS4=; b=W3LOYr4zs54bA4/K1/+oyGH/53jjwFIE9g4Dewr86A/qQxsNEN0JkvygE0q9FHxyq/dueM pqDMo1zxw7HCcyGaSAMpYbkj9aaUBN51uiqKyzInfochuuubNkWOs8SDc8p4IXWx1qu/wP ZNJ4YIIcSTxTSyai3IKANgA/rU5hnmk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-357-TDyzNe82PbGbRkYh2-ZZtw-1; Fri, 17 Sep 2021 04:23:26 -0400 X-MC-Unique: TDyzNe82PbGbRkYh2-ZZtw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4D67F1800D41; Fri, 17 Sep 2021 08:23:25 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.147]) by smtp.corp.redhat.com (Postfix) with ESMTP id D323460CD1; Fri, 17 Sep 2021 08:23:23 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: aconole@redhat.com, zhihongx.peng@intel.com Date: Fri, 17 Sep 2021 10:23:10 +0200 Message-Id: <20210917082313.21934-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH 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" 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 .ci/linux-build.sh | 9 ++++++++- app/test/test_latencystats.c | 2 +- drivers/bus/vmbus/linux/vmbus_bus.c | 5 ++++- drivers/bus/vmbus/rte_bus_vmbus.h | 1 + 4 files changed, 14 insertions(+), 3 deletions(-) -- 2.23.0