From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by sourceware.org (Postfix) with ESMTPS id 0C8A63858004 for ; Sun, 21 Mar 2021 11:59:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0C8A63858004 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dodji@seketeli.org Received: from localhost (unknown [88.120.130.27]) (Authenticated sender: dodji@seketeli.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 33151200003; Sun, 21 Mar 2021 11:59:28 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 3A4B4581C54; Fri, 19 Mar 2021 17:55:42 +0100 (CET) From: Dodji Seketeli To: Matthias Maennich Cc: Giuliano Procida , Giuliano Procida via Libabigail , kernel-team@android.com Subject: Re: [PATCH 20/20] symtab: Add support for MODVERSIONS (CRC checksums) Organization: Me, myself and I References: <20200619214305.562-1-maennich@google.com> <20210127125853.886677-1-maennich@google.com> <20210127125853.886677-21-maennich@google.com> <87mtv1wvnb.fsf@seketeli.org> X-Operating-System: Fedora 34 X-URL: http://www.seketeli.net/~dodji Date: Fri, 19 Mar 2021 17:55:42 +0100 In-Reply-To: (Matthias Maennich's message of "Thu, 18 Mar 2021 22:10:54 +0000") Message-ID: <875z1nw0a9.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=-2.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_24_48, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Sun, 21 Mar 2021 11:59:32 -0000 Matthias Maennich a =C3=A9crit: [...] > I think it belongs to the elf symbol and it makes things much simpler :-) [...] >>It's an interesting one. [...] OK, fair enough. I think your point of view makes sense. Thanks! --=20 Dodji