From: "Dolev Raviv" <draviv@codeaurora.org>
Cc: Vinayak Holikatti <vinholikatti@gmail.com>,
Santosh Y <santoshsy@gmail.com>,
"James E.J. Bottomley" <jbottomley@parallels.com>,
linux-scsi@vger.kernel.org,
Sujit Reddy Thumma <sthumma@codeaurora.org>,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH V5 0/4] scsi: ufs: Improve UFS error handling
Date: Mon, 12 Aug 2013 12:59:44 -0000 [thread overview]
Message-ID: <8795839d30f1da042421765c6842119a.squirrel@www.codeaurora.org> (raw)
In-Reply-To: <1375163155-1473-1-git-send-email-sthumma@codeaurora.org>
Hi,
I tested the new set of patches (V5 1-4) and it works.
Thanks,
Dolev
> The first patch fixes many issues with current task management handling
> in UFSHCD driver. Others improve error handling in various scenarios.
>
> These patches are rebased on:
> [PATCH 9/9] drivers/scsi/ufs: don't check resource with
> devm_ioremap_resource
>
> Changes from v4:
> - Addressed comments from Seungwon Jeon on V3
> - Updated with proper locking while ufshcd state changes
> - Retained LUN reset instead of device reset with DME_END_POINT_RESET
> - Removed error handling decisions dependent on OCS value
> - Simplified fatal error handling to abort the requests first
> and then carry out reset.
> Changes from v3:
> - Rebased.
> Changes from v2:
> - [PATCH V3 1/4]: Make the task management command task tag unique
> across SCSI/NOP/QUERY request tags.
> - [PATCH V3 3/4]: While handling device/host reset, wait for
> pending fatal handler to return if running.
> Changes from v1:
> - [PATCH V2 1/4]: Fix a race condition because of overloading
> outstanding_tasks variable to lock the slots. A new variable
> tm_slots_in_use will track which slots are in use by the driver.
> - [PATCH V2 2/4]: Commit text update to clarify the hardware race
> with more details.
> - [PATCH V2 3/4]: Minor cleanup and rebase
> - [PATCH V2 4/4]: Fix a bug - sleeping in atomic context
>
> Sujit Reddy Thumma (4):
> scsi: ufs: Fix broken task management command implementation
> scsi: ufs: Fix hardware race conditions while aborting a command
> scsi: ufs: Fix device and host reset methods
> scsi: ufs: Improve UFS fatal error handling
>
> drivers/scsi/ufs/ufshcd.c | 684
> ++++++++++++++++++++++++++++++++-------------
> drivers/scsi/ufs/ufshcd.h | 20 +-
> 2 files changed, 501 insertions(+), 203 deletions(-)
>
> --
> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
> of Code Aurora Forum, hosted by The Linux Foundation.
>
> --
> 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
>
--
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation
prev parent reply other threads:[~2013-08-12 12:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 5:45 [PATCH V5 0/4] scsi: ufs: Improve UFS error handling Sujit Reddy Thumma
2013-07-30 5:45 ` [PATCH V5 1/4] scsi: ufs: Fix broken task management command implementation Sujit Reddy Thumma
2013-08-12 13:01 ` Dolev Raviv
2013-08-13 14:57 ` Yaniv Gardi
2013-07-30 5:45 ` [PATCH V5 2/4] scsi: ufs: Fix hardware race conditions while aborting a command Sujit Reddy Thumma
2013-08-12 13:01 ` Dolev Raviv
2013-08-13 14:56 ` Yaniv Gardi
2013-07-30 5:45 ` [PATCH V5 3/4] scsi: ufs: Fix device and host reset methods Sujit Reddy Thumma
2013-08-12 13:02 ` Dolev Raviv
2013-08-13 14:55 ` Yaniv Gardi
2013-07-30 5:45 ` [PATCH V5 4/4] scsi: ufs: Improve UFS fatal error handling Sujit Reddy Thumma
2013-08-12 13:02 ` Dolev Raviv
2013-08-13 14:58 ` Yaniv Gardi
2013-08-12 12:59 ` Dolev Raviv [this message]
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=8795839d30f1da042421765c6842119a.squirrel@www.codeaurora.org \
--to=draviv@codeaurora.org \
--cc=jbottomley@parallels.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=santoshsy@gmail.com \
--cc=sthumma@codeaurora.org \
--cc=vinholikatti@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).