mbox series

[GIT,PULL] TTY driver fix for 6.10-rc2

Message ID Zlq8yMiUBTOisuWp@kroah.com
State New
Headers show
Series [GIT,PULL] TTY driver fix for 6.10-rc2 | expand

Pull-request

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

Message

Greg Kroah-Hartman June 1, 2024, 6:16 a.m. UTC
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@linuxfoundation.org>

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

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

Comments

pr-tracker-bot@kernel.org June 1, 2024, 4:38 p.m. UTC | #1
The pull request you sent on Sat, 1 Jun 2024 08:16:40 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f26ee67a0f94b8ec79b08c046c2a47568517d772

Thank you!