From: Nicholas Bellinger Date: Thu, 19 Dec 2013 22:13:28 +0000 (-0800) Subject: target: Convert inquiry temporary buffer to heap memory X-Git-Tag: v3.14-rc1~17^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82f320edc1e26320bd7e58b347d5616e6a23ff2;p=pandora-kernel.git target: Convert inquiry temporary buffer to heap memory 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 --- Reading git-diff-tree failed