public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] final set of SCSI updates for the merge window
@ 2009-12-16 22:51 James Bottomley
  2009-12-16 23:16 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: James Bottomley @ 2009-12-16 22:51 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-scsi, linux-kernel

It contains the new cciss scsi driver (hpsa) and an assortment of driver
updates and bug fixes.

The patch is available from

master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git

It's been well tested and integrated in linux-next, so there should be
no merge surprises.

The short changelog is:

Abhijeet Joglekar (1):
      libfc: remote port gets stuck in restart state without really restarting

Adam Radford (1):
      3w-9xxx fix bug in sgl loading

Anil Ravindranath (1):
      pmcraid: support SMI-S object model of storage pool

Anil Veerabhadrappa (5):
      bnx2i: minor code cleanup and update driver version
      bnx2i: Task management ABORT TASK fixes
      bnx2i: update CQ arming algorith for 5771x chipsets
      bnx2i: Adjust sq_size module parametr to power of 2 only if a non-zero value is specified
      bnx2i: Add 5771E device support to bnx2i driver

Anirban Chakraborty (1):
      qla2xxx: fix for multiqueue in MISX disabled case

Boaz Harrosh (1):
      libosd: Fix blk_put_request locking again

Chris Leech (1):
      libfc: reduce hold time on SCSI host lock

FUJITA Tomonori (1):
      st: fix mdata->page_order handling

Giridhar Malavali (2):
      qla2xxx: Update version number to 8.03.01-k8.
      qla2xxx: Queue depth ramp up/down modification changes.

James Bottomley (1):
      enclosure: fix oops while iterating enclosure_status array

Jayamohan Kallickal (1):
      be2iscsi: Adding support for various Async messages from chip

Kashyap, Desai (1):
      mpt2sas: add missing initialization of scsih_cmds

Kleber Sacilotto de Souza (1):
      ipr: fix EEH recovery

Martin K. Petersen (2):
      Correctly handle thin provisioning write error
      sd: WRITE SAME(16) / UNMAP support

Michael Reed (2):
      qla2xxx: dpc thread can execute before scsi host has been added
      lpfc: fix hang on SGI ia64 platform

Mike Christie (1):
      fc class: fix fc_transport_init error handling

Moger, Babu (1):
      scsi_dh_rdac: Add two new IBM devices to rdac_dev_list

Noriyuki Fujii (1):
      megaraid_sas: make driver PCI legacy I/O port free driver

Pravin Bathija (1):
      mpt fusion: Fix 32 bit platforms with 64 bit resources.

Srinivas (1):
      mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA

Stephen M. Cameron (1):
      hpsa: add driver for HP Smart Array controllers.

Vasu Dev (1):
      fcoe, libfc: adds enable/disable for fcoe interface

Yi Zou (1):
      fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwn

jack wang (9):
      pm8001: misc code cleanup
      pm8001: enable read HBA SAS address from VPD
      pm8001: do not reset local sata as it will not be found if reset
      pm8001: bit set pm8001_ha->flags
      pm8001:fix potential NULL pointer dereference
      pm8001: set SSC down-spreading only to get less errors on some 6G device.
      pm8001: fix endian issues with SAS address
      pm8001: enhance error handle for IO patch
      pm8001: Fix for sata io circular lock dependency.

kxie@chelsio.com (1):
      cxgb3i: always use negative errno in case of error

and the diffstat:

 drivers/message/fusion/mptbase.c           |    6 
 drivers/misc/enclosure.c                   |    1 
 drivers/scsi/3w-9xxx.c                     |   11 
 drivers/scsi/Kconfig                       |   10 
 drivers/scsi/Makefile                      |    1 
 drivers/scsi/be2iscsi/be_cmds.c            |   12 
 drivers/scsi/bnx2i/bnx2i.h                 |    1 
 drivers/scsi/bnx2i/bnx2i_hwi.c             |   51 
 drivers/scsi/bnx2i/bnx2i_init.c            |   16 
 drivers/scsi/bnx2i/bnx2i_iscsi.c           |    2 
 drivers/scsi/cxgb3i/cxgb3i_offload.c       |   24 
 drivers/scsi/cxgb3i/cxgb3i_pdu.c           |    4 
 drivers/scsi/device_handler/scsi_dh_rdac.c |    2 
 drivers/scsi/fcoe/fcoe.c                   |  135 +
 drivers/scsi/hpsa.c                        | 3531 +++++++++++++++++++++++++++++
 drivers/scsi/hpsa.h                        |  273 ++
 drivers/scsi/hpsa_cmd.h                    |  326 ++
 drivers/scsi/ipr.c                         |    1 
 drivers/scsi/libfc/fc_fcp.c                |   65 
 drivers/scsi/libfc/fc_lport.c              |    7 
 drivers/scsi/libfc/fc_rport.c              |    1 
 drivers/scsi/lpfc/lpfc_init.c              |   16 
 drivers/scsi/megaraid/megaraid_sas.c       |   14 
 drivers/scsi/mpt2sas/mpt2sas_base.c        |    5 
 drivers/scsi/mvsas/mv_init.c               |    1 
 drivers/scsi/osd/osd_initiator.c           |   88 
 drivers/scsi/pm8001/pm8001_ctl.h           |   10 
 drivers/scsi/pm8001/pm8001_hwi.c           |  149 -
 drivers/scsi/pm8001/pm8001_hwi.h           |    3 
 drivers/scsi/pm8001/pm8001_init.c          |   19 
 drivers/scsi/pm8001/pm8001_sas.c           |   57 
 drivers/scsi/pm8001/pm8001_sas.h           |   32 
 drivers/scsi/pmcraid.c                     |   34 
 drivers/scsi/pmcraid.h                     |    5 
 drivers/scsi/qla2xxx/qla_def.h             |    5 
 drivers/scsi/qla2xxx/qla_gbl.h             |    2 
 drivers/scsi/qla2xxx/qla_init.c            |   12 
 drivers/scsi/qla2xxx/qla_isr.c             |  103 
 drivers/scsi/qla2xxx/qla_mid.c             |    4 
 drivers/scsi/qla2xxx/qla_os.c              |   75 
 drivers/scsi/qla2xxx/qla_version.h         |    2 
 drivers/scsi/scsi_lib.c                    |    1 
 drivers/scsi/scsi_transport_fc.c           |   17 
 drivers/scsi/sd.c                          |  107 
 drivers/scsi/sd.h                          |    2 
 drivers/scsi/st.c                          |   23 
 drivers/scsi/st.h                          |    1 
 include/linux/enclosure.h                  |    2 
 include/scsi/osd_initiator.h               |    5 
 49 files changed, 4914 insertions(+), 360 deletions(-)

James



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

* Re: [GIT PULL] final set of SCSI updates for the merge window
  2009-12-16 22:51 [GIT PULL] final set of SCSI updates for the merge window James Bottomley
@ 2009-12-16 23:16 ` Andrew Morton
  2009-12-17  2:22   ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2009-12-16 23:16 UTC (permalink / raw)
  To: James Bottomley; +Cc: Linus Torvalds, linux-scsi, linux-kernel


scsi-add-__init-__exit-macros-to-ibmvstgtc.patch
drivers-scsi-fnic-fnic_scsic-clean-up.patch
ibmmca-buffer-overflow.patch
scsi-eata-fix-buffer-overflow.patch
drivers-scsi-gdthc-fix-buffer-overflow.patch
drivers-scsi-u14-34fc-fix-uffer-overflow.patch
drivers-scsi-lpfc-lpfc_vportc-fix-read-buffer-overflow.patch
osst-fix-read-buffer-overflow.patch
gdth-unmap-ccb_phys-when-scsi_add_host-fails-in-gdth_eisa_probe_one.patch
zfcp-test-kmalloc-failure-in-scsi_get_vpd_page.patch
drivers-scsi-libsas-use-sam_good.patch
ncr5380-bit-mr_dma_mode-set-twice-in-ncr5380_transfer_dma.patch
drivers-scsi-remove-unnecessary-null-test.patch
drivers-message-move-dereference-after-null-test.patch
scsi-pmcraid-redundant-check-in-pmcraid_check_ioctl_buffer.patch
mpt-fusion-convert-to-seq_file.patch
scsi-aacraid-fix-memory-leak.patch
scsi-aacraid-fix-memory-leak-checkpatch-fixes.patch
scsi-remove-unnecessary-null-test.patch
scsi-lpfc-fix-memory-leak.patch

I've been sitting on some of these since June.

This is just broken.  How do I fix it?

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

* Re: [GIT PULL] final set of SCSI updates for the merge window
  2009-12-16 23:16 ` Andrew Morton
@ 2009-12-17  2:22   ` Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2009-12-17  2:22 UTC (permalink / raw)
  To: Andrew Morton; +Cc: James Bottomley, Linus Torvalds, linux-scsi, linux-kernel

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

Hi Andrew, James,

On Wed, 16 Dec 2009 15:16:22 -0800 Andrew Morton <akpm@linux-foundation.org> wrote:
>
> I've been sitting on some of these since June.
> 
> This is just broken.  How do I fix it?

We could try hooking James up to a linux-scsi patchwork repository?  :-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2009-12-17  2:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 22:51 [GIT PULL] final set of SCSI updates for the merge window James Bottomley
2009-12-16 23:16 ` Andrew Morton
2009-12-17  2:22   ` Stephen Rothwell

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