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:
3853194
)
[PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs
author
Roland Dreier
<rolandd@cisco.com>
Mon, 19 Sep 2005 16:17:56 +0000
(09:17 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Mon, 19 Sep 2005 16:17:56 +0000
(09:17 -0700)
Userspace SRQs don't have a buffer allocated for them in the kernel, so
it doesn't make sense to set srq->last during initialization. In fact,
this can crash trying to follow a nonexistent buffer pointer.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found