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


Groups > linux.kernel > #1657104 > unrolled thread

[GIT PULL] TTY fix for 4.12-rc4

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-06-04 17:50 +0200
Last post2017-06-04 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

#1657104 — [GIT PULL] TTY fix for 4.12-rc4

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-06-04 17:50 +0200
Subject[GIT PULL] TTY fix for 4.12-rc4
Message-ID<tOFWV-73c-1@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web