From: Brian Uchino Date: Mon, 9 Sep 2013 20:31:47 +0000 (-0700) Subject: [SCSI] fnic: On system with >1.1TB RAM, VIC fails multipath after boot up X-Git-Tag: v3.12-rc1~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87aa619c17976ac799b30110e830cf86d2e2e99a;p=pandora-kernel.git [SCSI] fnic: On system with >1.1TB RAM, VIC fails multipath after boot up Issue was seen when SCSI buffer address is more than 40 bits in system with more than 1.1TB RAM. When SCSI buffer is passed to VIC, it is failing to map to correct buffer address, as DMA mask is set to 40 bits in driver initialization. Corrected DMA_MASK from 40-bits to 64-bits to avoid masking 41-64 bits addresses. Signed-off-by: Brian Uchino Signed-off-by: Hiral Patel Signed-off-by: James Bottomley --- Reading git-diff-tree failed