commit | 55a984928bfa30c7877e28f16910e6de1c170f1f | [log] [tgz] |
---|---|---|
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | Fri Aug 01 10:26:13 2025 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 01 10:42:22 2025 +0200 |
tree | c707befcb23e3e068b09b278592d1f2e7f5fd8ff | |
parent | 89748acdf226fd1a8775ff6fa2703f8412b286c8 [diff] |
Revert "tty: vt: use _IO() to define ioctl numbers" This reverts commit f1180ca37abe3d117e4a19be12142fe722612a7c. Since the commit, the vt ioctl numbers are defined differently on platforms where _IOC_NONE is non-zero: alpha, mips, powerpc, sparc. Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org> Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu> Link: https://lore.kernel.org/all/436489B9-E67B-4630-909F-386C30A2AAC9@xenosoft.de/ Link: https://lore.kernel.org/all/97ec2636-915a-498c-903b-d66957420d21@csgroup.eu/ Cc: Nicolas Pitre <nico@fluxnic.net> Cc: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20250801082613.2564584-1-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>