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>] [day] [month] [year] [list]
Date:	Mon, 30 Oct 2006 20:41:11 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	torvalds <torvalds@...l.org>
Cc:	lkml <linux-kernel@...r.kernel.org>, bunk@...sta.de
Subject: Fw: [PATCH] SCSI: ISCSI build failure


We need this patch that I sent to linux-scsi earlier today
in 2.6.19...

I suppose James is traveling or something.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Date: Mon, 30 Oct 2006 08:32:30 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Roman Zippel <zippel@...ux-m68k.org>, jejb <james.bottomley@...eleye.com>
Cc: Toralf F_rster <toralf.foerster@....de>, scsi <linux-scsi@...r.kernel.org>, akpm <akpm@...l.org>
Subject: [PATCH] SCSI: ISCSI build failure


On Mon, 30 Oct 2006 12:07:48 +0100 (CET) Roman Zippel wrote:

> Hi,
> 
> On Sun, 29 Oct 2006, Randy Dunlap wrote:
> 
> > On Sun, 29 Oct 2006 19:45:15 +0100 Toralf Förster wrote:
> > 
> > > Hello,
> > 
> > config SCSI_ISCSI_ATTRS
> > 	tristate "iSCSI Transport Attributes"
> > 	depends on SCSI && NET
> > 	help
> > 	  If you wish to export transport-specific information about
> > 	  each attached iSCSI device to sysfs, say Y.
> > 	  Otherwise, say N.
> > 
> > but NET is disabled, yet somehow SCSI_ISCSI_ATTRS is enabled.
> > I don't see how that happens.
> > Roman, any ideas?
> > 
> > [...]
> > > CONFIG_SCSI_QLA_ISCSI=y
> 
> I guess, that needs a dependency on NET.

Yep, thanks, Roman.

James, should be in 2.6.19...

---

From: Randy Dunlap <randy.dunlap@...cle.com>

SCSI_QLA_ISCSI needs to depend on NET to prevent build (link) failures
that are caused by selecting SCSI_ISCSI_ATTRS.

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
 drivers/scsi/qla4xxx/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.19-rc3-git6.orig/drivers/scsi/qla4xxx/Kconfig
+++ linux-2.6.19-rc3-git6/drivers/scsi/qla4xxx/Kconfig
@@ -1,6 +1,6 @@
 config SCSI_QLA_ISCSI
 	tristate "QLogic ISP4XXX host adapter family support"
-	depends on PCI && SCSI
+	depends on PCI && SCSI && NET
 	select SCSI_ISCSI_ATTRS
 	---help---
 	This driver supports the QLogic 40xx (ISP4XXX) iSCSI host
-
-
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