On Mon, Jun 20, 2022 at 11:42:31AM +0300, Ilpo Järvinen wrote: > [ Upstream commit be03b0651ffd8bab69dfd574c6818b446c0753ce ] > > Not all LSR register flags are preserved across reads. Therefore, LSR > readers must store the non-preserved bits into lsr_save_flags. > > This fix was initially mixed into feature commit f6f586102add ("serial: > 8250: Handle UART without interrupt on TEMT using em485"). However, > that feature change had a flaw and it was reverted to make room for > simpler approach providing the same feature. The embedded fix got > reverted with the feature change. > > Re-add the lsr_save_flags fix and properly mark it's a fix. > > Link: https://lore.kernel.org/all/1d6c31d-d194-9e6a-ddf9-5f29af829f3@xxxxxxxxxxxxxxx/T/#m1737eef986bd20cf19593e344cebd7b0244945fc > Fixes: e490c9144cfa ("tty: Add software emulated RS485 support for 8250") > Cc: stable <stable@xxxxxxxxxx> > Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> > Link: https://lore.kernel.org/r/f4d774be-1437-a550-8334-19d8722ab98c@xxxxxxxxxxxxxxx > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > --- > > Here's the backport for 5.18. I think it applies fine to older kernel > versions too. Thanks for the backport, now all queued up. greg k-h