From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by sourceware.org (Postfix) with ESMTPS id 633B03858D28 for ; Fri, 22 Sep 2023 11:51:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 633B03858D28 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: by mail.gandi.net (Postfix) with ESMTPSA id 2FB534000A; Fri, 22 Sep 2023 11:51:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1695383469; 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=7J+mp6bY2tSQ8yTmNT3Y/eq+b9/lTWkhiIJ2LIvttaw=; b=iAGx5Oj/QOit+jpUriVC058KAPTPdm+Il9nK7p2DhtLPb19S5a6TvnZoZzLs9IHMcQPwMD LxuivZ/T3OUQ1o+cOWbDL4sUl0cWDHhFwOsQmtQiBEVNKnsEF1sy8Bbc4J1lEmpUYcA624 rgB4G3P0r+Yeitu3o/PcHFvuLyV0bw4H4Yhl8rv0zkgIPppAnOIEd+3tdVYZH4TnSSodkf IJGpTPjoDp/c8j/3cHceQcKGIz9Imnl0xDQVmFeU7Lr/8hC74+Y6+c+Hal1/qZQWWqqpjk fAQeZG+yJnhAbo/gEVMzKBaWTWNNJr0sWUmzhxYgjTzT8dsxcf6bAoUdcUw5UA== Received: by localhost (Postfix, from userid 1000) id A54AFF9A5; Fri, 22 Sep 2023 13:51:07 +0200 (CEST) From: Dodji Seketeli To: John Moon Cc: , Trilok Soni , "Satya Durga Srinivasu Prabhala" Subject: Re: abidiff improvements for kernel UAPI checker Organization: Me, myself and I References: <5363161d-8167-284e-e35d-9a8ef20adea9@quicinc.com> <877cu5t7tw.fsf@seketeli.org> <87354tt32o.fsf@seketeli.org> <340b33bd-2b43-9f99-58e1-f1b77a51b48a@quicinc.com> <87fs36e8sr.fsf@seketeli.org> X-Operating-System: CentOS Stream release 9 X-URL: http://www.seketeli.net/~dodji Date: Fri, 22 Sep 2023 13:51:07 +0200 In-Reply-To: <87fs36e8sr.fsf@seketeli.org> (Dodji Seketeli's message of "Fri, 22 Sep 2023 13:39:32 +0200") Message-ID: <87bkdue89g.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: dodji@seketeli.org X-Spam-Status: No, score=-3.8 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_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hey again, [...] Dodji Seketeli a =C3=A9crit: > So, I have an initial implementation for handling the comparison of > anonymous enums and it's in the 'users/dodji/better-anon-enums' branch. I forgot to add a link to the branch. It's at https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dshortlog;h=3Drefs/heads/= users/dodji/better-anon-enums. So cloning it is via: $ git clone git://sourceware.org/git/libabigail.git -b users/dodji/bett= er-anon-enums [...] Cheers, --=20 Dodji