On 5/13/23 13:28, Jarkko Sakkinen wrote:
/dev/vtpmx is made visible before the workqueue exist, which can lead
which can lead to
memory corruption in the worst case, if workqueue is used before it has been fully initialized. Address this by changing the call order.
Thanks, Stefan