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:
633caba
)
tty: Convert tty->closing to int
author
Peter Hurley
<peter@hurleysoftware.com>
Wed, 5 Nov 2014 17:40:04 +0000
(12:40 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:57:27 +0000
(14:57 -0800)
tty->closing is a bitfield member; prevent corruption from non-atomic
update by assigning a unique memory location.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty.h
patch
|
blob
|
history
diff --cc
include/linux/tty.h
Simple merge