Re: [PATCH tty v1 00/74] serial: wrappers for uart port lock

2023-09-16 Thread John Ogness
On 2023-09-15, Ilpo Järvinen wrote: > Would this also be useful to enable printing to console while under > port's lock (by postponing the output until the lock is released)? > > E.g., 8250_dw.c has had this commented out since the dawn on time: > /* > * FIXME: this deadlocks if p

Re: [PATCH tty v1 00/74] serial: wrappers for uart port lock

2023-09-16 Thread John Ogness
On 2023-09-15, "Maciej W. Rozycki" wrote: > Maybe dz.c shouldn't be touched by this series then? Correct. This series is only wrapping the uart port lock, which dz.c is not using. > Though obviously both drivers will have to be eventually adapted for > the ultimate console rework. Correct. Tha