linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] TTY/Serial fixes for 5.3-rc2
@ 2019-07-28 12:01 Greg KH
  2019-07-28 17:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-07-28 12:01 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
	linux-serial

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.3-rc2

for you to fetch changes up to 61d51456f35760a09e8aa1e6ddd247f1547015d3:

  vt: Grab console_lock around con_is_bound in show_bind (2019-07-25 13:47:35 +0200)

----------------------------------------------------------------
TTY fixes for 5.3-rc2

Here are 2 tty/vt patches for 5.3-rc2
  - delete the netx-serial driver as the arch has been removed, no need
    to keep the serial driver for it around either.
  - vt console_lock fix to resolve a reported noisy warning at runtime

Both of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Daniel Vetter (1):
      vt: Grab console_lock around con_is_bound in show_bind

Linus Walleij (1):
      tty: serial: netx: Delete driver

 drivers/tty/serial/Kconfig       |  19 -
 drivers/tty/serial/Makefile      |   1 -
 drivers/tty/serial/netx-serial.c | 733 ---------------------------------------
 drivers/tty/vt/vt.c              |   6 +-
 include/uapi/linux/serial_core.h |   3 -
 5 files changed, 5 insertions(+), 757 deletions(-)
 delete mode 100644 drivers/tty/serial/netx-serial.c

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

end of thread, other threads:[~2019-07-28 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-28 12:01 [GIT PULL] TTY/Serial fixes for 5.3-rc2 Greg KH
2019-07-28 17:30 ` 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;
as well as URLs for NNTP newsgroup(s).