The patch titled SCSI: ISCSI build failure has been removed from the -mm tree. Its filename was scsi-iscsi-build-failure.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: SCSI: ISCSI build failure From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> SCSI_QLA_ISCSI needs to depend on NET to prevent build (link) failures that are caused by selecting SCSI_ISCSI_ATTRS. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/qla4xxx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/qla4xxx/Kconfig~scsi-iscsi-build-failure drivers/scsi/qla4xxx/Kconfig --- a/drivers/scsi/qla4xxx/Kconfig~scsi-iscsi-build-failure +++ a/drivers/scsi/qla4xxx/Kconfig @@ -1,6 +1,6 @@ config SCSI_QLA_ISCSI tristate "QLogic ISP4XXX host adapter family support" - depends on PCI && SCSI + depends on PCI && SCSI && NET select SCSI_ISCSI_ATTRS ---help--- This driver supports the QLogic 40xx (ISP4XXX) iSCSI host _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch update-some-docbook-comments.patch docbook-merge-journal-api-into-filesystemstmpl.patch lkdtm-cleanup-headers-and-module_param-module_parm_desc.patch git-dvb.patch git-ieee1394.patch mtd-fix-printk-format-warning.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.patch tifm-fix-null-ptr-and-style.patch kconfig-printk_time-depends-on-printk.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html