From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by sourceware.org (Postfix) with ESMTPS id DE8D7386F0EF for ; Thu, 30 Jun 2022 16:39:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DE8D7386F0EF 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 94CB16000D; Thu, 30 Jun 2022 16:39:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1656607182; 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=K9Rna7C95YIAI2vzb31SSn4udCIhgdaGc0s9dc8/+iE=; b=Frr8faEAdP0OF9jrZowybftZ6/a4BeUWUD3m0qfBVmZLpgj1frgBdH5Yc3BHY03R6ecMjf gcrWtsQMeSEzowtszZcT2eCGOOYrBuhSpvfHo7A/C1a6iEfK9dbbEO0hh3CunRxvZ+m4dN cqk2rH/8qi1Jwr5rWHfbZ/wtVgEWUqgOBF2F9rpERIcGhurPjiGHXAvlaZcuYqYbYGbjZU OVj7so5icDxRAWY7RFka1uJa+aGg02/gDReHgH9hAdw6aW0FMh2LZaOQsCH6lAzV2g/2ie cR7gbx7fctghyDkbjGC4NmGfx69pretdG/28EUhdhbERkDH88jXmCwkZFXT1Hw== Received: by localhost (Postfix, from userid 1000) id BC1785800FC; Thu, 30 Jun 2022 18:39:40 +0200 (CEST) From: Dodji Seketeli To: Giuliano Procida Cc: libabigail@sourceware.org, kernel-team@android.com, maennich@google.com Subject: Re: [PATCH v5 0/4] add symbol namespace support, update symbol CRC support Organization: Me, myself and I References: <20220321160221.1372398-1-gprocida@google.com> <20220613142533.3676501-1-gprocida@google.com> X-Operating-System: Fedora 37 X-URL: http://www.seketeli.net/~dodji Date: Thu, 30 Jun 2022 18:39:40 +0200 In-Reply-To: <20220613142533.3676501-1-gprocida@google.com> (Giuliano Procida's message of "Mon, 13 Jun 2022 15:25:29 +0100") Message-ID: <877d4yds1f.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.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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: Thu, 30 Jun 2022 16:39:47 -0000 Giuliano Procida a =C3=A9crit: > Hi Dodji. Hey Giuliano, Sorry for the late reply. > I'd be grateful if could take a look at this patch series. Patch 4/4 > in particular addresses Bug 28954. Yeah, I am looking into it at the moment. Thanks for the great work! [...] Cheers, --=20 Dodji