Since the 6.8 Ubuntu kernel uses zstd compressed modules, does anyone know what triggers the compression in out of tree modules? I have multiple projects on github that use dkms that work fine but some other projects don’t trigger the compression
Is there anything useful in “man zstd”
Not that I saw, but man pages are usually out of date. I was able to get the modules to load after using zstd on them. My search skills must not be good or I am using the wrong key words
Would this be better in Kernel ?
Might be, I thought about posting it there
You’d rather want to look at dkms and its documentation, not at the manpage for zstd. IIRC dkms just looks for the compression used in the kernel config (there should also be a way to override this in case you need/want to though):
1 Like
Thanks, now just to dig through dkms code
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.