]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: add metadata query by buildid
authorJosef Cejka <jcejka@suse.de>
Wed, 18 Mar 2026 11:02:13 +0000 (12:02 +0100)
committerAaron Merey <amerey@redhat.com>
Sun, 29 Mar 2026 23:57:37 +0000 (19:57 -0400)
commit4a3c74869abbc3a863df5316f31f2dede816fa78
treea299cba9c1e3fa615f02d82b3b9cad3983c2a9bc
parentd13e0dba6dc77020bfb35a8fd1641428458f1a65
debuginfod: add metadata query by buildid

This patch extends current metadata by search by buildid.
It allows clients to query for all packages (with exact versions)
and files associated with a specific buildid.

I'd like to use the exact package versions during core dump
analysis to match them with already known issues/bugs,
to check that involved packages are reasonable up-to-date
and to identify other invalid setup, such as mixing packages
from different Linux distros.

Search by buildid prepares alternative db query, handling
of results incl. gathering results from federated servers
remains the same.
It does not search for source files or source file archives.

Signed-off-by: Josef Cejka <jcejka@suse.de>
debuginfod/debuginfod-find.c
debuginfod/debuginfod.cxx
doc/debuginfod-find.1
tests/run-debuginfod-find-metadata.sh