On Fri 2023-01-13 10:38:24, John Ogness wrote:
> On 2023-01-13, Petr Mladek wrote:
> > JFYI, the patch has been committed into printk/linux.git,
> > branch rework/console-list-lock.
>
> > I am going to give it few days in linux-next. If there is no problem
> > I will send a pull request for 6.2-r
On 2023-01-13, Petr Mladek wrote:
> JFYI, the patch has been committed into printk/linux.git,
> branch rework/console-list-lock.
Thanks!
> I am going to give it few days in linux-next. If there is no problem
> I will send a pull request for 6.2-rc5 later the following week.
Sounds good to me. F
On Thu 2023-01-12 17:18:13, John Ogness wrote:
> Several mutexes are taken while setting up console serial ports. In
> particular, the tty_port->mutex and @console_mutex are taken:
>
> serial_pnp_probe
> serial8250_register_8250_port
> uart_add_one_port (locks tty_port->mutex)
>