Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH 11/11]: megaraid_sas: Documentation/scsi/ChangeLog.megaraid_sas update
@ 2010-12-15  3:11 adam radford
  2010-12-21 18:58 ` James Bottomley
  0 siblings, 1 reply; 4+ messages in thread
From: adam radford @ 2010-12-15  3:11 UTC (permalink / raw)
  To: linux-scsi, Bo.Yang

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

James/Linux-scsi,

The following patch updates the Documentation/scsi/ChangeLog.megaraid_sas file.

Signed-off-by: Adam Radford <aradford@gmail.com>

Note: The patch has been included in-line below, and also as an
attachment in case Gmail hoses the patch.

diff -Naur linux-2.6.37-rc5.old/Documentation/scsi/ChangeLog.megaraid_sas
linux-2.6.37-rc5.new/Documentation/scsi/ChangeLog.megaraid_sas
--- linux-2.6.37-rc5.old/Documentation/scsi/ChangeLog.megaraid_sas	2010-12-06
20:09:04.000000000 -0800
+++ linux-2.6.37-rc5.new/Documentation/scsi/ChangeLog.megaraid_sas	2010-12-14
17:32:42.000000000 -0800
@@ -1,3 +1,25 @@
+Release Date    : Tues.  Dec 14, 2010 17:00:00 PST 2010 -
+			(emaild-id:megaraidlinux@lsi.com)
+			Adam Radford
+Current Version : 00.00.05.29-rc1
+Old Version     : 00.00.04.31-rc1
+    1. Rename megaraid_sas.c to megaraid_sas_base.c.
+    2. Update GPL headers.
+    3. Add MSI-X support and 'msix_disable' module parameter.
+    4. Use lowest memory bar (for SR-IOV VF support).
+    5. Add struct megasas_instance_temlate changes, and change all code to use
+       new instance entries:
+
+       irqreturn_t (*service_isr )(int irq, void *devp);
+       void (*tasklet)(unsigned long);
+       u32 (*init_adapter)(struct megasas_instance *);
+       u32 (*build_and_issue_cmd) (struct megasas_instance *,
+       struct scsi_cmnd *);
+       void (*issue_dcmd) (struct megasas_instance *instance,
+                              struct megasas_cmd *cmd);
+
+   6. Add code to support MegaRAID 9265/9285 controllers device id (0x5b).
+-------------------------------------------------------------------------------
 1 Release Date    : Thur.  May 03, 2010 09:12:45 PST 2009 -
 			(emaild-id:megaraidlinux@lsi.com)
 			Bo Yang

[-- Attachment #2: megaraid_sas.patch11 --]
[-- Type: application/octet-stream, Size: 1492 bytes --]

diff -Naur linux-2.6.37-rc5.old/Documentation/scsi/ChangeLog.megaraid_sas linux-2.6.37-rc5.new/Documentation/scsi/ChangeLog.megaraid_sas
--- linux-2.6.37-rc5.old/Documentation/scsi/ChangeLog.megaraid_sas	2010-12-06 20:09:04.000000000 -0800
+++ linux-2.6.37-rc5.new/Documentation/scsi/ChangeLog.megaraid_sas	2010-12-14 17:32:42.000000000 -0800
@@ -1,3 +1,25 @@
+Release Date    : Tues.  Dec 14, 2010 17:00:00 PST 2010 -
+			(emaild-id:megaraidlinux@lsi.com)
+			Adam Radford
+Current Version : 00.00.05.29-rc1
+Old Version     : 00.00.04.31-rc1
+    1. Rename megaraid_sas.c to megaraid_sas_base.c.
+    2. Update GPL headers.
+    3. Add MSI-X support and 'msix_disable' module parameter.
+    4. Use lowest memory bar (for SR-IOV VF support).
+    5. Add struct megasas_instance_temlate changes, and change all code to use
+       new instance entries:
+
+       irqreturn_t (*service_isr )(int irq, void *devp);
+       void (*tasklet)(unsigned long);
+       u32 (*init_adapter)(struct megasas_instance *);
+       u32 (*build_and_issue_cmd) (struct megasas_instance *,
+       struct scsi_cmnd *);
+       void (*issue_dcmd) (struct megasas_instance *instance,
+                              struct megasas_cmd *cmd);
+
+   6. Add code to support MegaRAID 9265/9285 controllers device id (0x5b).
+-------------------------------------------------------------------------------
 1 Release Date    : Thur.  May 03, 2010 09:12:45 PST 2009 -
 			(emaild-id:megaraidlinux@lsi.com)
 			Bo Yang

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

* Re: [PATCH 11/11]: megaraid_sas: Documentation/scsi/ChangeLog.megaraid_sas update
  2010-12-15  3:11 [PATCH 11/11]: megaraid_sas: Documentation/scsi/ChangeLog.megaraid_sas update adam radford
@ 2010-12-21 18:58 ` James Bottomley
  2010-12-21 19:05   ` adam radford
  0 siblings, 1 reply; 4+ messages in thread
From: James Bottomley @ 2010-12-21 18:58 UTC (permalink / raw)
  To: adam radford; +Cc: linux-scsi, Bo.Yang

On Tue, 2010-12-14 at 19:11 -0800, adam radford wrote:
> James/Linux-scsi,
> 
> The following patch updates the Documentation/scsi/ChangeLog.megaraid_sas file.

now something in 6-11 doesn't work:

  CC [M]  drivers/scsi/megaraid/megaraid_sas_fusion.o
drivers/scsi/megaraid/megaraid_sas_fusion.c: In function
‘megasas_fusion_ocr_wq’:
drivers/scsi/megaraid/megaraid_sas_fusion.c:2232:10: error: ‘struct
megasas_instance’ has no member named ‘scmd’
drivers/scsi/megaraid/megaraid_sas_fusion.c:2232:35: error: ‘struct
megasas_instance’ has no member named ‘dev’
drivers/scsi/megaraid/megaraid_sas_fusion.c:2233:10: error: ‘struct
megasas_instance’ has no member named ‘dev’
drivers/scsi/megaraid/megaraid_sas_fusion.c:2234:32: error: ‘struct
megasas_instance’ has no member named ‘scmd’
make[1]: *** [drivers/scsi/megaraid/megaraid_sas_fusion.o] Error 1

Just send the redo as a single file ... it looks like the whole patch
series is 125k; that should be just under the reflector limit.

Thanks,

James


--
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] 4+ messages in thread

* Re: [PATCH 11/11]: megaraid_sas: Documentation/scsi/ChangeLog.megaraid_sas update
  2010-12-21 18:58 ` James Bottomley
@ 2010-12-21 19:05   ` adam radford
  2010-12-21 19:06     ` James Bottomley
  0 siblings, 1 reply; 4+ messages in thread
From: adam radford @ 2010-12-21 19:05 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi, Bo.Yang

On Tue, Dec 21, 2010 at 10:58 AM, James Bottomley
<James.Bottomley@suse.de> wrote:
> On Tue, 2010-12-14 at 19:11 -0800, adam radford wrote:
>> James/Linux-scsi,

> now something in 6-11 doesn't work:

James,

I sent an updated patch 7 and patch 10 earlier to fix the stack usage
issue found by Tomas Henzl.

They are here:

http://marc.info/?l=linux-scsi&m=129253119325399&w=2
http://marc.info/?l=linux-scsi&m=129253147225758&w=2

It looks like you picked up the new patch 7, but not the new patch 10.

I will re-send patches 6 thru 10 in a single patch.

-Adam

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

* Re: [PATCH 11/11]: megaraid_sas: Documentation/scsi/ChangeLog.megaraid_sas update
  2010-12-21 19:05   ` adam radford
@ 2010-12-21 19:06     ` James Bottomley
  0 siblings, 0 replies; 4+ messages in thread
From: James Bottomley @ 2010-12-21 19:06 UTC (permalink / raw)
  To: adam radford; +Cc: linux-scsi, Bo.Yang

On Tue, 2010-12-21 at 11:05 -0800, adam radford wrote:
> On Tue, Dec 21, 2010 at 10:58 AM, James Bottomley
> <James.Bottomley@suse.de> wrote:
> > On Tue, 2010-12-14 at 19:11 -0800, adam radford wrote:
> >> James/Linux-scsi,
> 
> > now something in 6-11 doesn't work:
> 
> James,
> 
> I sent an updated patch 7 and patch 10 earlier to fix the stack usage
> issue found by Tomas Henzl.

I used the updated patches, I think.  I don't really have time to try to
find what's wrong.  If you have a working patch set for this lot, just
please send it.

James



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15  3:11 [PATCH 11/11]: megaraid_sas: Documentation/scsi/ChangeLog.megaraid_sas update adam radford
2010-12-21 18:58 ` James Bottomley
2010-12-21 19:05   ` adam radford
2010-12-21 19:06     ` James Bottomley

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