+ git-sas-kconfig-fix.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     git-sas Kconfig fix
has been added to the -mm tree.  Its filename is
     git-sas-kconfig-fix.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: git-sas Kconfig fix
From: "Darrick J. Wong" <djwong@xxxxxxxxxx>

Andrew Morton wrote:

> WARNING: "ata_sas_slave_configure" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_port_disable" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_init" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_stop" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_start" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_alloc" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_noop_qc_prep" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_tf_to_fis" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_noop_dev_select" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_tf_from_fis" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_host_init" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_queuecmd" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_sas_port_destroy" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_scsi_ioctl" [drivers/scsi/libsas/libsas.ko] undefined!
> WARNING: "ata_qc_complete" [drivers/scsi/libsas/libsas.ko] undefined!

The SATA-fortified libsas depends on libata for SATA support.  Kconfig
needs to know about that.  Patch is for aic94xx-sas-2.6 and apparently -mm
as well.

Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx>
Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/scsi/libsas/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/libsas/Kconfig~git-sas-kconfig-fix drivers/scsi/libsas/Kconfig
--- a/drivers/scsi/libsas/Kconfig~git-sas-kconfig-fix
+++ a/drivers/scsi/libsas/Kconfig
@@ -24,7 +24,7 @@
 
 config SCSI_SAS_LIBSAS
 	tristate "SAS Domain Transport Attributes"
-	depends on SCSI
+	depends on SCSI && ATA
 	select SCSI_SAS_ATTRS
 	help
 	  This provides transport specific helpers for SAS drivers which
_

Patches currently in -mm which might be from djwong@xxxxxxxxxx are

git-sas.patch
git-sas-kconfig-fix.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux