From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AF21C433F5 for ; Sat, 2 Oct 2021 16:24:49 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 12E9961A6F for ; Sat, 2 Oct 2021 16:24:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 12E9961A6F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E1C9F410DA; Sat, 2 Oct 2021 18:24:47 +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 A7DD84067B for ; Sat, 2 Oct 2021 18:24:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633191886; 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: in-reply-to:in-reply-to:references:references; bh=HFkncXLz1lyTCtM8iuIr1SBFvHFJ5f6YF9JGcxWUGHk=; b=J0C61MWxhNLVwKr2K/lpUHfIGU7WdI8fyCav7zy0OX8TbR+sqwWL9CrfeOjOVuVEpzk63n R3zsFxLtP+c/gx8D0Isrrj8QgTVfz5vPT4gAT60tLr75Z+UC9utC/9u/AAW2dUEMSIPRuH +arg1yXBJaPKTsuRGyrCrtR0GfLBowM= 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-323-jxDJQxEyMsutLHp0fG2ERg-1; Sat, 02 Oct 2021 12:24:43 -0400 X-MC-Unique: jxDJQxEyMsutLHp0fG2ERg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2D90F804151; Sat, 2 Oct 2021 16:24:42 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.194.246]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9B67A5C1D0; Sat, 2 Oct 2021 16:24:40 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: aconole@redhat.com, zhihongx.peng@intel.com Date: Sat, 2 Oct 2021 18:24:29 +0200 Message-Id: <20211002162432.4348-1-david.marchand@redhat.com> In-Reply-To: <20210917082313.21934-1-david.marchand@redhat.com> References: <20210917082313.21934-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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 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" 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, bugs have been opened, -- 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 | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) -- 2.23.0