ptrace and big kernel lock

Submitted by Anonymous
on July 9, 2008 - 2:58am

ptrace() system call used Big Kernel Lock (BKL). but I think it is unnecessary overhead to the system while we can protect task_struct fields with spinlocks itself. what do you say ?