From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C6AA385802D; Thu, 10 Mar 2022 16:25:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C6AA385802D From: "gprocida at google dot com" To: libabigail@sourceware.org Subject: [Bug default/28954] add Linux Kernel symbol namespace support Date: Thu, 10 Mar 2022 16:25:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gprocida at google dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 10 Mar 2022 16:25:12 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28954 --- Comment #2 from gprocida at google dot com --- Hi, (In reply to Ben Woodard from comment #1) > I=E2=80=99m a little confused by this the LKM name spacing doesn=E2=80=99= t seem to use any > of the symbol mangling that C++ does. From the links that you posted it > seems like the way that the kernel mangles these names is simply by putti= ng > =E2=80=9C.=E2=80=9D into the ELF linkage name. This confuses m= e because, I would > think that this change in linkage name would show up in ABI reports but y= our > bug description below suggests that it doesn=E2=80=99t. I must be missing= something. I was confused too. It looks like that part of the scheme never happened, probably because it was both redundant and too intrusive. Instead we need to chase __kstrtabns_FOO to a string table entry. Giuliano. --=20 You are receiving this mail because: You are on the CC list for the bug.=