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:
38edd72
)
target: Convert inquiry temporary buffer to heap memory
author
Nicholas Bellinger
<nab@linux-iscsi.org>
Thu, 19 Dec 2013 22:13:28 +0000
(14:13 -0800)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Fri, 10 Jan 2014 05:48:38 +0000
(21:48 -0800)
This patch converts the temporary buffer in spc_emulate_inquiry() to
use dynamically allocated memory, instead of local stack memory.
Also bump SE_INQUIRY_BUF up to 1024 bytes to be safe when handling
multiple large SCSI name descriptors for EVPD=0x83.
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found