The patch titled scsi target needs PCI has been added to the -mm tree. Its filename is scsi-target-needs-pci.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 @@ -1756,7 +1756,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 reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones.patch slab-respect-architecture-and-caller-mandated-alignment.patch bootmem-use-max_dma_address-instead-of-low32limit.patch s390-fix-cmm-kernel-thread-handling.patch git-s390.patch scsi-target-needs-pci.patch own-header-file-for-struct-page.patch convert-s390-page-handling-macros-to-functions.patch convert-s390-page-handling-macros-to-functions-fix.patch make-touch_nmi_watchdog-imply-touch_softlockup_watchdog-on-fix.patch simplify-update_times-avoid-jiffies-jiffies_64-aliasing-problem-2.patch kill-wall_jiffies.patch introduce-kernel_execve.patch rename-the-provided-execve-functions-to-kernel_execve.patch provide-kernel_execve-on-all-architectures.patch provide-kernel_execve-on-all-architectures-fix.patch remove-the-use-of-_syscallx-macros-in-uml.patch sh64-remove-the-use-of-kernel-syscalls.patch remove-remaining-errno-and-__kernel_syscalls__-references.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