On Mon, 2022-10-03 at 12:26 +0300, Andy Shevchenko wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > + port->suspended == 0 > > How is this check race-protected? I will use mutex_lock to handle race condition. Thanks, Tharun Kumar P