linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS
       [not found] <20100729143211.9e7edaed.sfr@canb.auug.org.au>
@ 2010-07-29 17:16 ` Randy Dunlap
  2010-07-29 19:34   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2010-07-29 17:16 UTC (permalink / raw)
  To: Stephen Rothwell, scsi, Jayamohan Kallickal; +Cc: linux-next, LKML, jejbscsi

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

be2iscsi uses iscsi_boot_*() interfaces, so it should ensure that
ISCSI_BOOT_SYSFS is enabled.

ERROR: "iscsi_boot_create_target" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_create_initiator" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!

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

--- linux-next-20100729.orig/drivers/scsi/be2iscsi/Kconfig
+++ linux-next-20100729/drivers/scsi/be2iscsi/Kconfig
@@ -2,6 +2,7 @@ config BE2ISCSI
 	tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2"
 	depends on PCI && SCSI && NET
 	select SCSI_ISCSI_ATTRS
+	select ISCSI_BOOT_SYSFS
 
 	help
 	This driver implements the iSCSI functionality for ServerEngines'
---

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS
  2010-07-29 17:16 ` [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS Randy Dunlap
@ 2010-07-29 19:34   ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-07-29 19:34 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, scsi, Jayamohan Kallickal, linux-next, LKML,
	jejbscsi

On Thu, Jul 29, 2010 at 10:16:09AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> be2iscsi uses iscsi_boot_*() interfaces, so it should ensure that
> ISCSI_BOOT_SYSFS is enabled.
> 
> ERROR: "iscsi_boot_create_target" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
> ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
> ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
> ERROR: "iscsi_boot_create_initiator" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
> ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

Acked-by: Konrad Rzeszutek Wilk <konrad@kernel.org>

> ---
>  drivers/scsi/be2iscsi/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-next-20100729.orig/drivers/scsi/be2iscsi/Kconfig
> +++ linux-next-20100729/drivers/scsi/be2iscsi/Kconfig
> @@ -2,6 +2,7 @@ config BE2ISCSI
>  	tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2"
>  	depends on PCI && SCSI && NET
>  	select SCSI_ISCSI_ATTRS
> +	select ISCSI_BOOT_SYSFS
>  
>  	help
>  	This driver implements the iSCSI functionality for ServerEngines'
> ---
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS
@ 2010-07-29 21:06 Jayamohan Kalickal
  0 siblings, 0 replies; 3+ messages in thread
From: Jayamohan Kalickal @ 2010-07-29 21:06 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell, scsi; +Cc: linux-next, LKML, jejbscsi

_____  
From: Randy Dunlap [mailto:randy.dunlap@oracle.com]
To: Stephen Rothwell [mailto:sfr@canb.auug.org.au], scsi [mailto:linux-scsi@vger.kernel.org], Jayamohan Kallickal [mailto:jayamohank@serverengines.com]
Cc: linux-next@vger.kernel.org, LKML [mailto:linux-kernel@vger.kernel.org], jejbscsi [mailto:james.bottomley@suse.de]
Sent: Thu, 29 Jul 2010 10:16:09 -0700
Subject: [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS

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

be2iscsi uses iscsi_boot_*() interfaces, so it should ensure that
ISCSI_BOOT_SYSFS is enabled.

ERROR: "iscsi_boot_create_target" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_create_initiator" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!
ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/be2iscsi/be2iscsi.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>


Acked-by: Jayamohan Kallickal <jayamohank@serverengines.com> 
---
 drivers/scsi/be2iscsi/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20100729.orig/drivers/scsi/be2iscsi/Kconfig
+++ linux-next-20100729/drivers/scsi/be2iscsi/Kconfig
@@ -2,6 +2,7 @@ config BE2ISCSI
 	tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2"
 	depends on PCI && SCSI && NET
 	select SCSI_ISCSI_ATTRS
+	select ISCSI_BOOT_SYSFS
 
 	help
 	This driver implements the iSCSI functionality for ServerEngines'
---

___________________________________________________________________________________
This message, together with any attachment(s), contains confidential and proprietary information of
ServerEngines Corporation and is intended only for the designated recipient(s) named above. Any unauthorized
review, printing, retention, copying, disclosure or distribution is strictly prohibited.  If you are not the
intended recipient of this message, please immediately advise the sender by reply email message and
delete all copies of this message and any attachment(s). Thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-29 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20100729143211.9e7edaed.sfr@canb.auug.org.au>
2010-07-29 17:16 ` [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS Randy Dunlap
2010-07-29 19:34   ` Konrad Rzeszutek Wilk
2010-07-29 21:06 Jayamohan Kalickal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).