Searched hist:"36 b3c070" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | tty_driver.h | 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path.
At that point we can think about sorting out tty_port and console and all the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path. At that point we can think about sorting out tty_port and console and all the other ugly hangovers. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty.h | 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path.
At that point we can think about sorting out tty_port and console and all the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path. At that point we can think about sorting out tty_port and console and all the other ugly hangovers. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3215.c | 6673cd0b Thu Jan 03 07:31:53 CST 2013 Heiko Carstens <heiko.carstens@de.ibm.com> s390/3215: partially revert tty close handling fix
Partially revert ae289dc1f "s390/3215: fix tty close handling", since this leads sometimes to hanging agetty processes and therefore systems that get stuck while starting.
This was magically fixed (bisected) by a common code patch from Alan Cox: 36b3c070 "tty: Move the handling of the tty release logic", however it was unrelated.
Since the removed code worked for a decade, nobody knows anymore why it was in there in the first place and debugging the observed hang is non-trivial (at least for me :) ), let's just re-add the removed code before we see other side effects.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> 6673cd0b Thu Jan 03 07:31:53 CST 2013 Heiko Carstens <heiko.carstens@de.ibm.com> s390/3215: partially revert tty close handling fix Partially revert ae289dc1f "s390/3215: fix tty close handling", since this leads sometimes to hanging agetty processes and therefore systems that get stuck while starting. This was magically fixed (bisected) by a common code patch from Alan Cox: 36b3c070 "tty: Move the handling of the tty release logic", however it was unrelated. Since the removed code worked for a decade, nobody knows anymore why it was in there in the first place and debugging the observed hang is non-trivial (at least for me :) ), let's just re-add the removed code before we see other side effects. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
/openbmc/linux/drivers/tty/ |
H A D | pty.c | 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path.
At that point we can think about sorting out tty_port and console and all the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path. At that point we can think about sorting out tty_port and console and all the other ugly hangovers. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty_io.c | 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path.
At that point we can think about sorting out tty_port and console and all the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path. At that point we can think about sorting out tty_port and console and all the other ugly hangovers. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/usb/serial/ |
H A D | usb-serial.c | 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path.
At that point we can think about sorting out tty_port and console and all the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path. At that point we can think about sorting out tty_port and console and all the other ugly hangovers. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 36b3c070 Tue Jul 17 11:06:57 CDT 2012 Alan Cox <alan@linux.intel.com> tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle the logic here. In addition we can push the removal logic out of the destructor path.
At that point we can think about sorting out tty_port and console and all the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|