Module Name: src Committed By: thorpej Date: Wed Apr 29 01:55:18 UTC 2020
Modified Files: src/sys/compat/linux/common: linux_sched.c Log Message: Fix proc / lwp lookup processing in linux_sys_sched_getaffinity() and linux_sys_sched_setaffinity(). They were incorrect even before the LWP ID changes, but those changes exposed the latent bugs. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/compat/linux/common/linux_sched.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.