Quantcast
Channel: Active questions tagged linux-kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 12241

Can linux kernel module be removed before module init has completed?

$
0
0

Lets say my kernel module have the init and exit function bellow:

module_init(init_module);module_exit(cleanup_module);

Can the kernel module be removed, thus calling cleanup_module(), before the module init has completed/while init_module() is being executed?


Viewing all articles
Browse latest Browse all 12241

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>