]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 30 Jan 2012 21:08:11 +0000 (13:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2012 00:11:23 +0000 (16:11 -0800)
commit88b6d97229e788f5514fea3c4261ad0a88094382
tree725fd835701aacd7efaa4fc2d3e3c08bad789d9d
parentcf93ae9395b52389fb3405b04d099cacb66bac8c
drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer

KDFONTOP(GET) currently fails with EIO when being run in a 32bit userland
with a 64bit kernel if the font width is not 8.

This is because the compatibility layer introduced by dbbac726 ("tty:
handle VT specific compat ioctls in vt driver") forces the addition of the
KD_FONT_FLAG_OLD flag, which makes con_font_get return EIO in such case.

This flag should *not* be set for KDFONTOP, since it's actually the whole
point of this flag (see comment in con_font_set for instance).

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Arthur Taylor <art@ified.ca>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt_ioctl.c