svn commit: r248298 - head/sys/kern

Konstantin Belousov kostikbel at gmail.com
Fri Mar 15 06:07:58 UTC 2013


On Thu, Mar 14, 2013 at 11:20:19PM +0000, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Thu Mar 14 23:20:18 2013
> New Revision: 248298
> URL: http://svnweb.freebsd.org/changeset/base/248298
> 
> Log:
>   Accessing td_state requires thread lock to be held.
It is not the access to td_state which should be protected, but the
consistency between thread state and later action based on the state,
which should be atomic.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130315/bdcaadbd/attachment.sig>


More information about the svn-src-all mailing list