The patch titled scsi target needs PCI has been removed from the -mm tree. Its filename was scsi-target-needs-pci.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: scsi target needs PCI From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> libsrp works only with PCI and in addition needs SCSI_TGT. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/scsi/Kconfig~scsi-target-needs-pci drivers/scsi/Kconfig --- a/drivers/scsi/Kconfig~scsi-target-needs-pci +++ a/drivers/scsi/Kconfig @@ -1757,7 +1757,8 @@ config ZFCP config SCSI_SRP tristate "SCSI RDMA Protocol helper library" - depends on SCSI + depends on SCSI && PCI + select SCSI_TGT help If you wish to use SRP target drivers, say Y. _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch cpu-topology-consider-sysfs_create_group-return-value.patch git-s390.patch scsi-fix-uaccess-handling.patch mm-pagefault_disableenable-s390-fix.patch binfmt-fix-uaccess-handling.patch compat-fix-uaccess-handling.patch profile-fix-uaccess-handling.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