Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] Serial: Two concurrency fixes & one related cleanup
@ 2022-06-15  9:06 Ilpo Järvinen
  2022-06-15  9:06 ` [PATCH 1/3] serial: 8250: Fix __stop_tx() & DMA Tx restart races Ilpo Järvinen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ilpo Järvinen @ 2022-06-15  9:06 UTC (permalink / raw)
  To: linux-serial, Greg KH, Jiri Slaby; +Cc: Ilpo Järvinen

Here are two fixes to problem that have been introduced by recent
changes. In addition, one cleanup patch to the related code (to keep
the fix change strictly a fix).

Ilpo Järvinen (3):
  serial: 8250: fix __stop_tx() & DMA Tx restart races
  serial: 8250_dw: Take port lock while accessing LSR
  serial: 8250_dma: No need for if (dma->tx_err)

 drivers/tty/serial/8250/8250_dma.c  | 7 +++----
 drivers/tty/serial/8250/8250_dw.c   | 3 +++
 drivers/tty/serial/8250/8250_port.c | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-27 12:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15  9:06 [PATCH 0/3] Serial: Two concurrency fixes & one related cleanup Ilpo Järvinen
2022-06-15  9:06 ` [PATCH 1/3] serial: 8250: Fix __stop_tx() & DMA Tx restart races Ilpo Järvinen
2022-06-15  9:06 ` [PATCH 2/3] serial: 8250_dw: Take port lock while accessing LSR Ilpo Järvinen
2022-06-15 10:07   ` Andy Shevchenko
2022-06-15 10:29     ` Ilpo Järvinen
2022-06-27 12:49   ` Greg KH
2022-06-15  9:06 ` [PATCH 3/3] serial: 8250_dma: No need for if (dma->tx_err) Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox