On Tue, 2011-05-24 at 11:44 -0400, James Smart wrote: > debugfs additions for new SLI interface You guys need a newer compiler: drivers/scsi/lpfc/lpfc_debugfs.c: In function âlpfc_debugfs_dumpHBASlim_data.clone.3â: drivers/scsi/lpfc/lpfc_debugfs.c:412:1: warning: the frame size of 1036 bytes is larger than 1024 bytes drivers/scsi/lpfc/lpfc_debugfs.c: In function âlpfc_idiag_drbacc_writeâ: drivers/scsi/lpfc/lpfc_debugfs.c:2260:30: warning: âreg_valâ may be used uninitialized in this function The reg_val problem looks to be just because the compiler can't work out that one of the if () statements will always be true. The stack overflow is the char buf[1024] James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html