Re: [PATCH v1 2/3] drivers/tty: convert tty_port to use kthread_worker

2019-03-11 Thread Alexander Sverdlin
Hello Oleksij, On Thu, 10 Jan 2019 11:12:31 +0100 Oleksij Rempel wrote: > From: Steven Walter > > Use kthread_worker instead of workqueues. For now there is only a > single workqueue, but the intention is to bring back the "low_latency" > tty option, along with a second high-priority kthread

[PATCH v1 2/3] drivers/tty: convert tty_port to use kthread_worker

2019-01-10 Thread Oleksij Rempel
From: Steven Walter Use kthread_worker instead of workqueues. For now there is only a single workqueue, but the intention is to bring back the "low_latency" tty option, along with a second high-priority kthread worker. Even without a second worker this patch allows to give a higher priority to