From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C35B63857C4A; Tue, 18 Jan 2022 09:37:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C35B63857C4A From: "gprocida at google dot com" To: libabigail@sourceware.org Subject: [Bug default/26646] unexpectedly declaration-only types Date: Tue, 18 Jan 2022 09:37:59 +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: Tue, 18 Jan 2022 09:37:59 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26646 --- Comment #6 from gprocida at google dot com --- A little more debugging... It is the called_from_public_decl check that prevents the fully-defined type being built. The code change between the two kernel versions seems to have nothing at all to do with the the two types affected, so perhaps something = is going wrong in this area. One way to override this and avoid losing definitions is --load-all-types. This option expensive in processing time and in the size of XML file genera= ted. The size is less of a problem (as we have a tool to remove all types that cannot be reached from a symbol or another reachable type) but the processi= ng time may be. We will look into using this option pending a resolution of the problem. --=20 You are receiving this mail because: You are on the CC list for the bug.=