linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] libfc, libfcoe and fcoe updates for scsi-misc
@ 2011-04-01 23:05 Robert Love
  2011-04-01 23:05 ` [PATCH 01/11] libfcoe: Remove mutex_trylock/restart_syscall checks Robert Love
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Robert Love @ 2011-04-01 23:05 UTC (permalink / raw)
  To: James.Bottomley, linux-scsi

The following series implements bug fixes for libfc,
libfcoe and fcoe.

Included in this series is the patch:

scsi: use list_move() instead of list_del()/list_add() combination

It touches other SCSI files outside of libfc, libfcoe
and fcoe. I just collected it because it touched fcoe. If I
should resend without it, please let me know.

Also, I was unable to re-test all of these patches with 39-rc1.
A driver bug is blocking me. All of the patches were reviewed
and tested before being applied to my tree, but usually I re-test
each patch just before sending to linux-scsi. I wanted to get
these patches out before LSF and don't have time to debug the
driver bug right now. I can test again after LSF if you'd like
to delay applying the patches until then. Even though I am
blocked in my re-test I have high confidence in these patches
otherwise I wouldn't send them out.

---

Kirill A. Shutemov (1):
      scsi: use list_move() instead of list_del()/list_add() combination

Robert Love (3):
      libfcoe: Remove mutex_trylock/restart_syscall checks
      fcoe: Remove mutex_trylock/restart_syscall checks
      libfc: Move host_lock usage into ramp_up/down routines

Vasu Dev (3):
      libfc: remove duplicate ema_list init
      libfc: rec tov value and REC_TOV_CONST units usages is incorrect
      fcoe: have fcoe log off and lport destroy before ndo_fcoe_disable

Yi Zou (4):
      fcoe: remove unnecessary module state check
      libfcoe: clean up netdev mapping properly when the transport goes away
      libfcoe: fix possible buffer overflow in fcoe_transport_show
      libfcoe: fix wrong comment in fcoe_transport_detach


 drivers/scsi/esp_scsi.c            |    6 -
 drivers/scsi/fcoe/fcoe.c           |  202 +++++++++++-------------------------
 drivers/scsi/fcoe/fcoe_ctlr.c      |    6 -
 drivers/scsi/fcoe/fcoe_transport.c |   56 +++++-----
 drivers/scsi/libfc/fc_fcp.c        |   57 ++++------
 drivers/scsi/libfc/fc_lport.c      |    1 
 drivers/scsi/scsi_tgt_lib.c        |    6 -
 7 files changed, 122 insertions(+), 212 deletions(-)

-- 
Thanks, //Rob

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

end of thread, other threads:[~2011-04-01 23:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 23:05 [PATCH 00/11] libfc, libfcoe and fcoe updates for scsi-misc Robert Love
2011-04-01 23:05 ` [PATCH 01/11] libfcoe: Remove mutex_trylock/restart_syscall checks Robert Love
2011-04-01 23:05 ` [PATCH 02/11] fcoe: " Robert Love
2011-04-01 23:06 ` [PATCH 03/11] fcoe: remove unnecessary module state check Robert Love
2011-04-01 23:06 ` [PATCH 04/11] scsi: use list_move() instead of list_del()/list_add() combination Robert Love
2011-04-01 23:06 ` [PATCH 05/11] libfc: Move host_lock usage into ramp_up/down routines Robert Love
2011-04-01 23:06 ` [PATCH 06/11] libfcoe: clean up netdev mapping properly when the transport goes away Robert Love
2011-04-01 23:06 ` [PATCH 07/11] libfcoe: fix possible buffer overflow in fcoe_transport_show Robert Love
2011-04-01 23:06 ` [PATCH 08/11] libfcoe: fix wrong comment in fcoe_transport_detach Robert Love
2011-04-01 23:06 ` [PATCH 09/11] libfc: remove duplicate ema_list init Robert Love
2011-04-01 23:06 ` [PATCH 10/11] libfc: rec tov value and REC_TOV_CONST units usages is incorrect Robert Love
2011-04-01 23:06 ` [PATCH 11/11] fcoe: have fcoe log off and lport destroy before ndo_fcoe_disable Robert Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).