[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YgeMYDjVOe8n4Cis@kroah.com>
Date: Sat, 12 Feb 2022 11:30:56 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jiri Slaby <jslaby@...e.cz>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 5.17-rc4
The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:
Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.17-rc4
for you to fetch changes up to 28cb138f559f8c1a1395f5564f86b8bbee83631b:
vt_ioctl: add array_index_nospec to VT_ACTIVATE (2022-02-04 15:36:02 +0100)
----------------------------------------------------------------
TTY/Serial fixes for 5.17-rc4
Here are 4 small tty/serial fixes for 5.17-rc4. They are:
- 8250_pericom change revert to fix a reported regression
- 2 speculation fixes for vt_ioctl
- n_tty regression fix for polling
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Andy Shevchenko (1):
serial: 8250_pericom: Revert "Re-enable higher baud rates"
Jakob Koschel (2):
vt_ioctl: fix array_index_nospec in vt_setactivate
vt_ioctl: add array_index_nospec to VT_ACTIVATE
TATSUKAWA KOSUKE (立川 江介) (1):
n_tty: wake up poll(POLLRDNORM) on receiving data
drivers/tty/n_tty.c | 4 ++--
drivers/tty/serial/8250/8250_pericom.c | 2 +-
drivers/tty/vt/vt_ioctl.c | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists