Module Name: src Committed By: riastradh Date: Sun Dec 19 12:42:25 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/scheduler: sched_main.c src/sys/external/bsd/drm2/include/linux: kthread.h src/sys/external/bsd/drm2/linux: linux_kthread.c Log Message: drm: Rework Linux `kthread' abstraction to avoid race to sleep. Requires passing in the caller's lock and condvar to kthread_run, but for the one user that appears not to be an onerous requirement. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/sys/external/bsd/drm2/dist/drm/scheduler/sched_main.c cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/kthread.h cvs rdiff -u -r1.5 -r1.6 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.