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:
c367346
)
[SCSI] cxgb3i: remove use of skb->sp
author
Karen Xie
<kxie@chelsio.com>
Tue, 30 Dec 2008 05:43:25 +0000
(21:43 -0800)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Tue, 30 Dec 2008 16:45:34 +0000
(10:45 -0600)
The cxgb3i was using skb->sp pointer for some internal book-keeping
which is not related to the secure path. Changed it to use skb->cb[]
instead.
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Karen Xie <kxie@chelsio.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found