Message ID | 20230221131929.106951-1-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | kmod: Paper cuts - dead code removal, don't SED manually | expand |
On Tue, 21 Feb 2023 13:19:25 +0000, Emil Velikov wrote: > 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. > > [...] Applied all the patches, thanks! [1/4] libkmod: remove unused kmod_module_get_builtin commit: 0237665beff4fa5e45b1d1ac5857627f949721b5 [2/4] libkmod: annotate kmod_builtin_iter API as static commit: df9d07a1492d7185413985add42ab38650ec2378 [3/4] shared: annotate local API as static commit: 06e6f167c211106212290aa7980880f972d71ba2 [4/4] configure: manage libkmod.pc.in and version.py.in via AC_CONFIG_FILES commit: e4c1a5b2998bc2c9dbcff8d62f121d1f8f5f4fe5 My intention is to release kmod 31 soon. Let me know if you have anything pending that you'd like in the next release. If nothing is pending I may just do a release in the next days/week. Best regards,
Greetings Lucas, On Wed, 22 Feb 2023 at 00:40, Lucas De Marchi <lucas.de.marchi@gmail.com> wrote: > My intention is to release kmod 31 soon. Let me know if you have > anything pending that you'd like in the next release. If nothing is pending I may just > do a release in the next days/week. > There are no other patches on my end - rolling a release would be great. Thanks o/ Emil