Loading / Unloading kernel module from another module
Hi, Is there a way to load and unload a module from another module? I know 'request_module' can be used to load but what is the API for unloading a module. Thanks for your help. Thanks, Chetan Nanda
On Mon, Feb 3, 2014 at 9:51 AM, Chetan Nanda <chetannanda@gmail.com> wrote:
Hi,
Is there a way to load and unload a module from another module? I know 'request_module' can be used to load but what is the API for unloading a module.
Thanks for your help.
Hi Chetan, Please go through the link below. Hope it helps. http://www.ibm.com/developerworks/library/l-user-space-apps/
Thanks, Chetan Nanda
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thanks and Regards Pramod
On Feb 3, 2014 9:53 AM, "Chetan Nanda" <chetannanda@gmail.com> wrote:
Hi,
Is there a way to load and unload a module from another module? I know 'request_module' can be used to load but what is the API for
unloading a module. Try and modify delete_module as per your need. Defined as a syscall.
Thanks for your help.
Thanks, Chetan Nanda
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (3)
-
Chetan Nanda -
pramod gurav -
Pranay Srivastava