]> git.itanic.dy.fi Git - linux-stable/commit
vt: selection, push console lock down
authorJiri Slaby <jslaby@suse.cz>
Fri, 28 Feb 2020 11:54:05 +0000 (12:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2020 13:15:03 +0000 (14:15 +0100)
commitefaef8463e1a9c20aa19c3de2b2d19f885e0315e
tree4dc9349fc5262efbcb62221b09c17efb20d167a5
parent31559b59040fc0e6ad363642112d4eb03ad4ebb7
vt: selection, push console lock down

commit 4b70dd57a15d2f4685ac6e38056bad93e81e982f upstream.

We need to nest the console lock in sel_lock, so we have to push it down
a bit. Fortunately, the callers of set_selection_* just lock the console
lock around the function call. So moving it down is easy.

In the next patch, we switch the order.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Fixes: 07e6124a1a46 ("vt: selection, close sel_buffer race")
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200228115406.5735-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/selection.c
drivers/tty/vt/vt.c