I wrote a kernel module that creates a entry in /proc/ and does some other tasks. I want to modify an existing kernel module to check if my module is running and execute some sentences depending on it (or execute others in case it is not running)
Any advice on how to do this?