]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: add dlopen ELF notes to all dlopen() deps of ours 32234/head
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Apr 2024 15:50:41 +0000 (17:50 +0200)
committerLuca Boccassi <bluca@debian.org>
Wed, 8 May 2024 10:07:36 +0000 (11:07 +0100)
commitcd7c2077954d86d23eafdedf3e258b365622779d
tree8f8173a3a1255e3eedcdc2b239b531326e01d0a1
parent2f6bd11c1a0147f6bd24bce3ed00c3d91c0884e6
tree-wide: add dlopen ELF notes to all dlopen() deps of ours

Use 'recommended' priority for the default compression library, to
indicate that it should be prioritized over the other ones, as it
will be used to compress journals/core files.
Also use 'recommended' for kmod, as systems will likely fail to boot
if it's missing from the initrd.
Use 'suggested' for everything else.

There is one dlopen'ed TPM library that has the name generated
at runtime (depending on the driver), so that cannot be added, as it
needs to be known at build time.
Also when we support multiple ABI versions list them all, as for the
same reason we cannot know which one will be used at build time.

$ dlopen-notes.py build/libsystemd.so.0.39.0 build/src/shared/libsystemd-shared-256.so
libarchive.so.13 suggested
libbpf.so.0 suggested
libbpf.so.1 suggested
libcryptsetup.so.12 suggested
libdw.so.1 suggested
libelf.so.1 suggested
libfido2.so.1 suggested
libgcrypt.so.20 suggested
libidn2.so.0 suggested
libip4tc.so.2 suggested
libkmod.so.2 recommended
liblz4.so.1 suggested
liblzma.so.5 suggested
libp11-kit.so.0 suggested
libpcre2-8.so.0 suggested
libpwquality.so.1 suggested
libqrencode.so.3 suggested
libqrencode.so.4 suggested
libtss2-esys.so.0 suggested
libtss2-mu.so.0 suggested
libtss2-rc.so.0 suggested
libzstd.so.1 recommended

Co-authored-by: Luca Boccassi <bluca@debian.org>
18 files changed:
meson.build
src/basic/compress.c
src/basic/gcrypt-util.c
src/locale/xkbcommon-util.c
src/shared/bpf-dlopen.c
src/shared/cryptsetup-util.c
src/shared/elf-util.c
src/shared/firewall-util-iptables.c
src/shared/idn-util.c
src/shared/libarchive-util.c
src/shared/libfido2-util.c
src/shared/module-util.c
src/shared/password-quality-util-passwdqc.c
src/shared/password-quality-util-pwquality.c
src/shared/pcre2-util.c
src/shared/pkcs11-util.c
src/shared/qrcode-util.c
src/shared/tpm2-util.c