lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 6 Mar 2008 22:22:46 +0200
From:	Adrian Bunk <bunk@...nel.org>
To:	Toralf Förster <toralf.foerster@....de>,
	James.Bottomley@...senPartnership.com
Cc:	linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] SCSI_AIC94XX must depend on SCSI

This patch fixes the following build error reported by Toralf Förster:

<--  snip  -->

...
  MODPOST 243 modules
ERROR: "sas_bios_param" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_change_queue_type" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_change_queue_depth" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_target_destroy" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_target_alloc" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_slave_destroy" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_slave_configure" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_eh_bus_reset_handler" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_eh_device_reset_handler" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_queuecommand" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_ioctl" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_register_ha" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_domain_attach_transport" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_ssp_task_response" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_slave_alloc" [drivers/scsi/mvsas.ko] undefined!
ERROR: "sas_unregister_ha" [drivers/scsi/mvsas.ko] undefined!
make[1]: *** [__modpost] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@...nel.org>

---
--- a/drivers/scsi/aic94xx/Kconfig
+++ b/drivers/scsi/aic94xx/Kconfig
@@ -26,7 +26,7 @@
 
 config SCSI_AIC94XX
 	tristate "Adaptec AIC94xx SAS/SATA support"
-	depends on PCI
+	depends on SCSI && PCI
 	select SCSI_SAS_LIBSAS
 	select FW_LOADER
 	help

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ