CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/17 09:10:54
Modified files:
sys/dev/pci/drm: drm_linux.c
Log message:
Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()
the caller of kthread_stop().
The thread should also be unparked as else it will not seen the
KTHREAD_SHOULDSTOP flag. it follows what Linux is doing.
ok kettenis@
