[RFC] linux-stable: Allow out of tree modules to survive - #1947
joebonrichie wants to merge 1 commit into
Conversation
Allow linux module updates to survive moss state changes using the same trick as /usr/local
|
So this would partly enable dkms support as well? Since we already have some extramodules like Nvidia driver compiled per kernel update, do we see any issues adding this as well? |
|
It look's like our default Currently the user will still have to manually rebuild and install the module if the kernel is updated but could take a look at getting dkms working as well. All this change does for the moment is add an escape hatch for the |
|
Wouldn't it make more sense to use depmod.d configuration instead? |
|
Yeah that's definitely an option, could add a default depmod conf e.g. The user can override I think the tricky bit is documentation/getting this to work OOTB, you'd probably want |
|
If with this current change enables something without a fuzz why not merge it as is ... |
|
There's an issue where stale directory entries remain in /var once the kernel has been updated, hold off for now. |
My strong preference is adding documentation for this instead. |
Summary
Allow linux module updates to survive moss state changes using the same trick as
/usr/localTest Plan
out of tree installed module
framework-laptop-kmodnow survives moss state changesChecklist