From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: target-devel <target-devel@vger.kernel.org>,
linux-scsi <linux-scsi@vger.kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Nicholas Bellinger <nab@linux-iscsi.org>
Subject: [PATCH 0/5] target: Bugfixes for v3.1-rc6
Date: Fri, 16 Sep 2011 10:38:21 +0000 [thread overview]
Message-ID: <1316169506-4441-1-git-send-email-nab@linux-iscsi.org> (raw)
From: Nicholas Bellinger <nab@linux-iscsi.org>
Hi Folks,
The following series contains the (hopefully) last set of target v3.1-rc6
bugfixes to address outstanding regressions, and a handful other issues
related to v3.1 mainline target core + iscsi-target code. This includes:
*) A bugfix from Christoph to use a work queue to address breakage in the
current tcm_fc(fcoe) I/O path
*) A bugfix from Kiran to fix tcm_fc(fcoe) DDP offload error conditions
*) A bugfix from Roland to address list corruption in target core handling of
QUEUE_FULL status.
*) A change to use only hex characters in the binary conversion of
vpd_unit_serial for EVPD=0x83 NAA IEEE Registered Extended in target core
to address a bug with internal hex2bin() usage, and finally,
*) A change to explictly disable iSCSI marker parameter key usage in order to
remove a potentially dangerous local scope array allocation with markers
enabled in the main iscsi-target I/O path.
Please go ahead and have a final look, and if there are no complaints they will
be headed to Linus in [GIT PULL] format soon to make next weeks -rc7 / -final
release.
This can be pulled directly from a temporary new target-pending.git tree based
upon the latest github v3.1-rc6 while kernel.org infrastructure is down:
git://linux-iscsi.org/target-pending.git 3.1-rc-fixes
Thank you,
--nab
Christoph Hellwig (1):
tcm_fc: Work queue based approach instead of managing own thread and
event based mechanism
Kiran Patil (1):
tcm_fc: Invalidation of DDP context for FCoE target in error
conditions
Nicholas Bellinger (2):
target: Skip non hex characters for EVPD=0x83 NAA IEEE Registered
Extended
iscsi-target: Disable markers + remove dangerous local scope array
usage
Roland Dreier (1):
target: Fix race between multiple invocations of target_qf_do_work()
drivers/target/iscsi/iscsi_target_parameters.c | 2 +-
drivers/target/iscsi/iscsi_target_util.c | 248 +-----------------------
drivers/target/target_core_cdb.c | 35 +++-
drivers/target/target_core_transport.c | 9 +-
drivers/target/tcm_fc/tcm_fc.h | 12 +-
drivers/target/tcm_fc/tfc_cmd.c | 90 +--------
drivers/target/tcm_fc/tfc_conf.c | 7 +-
drivers/target/tcm_fc/tfc_io.c | 62 +++---
8 files changed, 90 insertions(+), 375 deletions(-)
next reply other threads:[~2011-09-16 11:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-16 10:38 Nicholas A. Bellinger [this message]
2011-09-16 10:38 ` [PATCH 1/5] target: Fix race between multiple invocations of target_qf_do_work() Nicholas A. Bellinger
2011-09-17 19:23 ` Linus Torvalds
2011-09-17 22:59 ` Christoph Hellwig
2011-09-16 10:38 ` [PATCH 2/5] tcm_fc: Invalidation of DDP context for FCoE target in error conditions Nicholas A. Bellinger
2011-09-16 10:38 ` [PATCH 3/5] tcm_fc: Work queue based approach instead of managing own thread and event based mechanism Nicholas A. Bellinger
2011-09-16 10:38 ` [PATCH 4/5] target: Skip non hex characters for EVPD=0x83 NAA IEEE Registered Extended Nicholas A. Bellinger
2011-09-16 13:59 ` Martin Svec
2011-09-16 14:19 ` Douglas Gilbert
2011-09-16 19:38 ` Nicholas A. Bellinger
2011-09-16 19:36 ` Nicholas A. Bellinger
2011-09-16 10:38 ` [PATCH 5/5] iscsi-target: Disable markers + remove dangerous local scope array usage Nicholas A. Bellinger
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=1316169506-4441-1-git-send-email-nab@linux-iscsi.org \
--to=nab@linux-iscsi.org \
--cc=linux-scsi@vger.kernel.org \
--cc=target-devel@vger.kernel.org \
--cc=torvalds@linux-foundation.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