Re: [ANNOUNCE] iSCSI Initiator Core Stack v1.6.1.20

2005-02-28 Thread Andre Hedrick
Hi Dave, If the NetAPP target is misconfigured, why would it even allow any unknown initiator to go beyond discovery session? It appears that a semi-successful lun scan has happened or am mis reading the report? If I read deeper into your comments, does the target support ACL's? If yes, then

RE: [2.6 patch] drivers/scsi/aacraid/: cleanups

2005-02-28 Thread Salyzyn, Mark
I approve this, please apply to kernel.org branch. Second time this has been submitted, been integrated since November 24th in 1.1.5-2370 of the Adaptec Branch of the driver. Sincerely -- Mark Salyzyn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [ANNOUNCE] iSCSI Initiator Core Stack v1.6.1.20

2005-02-28 Thread Dave Wysochanski
Andre Hedrick wrote: Hi Dave, If the NetAPP target is misconfigured, why would it even allow any unknown initiator to go beyond discovery session? It appears that a semi-successful lun scan has happened or am mis reading the report? I think you're misreading the report and/or don't understand

[2.6 patch] drivers/scsi/gdth.c: cleanups

2005-02-28 Thread Adrian Bunk
This patch contains the following cleanups: - make some needlessly global functions static - remove one more kernel 2.2 #ifdef Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/gdth.c | 24 drivers/scsi/gdth.h | 41

[-mm patch] drivers/scsi/ch.c: make a struct static

2005-02-28 Thread Adrian Bunk
This patch makes a needlessly global struct static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.11-rc4-mm1-full/drivers/scsi/ch.c.old 2005-02-28 18:14:48.0 +0100 +++ linux-2.6.11-rc4-mm1-full/drivers/scsi/ch.c 2005-02-28 18:14:55.0 +0100 @@ -118,7 +118,7 @@

[2.6 patch] drivers/scsi/initio.c: cleanups

2005-02-28 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global code static - remove or #if 0 the following unused finctions: - tul_pop_pend_scb - tul_device_reset - tul_reset_scsi_bus Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/initio.c | 85

Re: [PATCH 9/13] nsp32, nsp_cs driver update

2005-02-28 Thread James Bottomley
On Tue, 2005-02-22 at 16:11 +0900, Yokota Hiroshi wrote: + if (data-CurrentSC != NULL) { + nsp_msg(KERN_WARNING, CurrentSC!=NULL this can't be happen); SCpnt-result = DID_BAD_TARGET 16; nsp_scsi_done(SCpnt); - return 0; +

Re: [PATCH as470] Add a NOREPORTLUN blacklist flag

2005-02-28 Thread James Bottomley
On Sun, 2005-02-20 at 22:44 -0500, Alan Stern wrote: James, please withdraw the patch above. Actually, I already have this in the tree. Could you just do an incremental to remove the blacklist line since I think the IBM people still want their shark fix? Thanks, James - To unsubscribe from

Re: [2.6 patch] drivers/scsi/qla2xxx/: cleanups

2005-02-28 Thread Christoph Hellwig
On Mon, Feb 28, 2005 at 10:00:24PM +0100, Adrian Bunk wrote: This patch contains the following cleanups: - make needlessly global code static - kill the unused global *_version and *_version_str variables in the firmware files The firmware files are generated, so it'd be better to leave

[2.6 patch] SCSI: possible cleanups

2005-02-28 Thread Adrian Bunk
Before I'm getting flamed to death: This patch contains possible cleanups. If parts of this patch conflict with pending changes these parts of my patch have to be dropped. This patch contains the following possible cleanups: - make needlessly global code static - remove or #if 0 the following

Re: [2.6 patch] drivers/scsi/qla2xxx/: cleanups

2005-02-28 Thread Adrian Bunk
On Mon, Feb 28, 2005 at 09:29:20PM +, Christoph Hellwig wrote: On Mon, Feb 28, 2005 at 10:00:24PM +0100, Adrian Bunk wrote: This patch contains the following cleanups: - make needlessly global code static - kill the unused global *_version and *_version_str variables in the firmware

Re: [PATCH] remove dead cyrix/centaur mtrr init code

2005-02-28 Thread Andries Brouwer
On Mon, Feb 28, 2005 at 08:35:29PM +0100, Adrian Bunk wrote: Hi Andries, your patch has many overlappings with a patch of mine aleady in -mm (both none of the two patches is a subset of the other one). Nowadays, working against -mm often avoids duplicate work. cu Adrian As far as I

Re: [2.6 patch] drivers/scsi/qla2xxx/: cleanups

2005-02-28 Thread Andrew Vasquez
On Mon, 28 Feb 2005, Adrian Bunk wrote: This patch contains the following cleanups: - make needlessly global code static As Christoph mentioned, the firmware images are auto-generated, so I'd rather hold off on those deltas. Besides, I'm hoping in the near future to drop the firmware from the

[2.6 patch] drivers/scsi/scsi_transport_fc.c: #0 unused code

2005-02-28 Thread Adrian Bunk
This patch #if 0's the following EXPORT_SYMBOL'ed but unused functions: - fc_target_block - fc_target_unblock - fc_host_block - fc_host_unblock Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- If the inclusion of code using these functions into the kernel is pending, please ignore my patch.

[2.6 patch] drivers/scsi/sym53c8xx_2/sym_hipd.c: make a function static

2005-02-28 Thread Adrian Bunk
This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/sym53c8xx_2/sym_hipd.c |2 +- drivers/scsi/sym53c8xx_2/sym_hipd.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---

Re: [2.6 patch] drivers/scsi/scsi_transport_fc.c: #0 unused code

2005-02-28 Thread Christoph Hellwig
On Mon, Feb 28, 2005 at 11:00:20PM +0100, Adrian Bunk wrote: This patch #if 0's the following EXPORT_SYMBOL'ed but unused functions: - fc_target_block - fc_target_unblock - fc_host_block - fc_host_unblock A driver using them is scheduled to be merged soon, and at least one other will be

Re: [2.6 patch] SCSI: possible cleanups

2005-02-28 Thread Christoph Hellwig
On Mon, Feb 28, 2005 at 10:31:59PM +0100, Adrian Bunk wrote: Before I'm getting flamed to death: This patch contains possible cleanups. If parts of this patch conflict with pending changes these parts of my patch have to be dropped. This patch contains the following possible cleanups: -

Re: [2.6 patch] SCSI: possible cleanups

2005-02-28 Thread Adrian Bunk
On Mon, Feb 28, 2005 at 10:25:09PM +, Christoph Hellwig wrote: ... - constants.c: scsi_print_hostbyte - constants.c: scsi_print_driverbyte these we'll probably keep for now. ... keep = #if 0 ? cu Adrian -- Is there not promise of rain? Ling Tan asked suddenly out

Re: [2.6 patch] SCSI: possible cleanups

2005-02-28 Thread Christoph Hellwig
On Tue, Mar 01, 2005 at 12:01:55AM +0100, Adrian Bunk wrote: On Mon, Feb 28, 2005 at 10:25:09PM +, Christoph Hellwig wrote: ... - constants.c: scsi_print_hostbyte - constants.c: scsi_print_driverbyte these we'll probably keep for now. ... keep = #if 0 ? In this case yes,

[2.6 patch] SCSI: cleanups

2005-02-28 Thread Adrian Bunk
Updated patch: -- snip -- This patch contains the following cleanups: - make needlessly global code static - remove the following unused functions: - scsi.h: print_driverbyte - scsi.h: print_hostbyte - #if 0 the following unused functions: - constants.c: scsi_print_hostbyte -

Re: [Patch] QLogic qla2x00 driver fixes

2005-02-28 Thread Doug Ledford
On Fri, 2005-02-25 at 09:02 -0800, Patrick Mansfield wrote: On Fri, Feb 25, 2005 at 06:57:39AM -0500, Doug Ledford wrote: On Fri, 2005-02-25 at 03:38 -0500, Jeff Garzik wrote: Arjan van de Ven wrote: On Thu, 2005-02-24 at 23:21 -0500, Doug Ledford wrote: Don't use

[ANNOUNCE] iSCSI enterprise target software

2005-02-28 Thread FUJITA Tomonori
Hi, I would like to announce the iSCSI enterprise target (IET) software, which is open-source software to build iSCSI storage systems. It can provide disk volumes to iSCSI initiators by using any kinds of files (regular files, block devices, virtual block devices like RAID and LVM, etc). The