How to reload module

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
leetow2003
Member
Member
Posts: 70
Joined: Fri Nov 19, 2010 6:54 pm

How to reload module

Post 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?
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: How to reload module

Post 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
Post Reply