Page MenuHomeFreeBSD

D33709.diff
No OneTemporary

D33709.diff

diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -548,6 +548,8 @@
if (!TAILQ_EMPTY(&cc->cc_expireq)) {
td = cc->cc_thread;
if (TD_AWAITING_INTR(td)) {
+ thread_lock_block_wait(td);
+ THREAD_LOCK_ASSERT(td, MA_OWNED);
TD_CLR_IWAIT(td);
sched_add(td, SRQ_INTR);
} else

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 22, 1:05 PM (12 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16030220
Default Alt Text
D33709.diff (368 B)

Event Timeline