CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2018/04/10 03:24:56

Modified files:
        sys/kern       : subr_prf.c 

Log message:
Do not call logwakeup(), ending in wakeup_n(), while holding a mutex.

Prevents a lock ordering issue between SCHED_LOCK() and printf(9)'s
mutex.  While here protect all kprintf() calls ending on the console
with the mutex.

ok kettenis@, visa@

Reply via email to