svn commit: r244549 - head/sys/dev/nvme

John Baldwin jhb at freebsd.org
Fri Dec 21 19:45:47 UTC 2012


On Friday, December 21, 2012 2:13:48 pm Jim Harris wrote:
> Author: jimharris
> Date: Fri Dec 21 19:13:48 2012
> New Revision: 244549
> URL: http://svnweb.freebsd.org/changeset/base/244549
> 
> Log:
>   Put kthreads under curproc so they are attached to nvmecontrol rather
>   than pid 0.
>   
>   Sponsored by:	Intel

Hmm, is this really wise?  I'm not sure how well the kernel would handle a 
kthread belonging to a userland process.  You could just have each test
create a new kproc that holds the associated threads for that test instead
perhaps? 

-- 
John Baldwin


More information about the svn-src-head mailing list