[GIT PULL] TTY driver fix for 6.10-rc2

From: Greg KH
Date: Sat Jun 01 2024 - 02:16:53 EST


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7bc4244c882a7d7d79f4afefc50893244eb11d07:

Revert "VT: Use macros to define ioctls" (2024-06-01 07:28:21 +0200)

----------------------------------------------------------------
TTY fix for 6.10-rc2

Here is a single revert for a much-reported regression in 6.10-rc1 when
it comes to a few older architectures. Turns out that the VT ioctls
don't work the same across all cpu types because of some old
compatibility requrements for stuff like alpha and powerpc. So revert
the change that attempted to have them use the _IO() macros and go back
to the known-working values instead.

This has NOT been in linux-next but has had many reports that it fixes
the issue with 6.10-rc1.

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Revert "VT: Use macros to define ioctls"

include/uapi/linux/kd.h | 96 ++++++++++++++++++++++++-------------------------
1 file changed, 47 insertions(+), 49 deletions(-)