Page 1 of 1

How to reload module

Posted: Fri Oct 18, 2013 2:40 am
by leetow2003
I can not call the kernel API find_task_by_pid_ns,
so I read the file /proc/kallsyms,I find only line:
c0476970 T find_task_by_pid_ns
I want to know which module includes it?
how to reload the module?

Re: How to reload module

Posted: Fri Oct 18, 2013 3:14 am
by Nable
That's an internal kernel function, it doesn't belong to any module: http://lxr.free-electrons.com/ident?i=f ... _by_pid_ns