1. 15 12月, 2011 8 次提交
  2. 14 12月, 2011 3 次提交
  3. 20 10月, 2011 3 次提交
  4. 17 10月, 2011 13 次提交
  5. 18 9月, 2011 1 次提交
  6. 11 9月, 2011 1 次提交
    • R
      scsi: qla4xxx driver depends on NET · d7a210f3
      Randy Dunlap 提交于
      When CONFIG_NET is disabled, SCSI_QLA_ISCSI selects SCSI_ISCSI_ATTRS,
      which uses network interfaces, so the build fails with multiple errors:
      
        warning: (ISCSI_TCP && SCSI_CXGB3_ISCSI && SCSI_CXGB4_ISCSI && SCSI_QLA_ISCSI && INFINIBAND_ISER) selects SCSI_ISCSI_ATTRS which has unmet direct dependencies (SCSI && NET)
      
        ERROR: "skb_trim" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
        ERROR: "netlink_kernel_create" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
        ERROR: "netlink_kernel_release" [drivers/scsi/scsi_transport_iscsi.ko] undefined!
        ...
      
      so make SCSI_QLA_ISCSI also depend on NET to prevent the build errors.
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Cc:	Ravi Anand <ravi.anand@qlogic.com>
      Cc:	Vikas Chaudhary <vikas.chaudhary@qlogic.com>
      Cc:	iscsi-driver@qlogic.com
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d7a210f3
  7. 27 8月, 2011 11 次提交