]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
PR 117603
authorjeff <jeff@FreeBSD.org>
Thu, 13 Mar 2008 00:46:12 +0000 (00:46 +0000)
committerjeff <jeff@FreeBSD.org>
Thu, 13 Mar 2008 00:46:12 +0000 (00:46 +0000)
commita4690639873e4a0e21ef838ee1628d4decefae64
tree0bcc20e937e1f083e5f6af522fdf892ab2da969b
parent90cc368fe8d8875af227ffe20907bc15e7c6d2af
PR 117603
 - Close a sleepqueue signal race by interlocking with the per-process
   spinlock.  This was mistakenly omitted from the thread_lock patch and
   has been a race since.

MFC After: 1 week
PR: bin/117603
Reported by: Danny Braniss <danny@cs.huji.ac.il>
sys/kern/subr_sleepqueue.c