]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'serial'
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2009 19:03:43 +0000 (12:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2009 19:03:43 +0000 (12:03 -0700)
commitb4999cf9fc4a3227c7f9df9d1949b0f45a21e7e4
treefb79ca4d6bf8d46c466bc1f1c085b7c3ee6c7683
parent1ad650fc6ed168beb9ff1e9a1ad0b15b3dc29756
parenta2697eab6e8e9cbbd52656291db9c99841f79062
Merge branch 'serial'

* serial:
  imx: Check for NULL pointer deref before calling tty_encode_baud_rate
  atmel_serial: fix hang in set_termios when crtscts is enabled
  MAINTAINERS: update 8250 section, give Alan Cox a name
  tty: fix sanity check
  pty: Narrow the race on ldisc locking
  tty: fix unused warning when TCGETX is not defined
  ldisc: debug aids
  ldisc: Make sure the ldisc isn't active when we close it
  tty: Fix leaks introduced by the shift to separate ldisc objects

Fix conflicts in drivers/char/pty.c due to earlier version of the ldisc
race narrowing.