K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-11-14T04:04:14.000000Z K 7 svn:log V 291 - Drop the process lock before we call into ptrace_{read|write}_int or any functions that call them. Calling proc_rwmem() with the proc lock held is not safe. Currently, we're protected from any races by Giant. Eventually proc_rwmem() should require the proc lock and not Giant. END