From: Alan Cox Date: Mon, 4 Aug 2008 16:47:07 +0000 (+0100) Subject: vt: Deadlock workaround X-Git-Tag: v2.6.27-rc2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5cae364148088911bdf007a8aaefb46a92f16f7;p=pandora-kernel.git vt: Deadlock workaround 2.6.26 corrected the mutex locking on tty resizing to fix the case where you could get the tty/vt sizing out of sync. That turns out to have a deadlock. The actual fix is really major and I've got it lined up as part of the ops changes for 2.6.28 so for 2.6.26/2.6.27 it is safer to reintroduce this ages old minor bug. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed