]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tty-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Aug 2019 19:17:12 +0000 (12:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Aug 2019 19:17:12 +0000 (12:17 -0700)
commit701cc76d47b5bb18a2722ab826ffa50c1ff307eb
tree705012632704cedff349f603fe0f063d05e387a9
parent8cc5bee48245a80eb4f0bed8f12af33cabc03de2
parent7aacc142c6968989bd1ec901bc77f6287ba04b85
Merge tag 'tty-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty fix from Greg KH:
 "Here is a single tty kgdb fix for 5.3-rc4.

  It fixes an annoying log message that has caused kdb to become
  useless. It's another fallout from commit fde1b74014c9 ("vt: More
  locking checks") which tries to enforce locking checks more strictly
  in the tty layer, unfortunatly when kdb is stopped, there's no need
  for locks :)

  This patch has been linux-next for a while with no reported issues"

* tag 'tty-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  kgdboc: disable the console lock when in kgdb