The patch titled DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined has been added to the -mm tree. Its filename is dm_multipath_rdac-scsi_normalize_sense-undefined.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: DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> DM_MULTIPATH_RDAC uses SCSI API(s) and is for a SCSI device, so add SCSI to its depends on to prevent build errors. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Acked-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Cc: Alasdair G Kergon <agk@xxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/md/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/Kconfig~dm_multipath_rdac-scsi_normalize_sense-undefined drivers/md/Kconfig --- a/drivers/md/Kconfig~dm_multipath_rdac-scsi_normalize_sense-undefined +++ a/drivers/md/Kconfig @@ -263,7 +263,7 @@ config DM_MULTIPATH_EMC config DM_MULTIPATH_RDAC tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)" - depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL + depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL ---help--- Multipath support for LSI/Engenio RDAC. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch maintainers-update-dco-info.patch git-acpi.patch fix-auditscc-kernel-doc.patch git-mtd.patch pci-aer-fix-warnings-when-pcieaer=n.patch git-unionfs.patch git-ipwireless_cs.patch dm_multipath_rdac-scsi_normalize_sense-undefined.patch security-convert-lsm-into-a-static-interface-fix-2-fix.patch profile-likely-unlikely-macros.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