[GIT PULL] TTY driver fixes for 7.0-rc7

From: Greg KH

Date: Sun Apr 05 2026 - 04:31:42 EST


The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-7.0-rc7

for you to fetch changes up to 3ddbea7542ae529c1a88ef9a8b1ce169126211f6:

vt: resize saved unicode buffer on alt screen exit after resize (2026-03-30 17:39:44 +0200)

----------------------------------------------------------------
TTY core fixes for 7.0-rc7

Here are 2 small tty vt fixes for 7.0-rc7 to resolve some reported
issues with the resize ability of the alt screen buffer. Both of these
have been in linux-next all week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Liav Mordouch (1):
vt: discard stale unicode buffer on alt screen exit after resize

Nicolas Pitre (1):
vt: resize saved unicode buffer on alt screen exit after resize

drivers/tty/vt/vt.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)