From: Benjamin Herrenschmidt Date: Mon, 30 Jul 2012 01:33:05 +0000 (+1000) Subject: [SCSI] ibmvscsi: Fix host config length field overflow X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~38^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225c56960fcafeccc2b6304f96cd3f0dbf42a16a;p=pandora-kernel.git [SCSI] ibmvscsi: Fix host config length field overflow The length field in the host config packet is only 16-bit long, so passing it 0x10000 (64K which is our standard PAGE_SIZE) doesn't work and result in an empty config from the server. Signed-off-by: Benjamin Herrenschmidt Cc: Acked-by: Robert Jennings Signed-off-by: James Bottomley --- Reading git-diff-tree failed