[GIT PULL] virtio driver fix for 7.3-rc2
From: Greg KH
Date: Sun Sep 06 2026 - 05:39:24 EST
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-7.3-rc2
for you to fetch changes up to b144dc5a24149ba9a0cb2197001973a74b8c93b2:
virtio_console: allocate the port_buffer with the caller's gfp (2026-09-05 19:28:39 +0200)
----------------------------------------------------------------
virtio console fix for 7.3-rc2
Here is a single virtio console fix for 7.3-rc2 to fix a much reported
regression in 7.3-rc1, sorry about that. It's not been in linux-next,
but it has been sent by many different developers to resolve the issue
and is "obviously" correct.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Breno Leitao (1):
virtio_console: allocate the port_buffer with the caller's gfp
drivers/char/virtio_console.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)