public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TTY / Serial driver fixes for 5.12-rc3
@ 2021-03-13 15:02 Greg KH
  2021-03-13 20:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-03-13 15:02 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
	linux-serial

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

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

end of thread, other threads:[~2021-03-13 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13 15:02 [GIT PULL] TTY / Serial driver fixes for 5.12-rc3 Greg KH
2021-03-13 20:45 ` pr-tracker-bot

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