From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by sourceware.org (Postfix) with ESMTPS id 01B4E385C32E for ; Mon, 11 Jul 2022 11:50:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 01B4E385C32E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id 4B064E0005; Mon, 11 Jul 2022 11:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1657540208; 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=oZqCrc7b52DRjsKNxsuOPAFQOLSJFZdF2appI4uIM8E=; b=ZNPQVP/H2R7hV/O7y5RnU4vkCEBd/SGUb2CHEB+K298HoAcvOoXqiCavw/s25Qt6gO0kt3 mDVQOxUgSfrsUmgLOHIyjN6JQBpsGySAgXgPAaohmZ38nchOyI8vMEQkTluVKgCm+9EdYa HJAFgFUF25aQM+y3gy4OjfJ1VR6s2GKWIgr1Z9R/VqeQtxb9dHAVBRPa2Yc9G962cjTP5o 5g7o8s751RBdbz77XHRUpjJ/Fle2Pi/nyNXsigVIHLpVVDc7EIAyWesuwI9ZeTD1tvfYV8 Pqv05bkNh4Gpbd96MdrmZB3XpvIONDlMVA8ZjtY+0Ep//GaHh5dMa/qZTgjuRQ== Received: by localhost (Postfix, from userid 1000) id 71A885800FC; Mon, 11 Jul 2022 13:50:07 +0200 (CEST) From: Dodji Seketeli To: "Guillermo E. Martinez via Libabigail" Subject: Re: [PATCH] ctf-reader: add support to looks for debug information to extract kABI Organization: Me, myself and I References: <20220708134725.188383-1-guillermo.e.martinez@oracle.com> X-Operating-System: Fedora 37 X-URL: http://www.seketeli.net/~dodji Date: Mon, 11 Jul 2022 13:50:07 +0200 In-Reply-To: <20220708134725.188383-1-guillermo.e.martinez@oracle.com> (Guillermo E. Martinez via Libabigail's message of "Fri, 8 Jul 2022 08:47:25 -0500") Message-ID: <874jznc1hs.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2022 11:50:12 -0000 Hello Guillermo, "Guillermo E. Martinez via Libabigail" a =C3=A9crit: [...] > abidiff tool is now able to looks for CTF debug information to extract > the kABI, it uses the standard `--debug-info-dir' option to locate > `vmlinux.ctfa`, looking at first instance in the base directory > where the ELF binary (vmlinux/module) is want to be processed. > > * src/abg-ctf-reader.cc (find_ctfa_file): Add new function > meant to locate the Linux Kernel debug information file > `vmlinux.ctfa'. > (ctf_reader::read_corpus): Use `find_ctfa_file' function. > > Signed-off-by: Guillermo E. Martinez Applied to master, thanks! [...] Cheers, --=20 Dodji