Re: [PATCH 40/50] kill the rest of tty COMPAT_IOCTL() entries

2018-09-13 Thread Arnd Bergmann
On Thu, Sep 13, 2018 at 4:40 AM Al Viro wrote: > @@ -1113,17 +,6 @@ COMPATIBLE_IOCTL(JSIOCGAXES) > COMPATIBLE_IOCTL(JSIOCGBUTTONS) > COMPATIBLE_IOCTL(JSIOCGNAME(0)) > > -#ifdef TIOCSTART > -/* > - * For these two we have definitions in ioctls.h and/or termios.h on > - * some architectures b

[PATCH 40/50] kill the rest of tty COMPAT_IOCTL() entries

2018-09-12 Thread Al Viro
From: Al Viro TIOCLINUX is handled by ->compat_ioctl() in the only place that has native ->ioctl() recognizing it, TIOC{START,STOP} are simply useless these days - unrecognized compat ioctl won't spew into syslog anymore. Signed-off-by: Al Viro --- fs/compat_ioctl.c | 13 - 1 file