The patch titled md: dm-mpath-hp-sw depends on scsi has been added to the -mm tree. Its filename is md-dm-mpath-hp-sw-depends-on-scsi.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: md: dm-mpath-hp-sw depends on scsi From: Paul Mundt <lethal@xxxxxxxxxxxx> With CONFIG_SCSI=n __scsi_print_sense() is never linked in. drivers/built-in.o: In function `hp_sw_end_io': dm-mpath-hp-sw.c:(.text+0x914f8): undefined reference to `__scsi_print_sense' Caught with a randconfig on current git. Signed-off-by: Paul Mundt <lethal@xxxxxxxxxxxx> Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/md/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/Kconfig~md-dm-mpath-hp-sw-depends-on-scsi drivers/md/Kconfig --- a/drivers/md/Kconfig~md-dm-mpath-hp-sw-depends-on-scsi +++ a/drivers/md/Kconfig @@ -269,7 +269,7 @@ config DM_MULTIPATH_RDAC config DM_MULTIPATH_HP tristate "HP MSA multipath support (EXPERIMENTAL)" - depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL + depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL ---help--- Multipath support for HP MSA (Active/Passive) series hardware. _ Patches currently in -mm which might be from lethal@xxxxxxxxxxxx are origin.patch git-sh.patch git-sh64.patch kernel-printkc-concerns-about-the-console-handover.patch md-dm-mpath-hp-sw-depends-on-scsi.patch use-bootmem_exclusive-for-kdump.patch sanitize-the-type-of-struct-useru_ar0.patch add-cmpxchg_local-to-sh-use-generic-cmpxchg-instead-of-cmpxchg_u32.patch add-cmpxchg_local-to-sh64.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