Re: kernel_thread() causes segfault
March 22, 2016
1:45 p.m.
Process has files_struct and fs_struct in task_struct. Two thread's task_struct can point to same files_struct and fs_struct if we do the changes through a new system call. Please check the following URL. http://lxr.free-electrons.com/source/kernel/fork.c#L993 Regards Manoj Nayak
3797
Age (days ago)
3797
Last active (days ago)
0 comments
1 participants
participants (1)
-
Manoj Nayak