Module Name: src Committed By: riastradh Date: Sun Dec 19 12:38:56 UTC 2021
Modified Files: src/sys/external/bsd/drm2/linux: linux_kthread.c Log Message: linux: In kthread_park, wake thread to re-check kthread_shouldpark. Otherwise, the thread to pakr may be sleeping on some condvar not noticing it has to notify kthread_park --> deadlock. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/linux/linux_kthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.