--- - branch: MAIN date: Fri Dec 31 14:29:14 UTC 2021 files: - new: '1.23' old: '1.22' path: src/sys/dev/sysmon/sysmon_taskq.c pathrev: src/sys/dev/sysmon/sysmon_taskq.c@1.23 type: modified id: 20211231T142914Z.643fd90b593bdf4172184faf6ca6dac9a47ebca1 log: | sysmon(9): Fix mistake in sysmon_task_queue_barrier. Need to allocate the task structure with malloc(9), not on the stack; the task thread will free it with free(9). Forgot to squash this into previous commit. module: src subject: 'CVS commit: src/sys/dev/sysmon' unixtime: '1640960954' user: riastradh