public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/30034] New: [libabigail] Handle library splitting
@ 2023-01-23 13:45 david.marchand at redhat dot com
  2023-06-02 17:53 ` [Bug default/30034] " dodji at redhat dot com
                   ` (27 more replies)
  0 siblings, 28 replies; 30+ messages in thread
From: david.marchand at redhat dot com @ 2023-01-23 13:45 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=30034

            Bug ID: 30034
           Summary: [libabigail] Handle library splitting
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: david.marchand at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

We have been tracking ABI changes in the DPDK project (which consists of
multiples libraries).
One of the DPDK libray, the "EAL", which is kind of central and which is linked
by _all_ applications using DPDK, has become bloated.. and we are looking into
splitting it.


Our problem is that since we compare the EAL shared library to a reference
build, moving code to a new library (which EAL depends on) results in abidiff
complaining about missing symbols, since they are not exposed anymore as part
of the EAL scope.

It would be nice if libabigail came with a way to deal with this.
Some ideas:
- handle multiple abi-corpus in the existing tools (in our case, the splitted
libraries dumps would be concatenated to a single xml file and passed to
abidiff)?
- add some option to automatically follow DT_NEEDED entries?
- add another tool that would make it possible to compare a set of libraries
exported interface in one go?


Note: for the DT_NEEDED idea, it might be interesting to be able to filter
which DT_NEEDED entries are followed (like for example with a
"--follow-dt-needed librte_" option) so that we can only monitor changes in a
set of libraries (iow, in this option example, the libraries matching the
regexp "librte_").

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2023-07-07 18:18 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 13:45 [Bug default/30034] New: [libabigail] Handle library splitting david.marchand at redhat dot com
2023-06-02 17:53 ` [Bug default/30034] " dodji at redhat dot com
2023-06-05  8:04 ` david.marchand at redhat dot com
2023-06-05 11:01 ` dodji at redhat dot com
2023-06-05 15:08 ` david.marchand at redhat dot com
2023-06-05 15:24 ` woodard at redhat dot com
2023-06-05 15:36 ` dodji at redhat dot com
2023-06-05 16:53 ` woodard at redhat dot com
2023-06-06  7:28 ` david.marchand at redhat dot com
2023-06-06 21:07 ` woodard at redhat dot com
2023-06-09 12:29 ` dodji at redhat dot com
2023-06-14 12:22 ` david.marchand at redhat dot com
2023-06-23  8:30 ` david.marchand at redhat dot com
2023-06-23  8:32 ` david.marchand at redhat dot com
2023-06-23 10:17 ` david.marchand at redhat dot com
2023-06-24 14:19 ` dodji at redhat dot com
2023-06-24 14:32 ` dodji at redhat dot com
2023-06-25  8:17 ` david.marchand at redhat dot com
2023-06-25  8:37 ` david.marchand at redhat dot com
2023-06-26 10:07 ` dodji at redhat dot com
2023-06-26 10:11 ` dodji at redhat dot com
2023-06-26 12:13 ` david.marchand at redhat dot com
2023-06-26 12:41 ` david.marchand at redhat dot com
2023-06-26 13:57 ` dodji at redhat dot com
2023-07-06 13:38 ` david.marchand at redhat dot com
2023-07-07  8:38   ` Dodji Seketeli
2023-07-07  8:39 ` dodji at seketeli dot org
2023-07-07 11:48 ` dodji at redhat dot com
2023-07-07 13:55 ` fweimer at redhat dot com
2023-07-07 18:18 ` dodji at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).