public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Aug 30 (scsi/qla4xxx)
       [not found] <20110830171605.168f29decb0558fa31e59210@canb.auug.org.au>
@ 2011-08-31 20:45 ` Randy Dunlap
  2011-09-01  2:53   ` Mike Christie
  2011-09-01 17:15   ` Vikas Chaudhary
  0 siblings, 2 replies; 5+ messages in thread
From: Randy Dunlap @ 2011-08-31 20:45 UTC (permalink / raw)
  To: Stephen Rothwell, scsi; +Cc: linux-next, LKML, iscsi-driver

On Tue, 30 Aug 2011 17:16:05 +1000 Stephen Rothwell wrote:

> Hi all,

[Sorry about the delay.. slow build machine.
Please ignore if this is already known/fixed.]


(on i386)

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

when CONFIG_ISCSI_BOOT_SYSFS is not enabled.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: linux-next: Tree for Aug 30 (scsi/qla4xxx)
  2011-08-31 20:45 ` linux-next: Tree for Aug 30 (scsi/qla4xxx) Randy Dunlap
@ 2011-09-01  2:53   ` Mike Christie
  2011-09-01 16:20     ` Randy Dunlap
  2011-09-01 17:17     ` Vikas Chaudhary
  2011-09-01 17:15   ` Vikas Chaudhary
  1 sibling, 2 replies; 5+ messages in thread
From: Mike Christie @ 2011-09-01  2:53 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Stephen Rothwell, scsi, linux-next, LKML, iscsi-driver

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

On 08/31/2011 03:45 PM, Randy Dunlap wrote:
> On Tue, 30 Aug 2011 17:16:05 +1000 Stephen Rothwell wrote:
> 
>> Hi all,
> 
> [Sorry about the delay.. slow build machine.
> Please ignore if this is already known/fixed.]
> 
> 
> (on i386)
> 
> ERROR: "iscsi_boot_create_target" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> ERROR: "iscsi_boot_create_initiator" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> 
> when CONFIG_ISCSI_BOOT_SYSFS is not enabled.
> 


We need the attached patch.

[-- Attachment #2: 0001-qla4xxx-select-iscsi-boot-sysfs-attrs.patch --]
[-- Type: text/plain, Size: 992 bytes --]

>From 64915c90128ebef61f076f58af3cba75288fae94 Mon Sep 17 00:00:00 2001
From: Mike Christie <michaelc@cs.wisc.edu>
Date: Wed, 31 Aug 2011 21:51:42 -0500
Subject: [PATCH] qla4xxx: select iscsi boot sysfs attrs

qla4xxx now uses iscsi_boot_sysfs to export the targets used
for boot to sysfs. It needs to select that config option
to make sure that module is also built.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
---
 drivers/scsi/qla4xxx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/qla4xxx/Kconfig b/drivers/scsi/qla4xxx/Kconfig
index 2c33ce6..5b1aed4 100644
--- a/drivers/scsi/qla4xxx/Kconfig
+++ b/drivers/scsi/qla4xxx/Kconfig
@@ -2,6 +2,7 @@ config SCSI_QLA_ISCSI
 	tristate "QLogic ISP4XXX and ISP82XX host adapter family support"
 	depends on PCI && SCSI
 	select SCSI_ISCSI_ATTRS
+	select ISCSI_BOOT_SYSFS
 	---help---
 	This driver supports the QLogic 40xx (ISP4XXX) and 8022 (ISP82XX)
 	iSCSI host adapter family.
-- 
1.7.6


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

* Re: linux-next: Tree for Aug 30 (scsi/qla4xxx)
  2011-09-01  2:53   ` Mike Christie
@ 2011-09-01 16:20     ` Randy Dunlap
  2011-09-01 17:17     ` Vikas Chaudhary
  1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2011-09-01 16:20 UTC (permalink / raw)
  To: Mike Christie; +Cc: Stephen Rothwell, scsi, linux-next, LKML, iscsi-driver

On Wed, 31 Aug 2011 21:53:40 -0500 Mike Christie wrote:

> On 08/31/2011 03:45 PM, Randy Dunlap wrote:
> > On Tue, 30 Aug 2011 17:16:05 +1000 Stephen Rothwell wrote:
> > 
> >> Hi all,
> > 
> > [Sorry about the delay.. slow build machine.
> > Please ignore if this is already known/fixed.]
> > 
> > 
> > (on i386)
> > 
> > ERROR: "iscsi_boot_create_target" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> > ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> > ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> > ERROR: "iscsi_boot_create_initiator" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> > ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/qla4xxx/qla4xxx.ko] undefined!
> > 
> > when CONFIG_ISCSI_BOOT_SYSFS is not enabled.
> > 
> 
> 
> We need the attached patch.

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* RE: linux-next: Tree for Aug 30 (scsi/qla4xxx)
  2011-08-31 20:45 ` linux-next: Tree for Aug 30 (scsi/qla4xxx) Randy Dunlap
  2011-09-01  2:53   ` Mike Christie
@ 2011-09-01 17:15   ` Vikas Chaudhary
  1 sibling, 0 replies; 5+ messages in thread
From: Vikas Chaudhary @ 2011-09-01 17:15 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell, scsi
  Cc: linux-next@vger.kernel.org, linux-kernel, Dept_iscsi_driver


> -----Original Message-----
> From: Randy Dunlap [mailto:rdunlap@xenotime.net]
> Sent: Wednesday, August 31, 2011 1:45 PM
> To: Stephen Rothwell; scsi
> Cc: linux-next@vger.kernel.org; linux-kernel; Dept_iscsi_driver
> Subject: Re: linux-next: Tree for Aug 30 (scsi/qla4xxx)
>
> On Tue, 30 Aug 2011 17:16:05 +1000 Stephen Rothwell wrote:
>
> > Hi all,
>
> [Sorry about the delay.. slow build machine.
> Please ignore if this is already known/fixed.]
>
>
> (on i386)
>
> ERROR: "iscsi_boot_create_target" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> ERROR: "iscsi_boot_create_initiator" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
>
> when CONFIG_ISCSI_BOOT_SYSFS is not enabled.
>
Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>

This message and any attached documents contain information from QLogic Corporation or its wholly-owned subsidiaries that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message.


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

* RE: linux-next: Tree for Aug 30 (scsi/qla4xxx)
  2011-09-01  2:53   ` Mike Christie
  2011-09-01 16:20     ` Randy Dunlap
@ 2011-09-01 17:17     ` Vikas Chaudhary
  1 sibling, 0 replies; 5+ messages in thread
From: Vikas Chaudhary @ 2011-09-01 17:17 UTC (permalink / raw)
  To: Mike Christie, Randy Dunlap
  Cc: Stephen Rothwell, scsi, linux-next@vger.kernel.org, linux-kernel,
	Dept_iscsi_driver


> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org [mailto:linux-scsi-
> owner@vger.kernel.org] On Behalf Of Mike Christie
> Sent: Wednesday, August 31, 2011 7:54 PM
> To: Randy Dunlap
> Cc: Stephen Rothwell; scsi; linux-next@vger.kernel.org; linux-kernel;
> Dept_iscsi_driver
> Subject: Re: linux-next: Tree for Aug 30 (scsi/qla4xxx)
>
> On 08/31/2011 03:45 PM, Randy Dunlap wrote:
> > On Tue, 30 Aug 2011 17:16:05 +1000 Stephen Rothwell wrote:
> >
> >> Hi all,
> >
> > [Sorry about the delay.. slow build machine.
> > Please ignore if this is already known/fixed.]
> >
> >
> > (on i386)
> >
> > ERROR: "iscsi_boot_create_target" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> > ERROR: "iscsi_boot_create_ethernet" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> > ERROR: "iscsi_boot_create_host_kset" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> > ERROR: "iscsi_boot_create_initiator" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> > ERROR: "iscsi_boot_destroy_kset" [drivers/scsi/qla4xxx/qla4xxx.ko]
> undefined!
> >
> > when CONFIG_ISCSI_BOOT_SYSFS is not enabled.
> >
>
>
> We need the attached patch.

Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>

This message and any attached documents contain information from QLogic Corporation or its wholly-owned subsidiaries that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message.

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

end of thread, other threads:[~2011-09-01 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20110830171605.168f29decb0558fa31e59210@canb.auug.org.au>
2011-08-31 20:45 ` linux-next: Tree for Aug 30 (scsi/qla4xxx) Randy Dunlap
2011-09-01  2:53   ` Mike Christie
2011-09-01 16:20     ` Randy Dunlap
2011-09-01 17:17     ` Vikas Chaudhary
2011-09-01 17:15   ` Vikas Chaudhary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox