Merge tag 'tty-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Jun 2024 15:53:39 +0000 (08:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Jun 2024 15:53:39 +0000 (08:53 -0700)
commitf26ee67a0f94b8ec79b08c046c2a47568517d772
treed591401eecbc6284708c8826770c9da9a573d158
parentd9aab0b1c9b2838b2c91431a5d4ac4129553797d
parent7bc4244c882a7d7d79f4afefc50893244eb11d07
Merge tag 'tty-6.10-rc2' of git://git./linux/kernel/git/gregkh/tty

Pull tty fix from Greg KH:
 "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"

* tag 'tty-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  Revert "VT: Use macros to define ioctls"