Files
android_kernel_xiaomi_sm8450/drivers/usb/serial
Alan Cox b68f2fb9e7 tty: Fix a USB serial crash/scribble
The port lock is used to protect the port state. However the port structure
is freed on a hangup, then the lock taken on a close. The right fix is to
drop the port on tty->shutdown() but we can't yet do that due to sleep v
non-sleeping rules. Instead do the next best thing and fix it up when we are
not in -rc season.

Reported-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Tested-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-07-27 12:23:22 -07:00
..
2008-07-22 13:03:22 -07:00
2008-07-22 13:03:22 -07:00
2008-07-22 13:03:23 -07:00
2008-07-22 13:03:23 -07:00
2009-07-10 19:17:22 -07:00
2008-02-01 14:34:47 -08:00
2009-07-20 16:38:43 -07:00
2009-07-12 12:22:34 -07:00
2009-04-17 10:50:24 -07:00
2009-07-20 16:38:43 -07:00
2007-08-22 14:27:43 -07:00
2008-07-22 13:03:22 -07:00