Re: [Bug 7994] New: sleeping function called from invalid context at mm/slab.c:3034

2007-02-13 Thread James Bottomley
On Mon, 2007-02-12 at 20:06 -0800, Andrew Morton wrote: This is fixed in mainline and I expect that the fix is also lined up for 2.6.20.1. (?) It's definitely in mainline. I've cc'd Doug Gilbert, the scsi_debug maintainer to assess what should be done for 2.6.20.1 James - To unsubscribe

[PATCH] scsi tgt: fix the user/kernel ring buffer interface

2007-02-13 Thread FUJITA Tomonori
This patches fixes two bugs in the scsi target infrastructure's user/kernel interface. - It wrongly assumes that the ring buffer size of the interface (64KB) is larger than or equal to the system page size. This patch sets the ring buffer size to PAGE_SIZE if the system page size is larger. - It

Re: [Bug 7994] New: sleeping function called from invalid context at mm/slab.c:3034

2007-02-13 Thread Douglas Gilbert
James Bottomley wrote: On Mon, 2007-02-12 at 20:06 -0800, Andrew Morton wrote: This is fixed in mainline and I expect that the fix is also lined up for 2.6.20.1. (?) It's definitely in mainline. I've cc'd Doug Gilbert, the scsi_debug maintainer to assess what should be done for 2.6.20.1

[PATCH 2.6.20 1/2] iop13xx: add base support for the imu

2007-02-13 Thread Dan Williams
From: Greg Tucker [EMAIL PROTECTED] The interprocessor messaging unit supports mailbox style communication between the two Xscale cores on iop342. Changelog: * cleaned up static functions and exports Signed-off-by: Greg Tucker [EMAIL PROTECTED] Signed-off-by: Dan Williams [EMAIL PROTECTED]

[PATCH 2.6.20 2/2] iop13xx: imu scsi driver

2007-02-13 Thread Dan Williams
From: Greg Tucker [EMAIL PROTECTED] Enable Linux to access the other core as if it were a scsi target. Made changes suggested by James Bottomley such as dma_map direction not bidirectional, proper SCSI return conditons, reset handlers and cleanup. Signed-off-by: Greg Tucker [EMAIL PROTECTED]

[PATCH 2/2] [v2] ibmvscsi: add slave_configure to allow device restart

2007-02-13 Thread Robert Jennings
The first version of this patch had the incorrect type for the lock_flags variable. Adding a slave_configure function for the driver. Now the disks can be restarted by the scsi mid-layer when the are disconnected and reconnected. Signed-off-by: Robert Jennings [EMAIL PROTECTED] ---

Re: Fw: [Bugme-new] [Bug 7999] New: MegaRAID Legacy doesn't work with LSI MegaRAID i4 since release 2.00.4

2007-02-13 Thread James Bottomley
On Tue, 2007-02-13 at 09:29 -0800, Andrew Morton wrote: Subject: [Bugme-new] [Bug 7999] New: MegaRAID Legacy doesn't work with LSI MegaRAID i4 since release 2.00.4 This is by design ... the i4 is now supported by the new megaraid_mbox driver. Please retry with that driver. James - To

Re: Fw: [Bugme-new] [Bug 7999] New: MegaRAID Legacy doesn't work with LSI MegaRAID i4 since release 2.00.4

2007-02-13 Thread Eric Belhomme
James Bottomley a écrit : This is by design ... the i4 is now supported by the new megaraid_mbox driver. Please retry with that driver. Damn ! I spent many hours trying many kernel version, but I never imagined the card support would be translated on megaraid NG !!! By the way, I added

Re: Fw: [Bugme-new] [Bug 7999] New: MegaRAID Legacy doesn't work with LSI MegaRAID i4 since release 2.00.4

2007-02-13 Thread James Bottomley
On Tue, 2007-02-13 at 22:35 +0100, Eric Belhomme wrote: hole:/home/rico# lsmod|grep megaraid megaraid_mbox 35368 0 megaraid_mm12068 1 megaraid_mbox megaraid 41704 1 scsi_mod 151980 7

[PATCH] scsi/megaraid.c: pci_module_init to pci_register_driver

2007-02-13 Thread Richard Knutsson
Convert pci_module_init() to pci_register_driver(). Signed-off-by: Richard Knutsson [EMAIL PROTECTED] --- Compile-tested with allyes, allmod allno on i386 diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c index 808a1b8..0aa3304 100644 --- a/drivers/scsi/megaraid.c +++

[PATCH] scsi/tmscsim.c: pci_module_init to pci_register_driver

2007-02-13 Thread Richard Knutsson
Convert pci_module_init() to pci_register_driver(). Signed-off-by: Richard Knutsson [EMAIL PROTECTED] --- Compile-tested with allyes, allmod allno on i386 diff --git a/drivers/scsi/tmscsim.c b/drivers/scsi/tmscsim.c index fa5382e..ce8845e 100644 --- a/drivers/scsi/tmscsim.c +++

RE: [PATCH] scsi/megaraid.c: pci_module_init to pci_register_driver

2007-02-13 Thread Patro, Sumant
ACK. --Sumant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Knutsson Sent: Tuesday, February 13, 2007 4:41 PM To: Kolli, Neela Cc: linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org; Richard Knutsson Subject: [PATCH] scsi/megaraid.c: