public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <robert.w.love@intel.com>
To: James.Bottomley@suse.de, linux-scsi@vger.kernel.org
Subject: [PATCH 00/11] libfc, libfcoe and fcoe updates for scsi-misc
Date: Fri, 01 Apr 2011 16:05:48 -0700	[thread overview]
Message-ID: <20110401230548.15001.2009.stgit@localhost6.localdomain6> (raw)

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

             reply	other threads:[~2011-04-01 23:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-01 23:05 Robert Love [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110401230548.15001.2009.stgit@localhost6.localdomain6 \
    --to=robert.w.love@intel.com \
    --cc=James.Bottomley@suse.de \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox