Comment on Show HN: Kgotobed: Kernel module that forces you to go to sleepComments−O_H_E8yMay I ask, how is it possible to prevent unloading the module?−nikitalOP8yThe module takes an extra reference count to itself upon initialization and never decrements it, so rmmod will fail because the module will be "in use".−O_H_E8yNice ;)
Comments
May I ask, how is it possible to prevent unloading the module?
The module takes an extra reference count to itself upon initialization and never decrements it, so rmmod will fail because the module will be "in use".
Nice ;)