Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1657104

[GIT PULL] TTY fix for 4.12-rc4

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject [GIT PULL] TTY fix for 4.12-rc4
Date 2017-06-04 17:50 +0200
Message-ID <tOFWV-73c-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The following changes since commit 5ed02dbb497422bf225783f46e6eadd237d23d6b:

  Linux 4.12-rc3 (2017-05-28 17:20:53 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.12-rc4

for you to fetch changes up to fc098af16b9ff6d470d779d8ddcfb2d91869045a:

  Revert "tty: fix port buffer locking" (2017-06-04 10:23:25 +0200)

----------------------------------------------------------------
TTY fix for 4.12-rc4

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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      Revert "tty: fix port buffer locking"

 drivers/tty/tty_port.c | 2 --
 1 file changed, 2 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] TTY fix for 4.12-rc4 Greg KH <gregkh@linuxfoundation.org> - 2017-06-04 17:50 +0200

csiph-web