Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754585AbcLAKsV (ORCPT ); Thu, 1 Dec 2016 05:48:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44648 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbcLAKsT (ORCPT ); Thu, 1 Dec 2016 05:48:19 -0500 Subject: Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm To: Don Zickus , Linus Torvalds References: <20161129131922.GA31466@angband.pl> <20161129135118.24696-1-kilobyte@angband.pl> <30bb2db4-47bd-0c35-8328-ef032b551f06@suse.com> <20161129195721.GI2697@decadent.org.uk> <20161201051852.28dc335f@roar.ozlabs.ibm.com> <20161201041325.GX35881@redhat.com> Cc: Nicholas Piggin , Ben Hutchings , Michal Marek , Adam Borowski , Greg Kroah-Hartman , Linux Kbuild mailing list , Debian kernel maintainers , "linux-arch@vger.kernel.org" , Arnd Bergmann , Ingo Molnar , Linux Kernel Mailing List From: Stanislav Kozina Message-ID: <830d2864-ab52-27c8-8178-ec86f3267079@redhat.com> Date: Thu, 1 Dec 2016 11:48:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161201041325.GX35881@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 01 Dec 2016 10:48:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 22 On 12/01/2016 05:13 AM, Don Zickus wrote: ... > I think GregKH pointed to one such tool, libabigail? We are working on > others too. I should mention one of the others here: https://github.com/skozina/kabi-dw It's quite comparable to libabigail in the way it works, the main differences are: - written in pure C - depends only on elf-utils and flex/yacc - it's much simpler (4k LOC) - stores the type information in the text files and compares those instead of directly comparing two sets of DWARF data Regards, -Stanislav