Module Name: src Committed By: riastradh Date: Thu Aug 20 21:34:13 UTC 2020
Modified Files: src/sys/net: if_wg.c Log Message: Fix race in wg_worker kthread destruction. Also allow the thread to migrate between CPUs -- just not while we're in the middle of processing and holding onto things with psrefs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/net/if_wg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.