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