[GIT PULL] TTY / Serial driver fixes for 5.12-rc3
From: Greg KH
Date: Sat Mar 13 2021 - 10:04:01 EST
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.12-rc3
for you to fetch changes up to c776b77a279c327fe9e7710e71a3400766554255:
Revert "drivers:tty:pty: Fix a race causing data loss on close" (2021-03-10 09:27:56 +0100)
----------------------------------------------------------------
TTY/Serial fixes for 5.12-rc3
Here are some small tty and serial driver fixes for 5.12-rc3 to resolve
some reported problems:
- led tty trigger fixes based on review and were acked by the
led maintainer
- revert a max310x serial driver patch as it was causing
problems.
- revert a pty change as it was also causing problems
All of these have been in linux-next for a while with no reported
problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Alexander Shiyan (1):
Revert "serial: max310x: rework RX interrupt handling"
Greg Kroah-Hartman (1):
Revert "drivers:tty:pty: Fix a race causing data loss on close"
Uwe Kleine-König (2):
leds: trigger: Fix error path to not unlock the unlocked mutex
leds: trigger/tty: Use led_set_brightness_sync() from workqueue
drivers/leds/trigger/ledtrig-tty.c | 11 ++++-------
drivers/tty/pty.c | 15 ++-------------
drivers/tty/serial/max310x.c | 29 +++++------------------------
drivers/tty/tty_io.c | 5 ++---
4 files changed, 13 insertions(+), 47 deletions(-)