Re: printk meeting at LPC

From: Sergey Senozhatsky
Date: Wed Sep 18 2019 - 04:10:19 EST


On (09/18/19 09:42), John Ogness wrote:
> > It's going to be a bit harder when we have per-console kthread.
>
> Each console has its own iterator. This iterators will need to advance,
> regardless if the message was printed via write() or write_atomic().

Great.

->atomic_write() path will make sure that kthread is parked or will
those compete for uart port?

-ss