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 47F3FA00C2; Thu, 3 Nov 2022 16:47:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DDC742D0C; Thu, 3 Nov 2022 16:47:26 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 89EEA42D0B for ; Thu, 3 Nov 2022 16:47:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667490444; 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=Dtp5p+la2cvbZCBCsfzoMmWrMsK6GufBnjgg0CVlppw=; b=ApTVgLo01ROP9gE2m+IdSKIqxF6+6ZvLJ0PWy2Y34VaN8TMGaN64qB7slCncId2/hqotvw rUomEoiZlVwQVPHatVultPNxJSY433nAo1nz3srKrko8dhJHZ/ulJDOGusJeC6ffehTxe1 CQoHzF1TgRWSPPJdlpoJeetO568c1vY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-319-3ToXwv5kMBS0bGdeqxu2Jg-1; Thu, 03 Nov 2022 11:47:22 -0400 X-MC-Unique: 3ToXwv5kMBS0bGdeqxu2Jg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6C1F487B2A1; Thu, 3 Nov 2022 15:47:22 +0000 (UTC) Received: from fchome.redhat.com (ovpn-193-221.brq.redhat.com [10.40.193.221]) by smtp.corp.redhat.com (Postfix) with ESMTP id 87A831121319; Thu, 3 Nov 2022 15:47:21 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, ci@dpdk.org Subject: [PATCH 0/2] ABI check updates Date: Thu, 3 Nov 2022 16:47:15 +0100 Message-Id: <20221103154717.22368-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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 This series moves ABI exceptions in a single configuration file and simplifies the ABI check so that no artefact depending on libabigail version is stored in the CI. -- David Marchand David Marchand (2): devtools: unify configuration for ABI check devtools: stop depending on libabigail xml format .ci/linux-build.sh | 4 ---- .github/workflows/build.yml | 2 +- MAINTAINERS | 1 - devtools/check-abi.sh | 17 +++++++++++------ devtools/gen-abi.sh | 26 -------------------------- devtools/libabigail.abignore | 12 +++++++++--- devtools/test-meson-builds.sh | 5 ----- 7 files changed, 21 insertions(+), 46 deletions(-) delete mode 100755 devtools/gen-abi.sh -- 2.38.1