Reusing the original kernel module name seems to be source of several issues. For us whenever new kernel is installed we end up with non-bootable system.
I would recommend using new name for the patched module and blacklisting the original one
We solved this problems by increasing the version number of the module. We habe a permanently offset of one hundred to the offical upstream version. Since this change it works well.
Reusing the original kernel module name seems to be source of several issues. For us whenever new kernel is installed we end up with non-bootable system.
I would recommend using new name for the patched module and blacklisting the original one