Skip to content

Commit 3c06e6c

Browse files
committed
Merge tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty fix from Greg KH: "Here is a single tty core fix for 4.12-rc4. It reverts a patch that a lot of people reported as causing lockdep and other warnings. Right after I reverted this in my tree, it seems like another "correct" fix might have shown up, but it's too late in the release cycle to be messing with tty core locking, so let's just revert this for now to go back how things always have been and try it again for 4.13. This has not been in linux-next as I only reverted it a few hours ago" * tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: Revert "tty: fix port buffer locking"
2 parents e00811b + fc098af commit 3c06e6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/tty/tty_port.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ static int tty_port_default_receive_buf(struct tty_port *port,
3434
if (!disc)
3535
return 0;
3636

37-
mutex_lock(&tty->atomic_write_lock);
3837
ret = tty_ldisc_receive_buf(disc, p, (char *)f, count);
39-
mutex_unlock(&tty->atomic_write_lock);
4038

4139
tty_ldisc_deref(disc);
4240

0 commit comments

Comments
 (0)