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:
36ef0b4
)
NFC: llcp: Detach socket from process context only when releasing the socket
author
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 20 Mar 2013 09:50:50 +0000
(10:50 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 20 Mar 2013 10:30:37 +0000
(11:30 +0100)
Calling sock_orphan when e.g. the NFC adapter is removed can lead to
kernel crashes when e.g. a connection less client is sleeping on the
Rx workqueue, waiting for data to show up.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
No differences found