]> git.ipfire.org Git - people/ms/linux.git/commit
vt: Fix secure clear screen
authorPetr Písař <petr.pisar@atlas.cz>
Thu, 6 Feb 2014 20:01:23 +0000 (21:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Feb 2014 21:34:49 +0000 (13:34 -0800)
commit3316167944a0329b2f62fc2f4b28262c4fd0b60a
tree0d6f25bd67c5fc3626413b881d04f27674d8b0b0
parenta41a754592fa9fe0a871c3456b584981736871f1
vt: Fix secure clear screen

commit 0930b0950a8996aa88b0d2ba4bb2bab27cc36bc7 upstream.

\E[3J console code (secure clear screen) needs to update_screen(vc)
in order to write-through blanks into off-screen video memory.

This has been removed accidentally in 3.6 by:

commit 81732c3b2fede049a692e58a7ceabb6d18ffb18c
Author: Jean-François Moine <moinejf@free.fr>
Date:   Thu Sep 6 19:24:13 2012 +0200

    tty vt: Fix line garbage in virtual console on command line edition

Signed-off-by: Petr Písař <petr.pisar@atlas.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c