K 10 svn:author V 6 bryanv K 8 svn:date V 27 2013-08-20T19:13:13.824859Z K 7 svn:log V 267 MFC r254457 Do not use potentially stale thread in kthread_add() When an existing process is provided, the thread selected to use to initialize the new thread could have exited and be reaped. Acquire the proc lock earlier to ensure the thread remains valid. END