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:
d6a1ed0
)
SUNRPC: prevent task_cleanup running on freed xprt
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 3 Aug 2010 21:22:20 +0000
(17:22 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 4 Aug 2010 12:54:10 +0000
(08:54 -0400)
We saw a report of a NULL dereference in xprt_autoclose:
https://bugzilla.redhat.com/show_bug.cgi?id=611938
This appears to be the result of an xprt's task_cleanup running after
the xprt is destroyed. Nothing in the current code appears to prevent
that.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found