Re: Hosting of a git tree for linux-scsi

2006-12-02 Thread Sean Bruno
On Sat, 2006-12-02 at 20:07 -0800, Randy Dunlap wrote: > On Sat, 02 Dec 2006 19:46:51 -0800 Sean Bruno wrote: > > > Just curious if there already exists a git tree that is maintained for > > the purposes of patching and pulling. > > > > If one doesn't exist, is there a place to host it? I could

Re: Hosting of a git tree for linux-scsi

2006-12-02 Thread Randy Dunlap
On Sat, 02 Dec 2006 19:46:51 -0800 Sean Bruno wrote: > Just curious if there already exists a git tree that is maintained for > the purposes of patching and pulling. > > If one doesn't exist, is there a place to host it? I could ask around > my company and see if we could host it there. There a

Re: Fw: [Bugme-new] [Bug 7610] New: sense key error when sending even number of bytes to /dev/st0

2006-12-02 Thread Andrew Morton
(Originator and bugzilla added to cc) On Sat, 2 Dec 2006 17:27:20 +0200 (EET) Kai Makisara <[EMAIL PROTECTED]> wrote: > On Fri, 1 Dec 2006, Andrew Morton wrote: > > > > > > > Begin forwarded message: > > > > Date: Fri, 1 Dec 2006 08:40:16 -0800 > > From: [EMAIL PROTECTED] > > To: [EMAIL PROT

Re: Fw: [Bugme-new] [Bug 7614] New: kernel BUG at mm/slab.c:594! Seems to affect various SCSI systems in various ways.

2006-12-02 Thread Andrew Morton
On Sat, 02 Dec 2006 08:42:07 -0600 James Bottomley <[EMAIL PROTECTED]> wrote: > On Sat, 2006-12-02 at 10:37 +0100, Arjan van de Ven wrote: > > I was asking the bugzilla ;) > > You're not if you don't cc it ... > > However, can we please either get email from the bugzilla flowing on to > linux-sc

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

2006-12-02 Thread Adrian Bunk
This patch contains the following cleanups: - #include for getting the prototypes of {dis,en}able_irq() - make the needlessly global wd33c93_setup() static Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 4 Sep 2006 --- linux-2.6.18-rc5-mm1/drivers/scsi/wd

[PATCH 3/9] lpfc 8.1.11 : Fix Memory leaks

2006-12-02 Thread James Smart
Fix Memory leaks associated with mbox cmds READ_LA, READ_SPARAM, REG_LOGIN Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c --- a/drivers/scsi/lpfc/lpfc_els.c 2006-12-02 11:57:07.0 -0500 +++ b/drivers/scsi/lpfc/

[PATCH 8/9] lpfc 8.1.11 : Misc Fixes

2006-12-02 Thread James Smart
Misc Fixes: - Prevent references to NULL node list element in reset routines. - Add missing IOCB types to switch tables - Reset the card on Port Error 5 - Fix infinite loop in LUN reset Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lp

[PATCH 9/9] lpfc 8.1.11 : Change version number to 8.1.11

2006-12-02 Thread James Smart
Change version number to 8.1.11 Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h --- a/drivers/scsi/lpfc/lpfc_version.h 2006-12-01 12:13:54.0 -0500 +++ b/drivers/scsi/lpfc/lpfc_version.h 2006-12-02 12:42:05.

[PATCH 1/9] lpfc 8.1.11 : Discovery Fixes

2006-12-02 Thread James Smart
Discovery Fixes: - Prevent starting discovery of a node if discovery is in progress. - Code improvement (reduction) for lpfc_findnode_did(). - Update discovery to send RFF to Fabric on link up - Bypass unique WWN checks for fabric addresses - Add ndlp to plogi list prior to issuing the plogi

[PATCH 6/9] lpfc 8.1.11 : Removed decoding of PCI Subsystem Id

2006-12-02 Thread James Smart
Removed decoding of PCI Subsystem Id. To avoid continually updating the driver for new subsystem ids (as adapter modules are proliferating), remove this 2nd level decode. Genericize the reported Adapter names to be consistent across Emulex product line. Signed-off-by: James Smart <[EMAIL

[PATCH 2/9] lpfc 8.1.11 : Fix lpfc_multi_ring_support

2006-12-02 Thread James Smart
Fix lpfc_multi_ring_support. It was not accounted for in the fast/slow rings. Genericize the implementation and control it via sysfs Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c --- a/drivers/scsi/lpfc/lpfc_attr.c

[PATCH 7/9] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enable

2006-12-02 Thread James Smart
Add soft_wwnn sysfs attribute, rename soft_wwn_enable The driver now allows both wwpn and wwnn to be set. Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c --- a/drivers/scsi/lpfc/lpfc_attr.c 2006-12-02 12:13:17.0

[PATCH 5/9] lpfc 8.1.11 : Add MSI (Message Signalled Interrupts) support

2006-12-02 Thread James Smart
Add MSI (Message Signalled Interrupts) support Actual use must be enabled via the new module parameter "lpfc_use_msi" Defaults to no use Many thanks to Frederic Temporelli who implemented the initial patch. Signed-off-by: Frederic Temporelli <[EMAIL PROTECTED]> Signed-off-by: James Smart <[

[PATCH 0/9] lpfc 8.1.11 : lpfc 8.1.11 patches

2006-12-02 Thread James Smart
This patch set updates the lpfc driver to revision 8.1.11. The patches address the following items: - Discovery Fixes - Fix lpfc_multi_ring_support. - Fix Memory leaks - Adjust LOG_FCP logging to be more meaningful. - Add MSI (Message Signalled Interrupts) support - Removed decoding of PCI S

[PATCH 4/9] lpfc 8.1.11 : Adjust LOG_FCP logging

2006-12-02 Thread James Smart
Adjust LOG_FCP logging to be more meaningful. Signed-off-by: James Smart <[EMAIL PROTECTED]> diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c --- a/drivers/scsi/lpfc/lpfc_attr.c 2006-12-02 11:57:07.0 -0500 +++ b/drivers/scsi/lpfc/lpfc_attr.c 2006-12-02 1

Re: Fw: [Bugme-new] [Bug 7610] New: sense key error when sending even number of bytes to /dev/st0

2006-12-02 Thread Kai Makisara
On Fri, 1 Dec 2006, Andrew Morton wrote: > > > Begin forwarded message: > > Date: Fri, 1 Dec 2006 08:40:16 -0800 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [Bugme-new] [Bug 7610] New: sense key error when sending even number > of bytes to /dev/st0 > > > http://bugzilla.kern

Re: Fw: [Bugme-new] [Bug 7614] New: kernel BUG at mm/slab.c:594! Seems to affect various SCSI systems in various ways.

2006-12-02 Thread James Bottomley
On Sat, 2006-12-02 at 10:37 +0100, Arjan van de Ven wrote: > I was asking the bugzilla ;) You're not if you don't cc it ... However, can we please either get email from the bugzilla flowing on to linux-scsi or just shut it down for SCSI altogether and force people to send email to the list? Mart

Re: Fw: [Bugme-new] [Bug 7614] New: kernel BUG at mm/slab.c:594! Seems to affect various SCSI systems in various ways.

2006-12-02 Thread Arjan van de Ven
On Sat, 2006-12-02 at 00:19 -0800, Andrew Morton wrote: > On Sat, 02 Dec 2006 09:01:40 +0100 > Arjan van de Ven <[EMAIL PROTECTED]> wrote: > > > > > > last sysfs file: /class/net/vmnet1/address > > > Modules linked in: ipv6 vmnet(U) vmmon(U) video sbs i2c_ec container > > > button > > > > > >

Re: Fw: [Bugme-new] [Bug 7614] New: kernel BUG at mm/slab.c:594! Seems to affect various SCSI systems in various ways.

2006-12-02 Thread Andrew Morton
On Sat, 02 Dec 2006 09:01:40 +0100 Arjan van de Ven <[EMAIL PROTECTED]> wrote: > > > last sysfs file: /class/net/vmnet1/address > > Modules linked in: ipv6 vmnet(U) vmmon(U) video sbs i2c_ec container button > > > does this reproduce without these proprietary drivers as well ? > Why are you a

Re: Fw: [Bugme-new] [Bug 7614] New: kernel BUG at mm/slab.c:594! Seems to affect various SCSI systems in various ways.

2006-12-02 Thread Arjan van de Ven
> last sysfs file: /class/net/vmnet1/address > Modules linked in: ipv6 vmnet(U) vmmon(U) video sbs i2c_ec container button does this reproduce without these proprietary drivers as well ? - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL