Module Name: src Committed By: riastradh Date: Mon Aug 31 20:26:21 UTC 2020
Modified Files: src/sys/net: if_wg.c Log Message: wg: Switch to callout_stop for session destructor timer. Can't release the lock here, and can't sleep waiting for the callout while we hold it without risking deadlock. But not waiting is fine; after we transition out of WGS_STATE_UNKNOWN the timer has no effect. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 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.