Messages in this thread |  | | | From | Alan Cox <> | | Subject | [PATCH 0/9] Series short description | | Date | Tue, 16 Jun 2009 16:59:55 +0100 |
| |
Small fixes to the tty changes to sort out problems people hit, in particular to fix a couple of SMP races Ingo found and properly fix the now rather more visible (but long standing) pty race that James Bottomley encountered. --- Alan Cox (5): tty: fix sanity check pty: Narrow the race on ldisc locking 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
Haavard Skinnemoen (1): atmel_serial: fix hang in set_termios when crtscts is enabled
Joe Perches (1): MAINTAINERS: update 8250 section, give Alan Cox a name
Mike Frysinger (1): tty: fix unused warning when TCGETX is not defined
Sascha Hauer (1): imx: Check for NULL pointer deref before calling tty_encode_baud_rate
MAINTAINERS | 3 ++ drivers/char/pty.c | 53 +++++++++++++++++++++++++++++++---------- drivers/char/tty_io.c | 2 ++ drivers/char/tty_ioctl.c | 5 ++-- drivers/char/tty_ldisc.c | 9 +++++-- drivers/serial/atmel_serial.c | 8 ++++-- drivers/serial/imx.c | 12 +++++---- 7 files changed, 66 insertions(+), 26 deletions(-) -- "Standards committees don't like hashing. It looks complicated and insufficiently deterministic on an overhead projector." -Vern Schryver
|  |