From: Imre Deak Date: Mon, 15 Dec 2014 22:16:00 +0000 (+0200) Subject: vt: fix locking around vt_bind/vt_unbind X-Git-Tag: fixes-v4.0-rc1~98^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c215fe8e288c87b34c3d5bc910c77af586859d2;p=pandora-kernel.git vt: fix locking around vt_bind/vt_unbind Currently vt_bind and vt_unbind access at least the con_driver object and registered_con_driver array without holding the console lock. Fix this by locking around the whole function in each case. Signed-off-by: Imre Deak Reviewed-by: Peter Hurley Reviewed-by: Daniel Vetter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed