Greetings everyone, Here's another, final, round of paper cuts while browsing through the project. Note that despite the enabled linker garbage collector, the first few cleanup patches result in detectable improvement in the final binaries. The last patch, removes the open-coded replacement and by doing so fixes a genuine bug - albeit one that is uncommon to hit. As always, feel free to pick any bits that seem suitable. Thanks Emil Emil Velikov (4): libkmod: remove unused kmod_module_get_builtin libkmod: annotate kmod_builtin_iter API as static shared: annotate local API as static configure: manage libkmod.pc.in and version.py.in via AC_CONFIG_FILES Makefile.am | 25 ---------------------- configure.ac | 2 ++ libkmod/libkmod-builtin.c | 8 +++---- libkmod/libkmod-internal.h | 6 ------ libkmod/libkmod-module.c | 43 -------------------------------------- shared/util.c | 6 +++--- shared/util.h | 3 --- 7 files changed, 9 insertions(+), 84 deletions(-) -- 2.39.2