]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Dec 2020 19:43:50 +0000 (11:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Dec 2020 19:43:50 +0000 (11:43 -0800)
commit475bfa299378980a00c51ea066001f90f569c3f6
tree42f85ed6f552134507054838f70f3820c6050646
parent8199b3ba32736870d9e7e256b2283522ca20a134
parentcc9e05a8b5ef7ccca3bbabe21dd31e043f56a348
Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty fixes from Greg KH:
 "Here are two tty core fixes for 5.10-rc7.

  They resolve some reported locking issues in the tty core. While they
  have not been in a released linux-next yet, they have passed all of
  the 0-day bot testing as well as the submitter's testing"

* tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  tty: Fix ->session locking
  tty: Fix ->pgrp locking in tiocspgrp()