linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tty-next 0/1] premature tty_port destruction diagnostic
@ 2013-09-19  0:42 Peter Hurley
  2013-09-19  0:42 ` [PATCH tty-next 1/1] tty: Prevent tty_port destruction if tty not released Peter Hurley
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Hurley @ 2013-09-19  0:42 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Jiri Slaby, linux-kernel, linux-serial, Peter Hurley

Hi Greg,

Now that the bluetooth rfcomm tty refcounting is fixed in linux-next,
I'd like to add this patch which aborts tty_port destruction if the
tty has not yet been released. At least this problem won't show up
as some random memory corruption (as was happening with rfcomm).

Even though this only WARNs, the machine is likely to crash anyway
because the port indexes will not be in sync; the tty layer will
assume the port has been destructed while the tty_port obviously
has not.

Regards,

Peter Hurley (1):
  tty: Prevent tty_port destruction if tty not released

 drivers/tty/tty_port.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
1.8.1.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-19  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19  0:42 [PATCH tty-next 0/1] premature tty_port destruction diagnostic Peter Hurley
2013-09-19  0:42 ` [PATCH tty-next 1/1] tty: Prevent tty_port destruction if tty not released Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).