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:
7e8a75f
)
[SCSI] megaraid_sas: fix 64 bit sense pointer truncation
author
Yang, Bo
<Bo.Yang@lsi.com>
Tue, 6 Oct 2009 20:52:20 +0000
(14:52 -0600)
committer
James Bottomley
<James.Bottomley@suse.de>
Thu, 29 Oct 2009 17:03:21 +0000
(13:03 -0400)
The current sense pointer is cast to a u32 pointer, which can truncate
on 64 bits. Fix by using unsigned long instead.
Signed-off-by Bo Yang<bo.yang@lsi.com>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
No differences found