git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93a8f8
)
tty, serial: Fix race and NULL check in uart_close()
author
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 12 Oct 2009 17:13:54 +0000
(19:13 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 12 Oct 2009 17:21:33 +0000
(10:21 -0700)
Commit
46d57a449aa1
("serial: use tty_port pointers in the core code")
contained two bugs that causes (rare) crashes:
- the rename typoed one site
- a NULL check was missed
Reported-and-tested-by: Ingo Molnar <mingo@elte.hu>
Cc: Greg KH <gregkh@suse.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found