From: "Asutosh Das (asd)" <asutoshd@codeaurora.org>
To: Can Guo <cang@codeaurora.org>,
nguyenb@codeaurora.org, hongwus@codeaurora.org,
rnayak@codeaurora.org, linux-scsi@vger.kernel.org,
kernel-team@android.com, saravanak@google.com,
salyzyn@google.com
Subject: Re: [PATCH v9 0/9] Fix up and simplify error recovery mechanism
Date: Fri, 7 Aug 2020 16:50:32 -0700 [thread overview]
Message-ID: <ac862463-7009-719d-7373-7b5f308ed45b@codeaurora.org> (raw)
In-Reply-To: <1596445485-19834-1-git-send-email-cang@codeaurora.org>
On 8/3/2020 2:04 AM, Can Guo wrote:
> The changes have been tested with error injections of multiple error types (and
> all kinds of mixture of them) during runtime, e.g. hibern8 enter/ exit error,
> power mode change error and fatal/non-fatal error from IRQ context. During the
> test, error injections happen randomly across all contexts, e.g. clk scaling,
> clk gate/ungate, runtime suspend/resume and IRQ.
>
> There are a few more fixes to resolve other minor problems based on the main
> change, such as LINERESET handling and racing btw error handler and system
> suspend/resume/shutdown, but they will be pushed after this series is taken,
> due to there are already too many lines in these changes.
>
> Change since v8:
> - Added one more fix to ufshcd_abort as requested by Stanley Chu
>
> Change since v7:
> - Incorporated Asutosh's comments
> - Refined patch "scsi: ufs: Recover hba runtime PM error in error handler"
>
> Change since v6:
> - Modified change "scsi: ufs-qcom: Fix schedule while atomic error in ufs_qcom_dump_dbg_regs" to "scsi: ufs-qcom: Remove testbus dump in ufs_qcom_dump_dbg_regs"
>
> Change since v5:
> - Dropped change "scsi: ufs: Fix imbalanced scsi_block_reqs_cnt caused by ufshcd_hold()" as it is not quite related with this series
> - Refined func ufshcd_err_handling_prepare in change "scsi: ufs: Recover hba runtime PM error in error handler"
>
> Change since v4:
> - Split the original change "ufs: ufs-qcom: Fix a few BUGs in func ufs_qcom_dump_dbg_regs()" to 2 small changes
>
> Change since v3:
> - Split the original change "scsi: ufs: Fix up and simplify error recovery mechanism" into 5 changes
>
> Change since v2:
> - Incorporate Bart's comment to change "scsi: ufs: Add checks before setting clk-gating states"
> - Revised the commit msg of change "scsi: ufs: Fix up and simplify error recovery mechanism"
>
> Change since v1:
> - Fixed a compilation error in case that CONFIG_PM is N
>
> Can Guo (9):
> scsi: ufs: Add checks before setting clk-gating states
> ufs: ufs-qcom: Fix race conditions caused by func
> ufs_qcom_testbus_config
> scsi: ufs-qcom: Remove testbus dump in ufs_qcom_dump_dbg_regs
> scsi: ufs: Add some debug infos to ufshcd_print_host_state
> scsi: ufs: Fix concurrency of error handler and other error recovery
> paths
> scsi: ufs: Recover hba runtime PM error in error handler
> scsi: ufs: Move dumps in IRQ handler to error handler
> scsi: ufs: Fix a racing problem btw error handler and runtime PM ops
> scsi: ufs: Properly release resources if a task is aborted
> successfully
>
> drivers/scsi/ufs/ufs-qcom.c | 37 ----
> drivers/scsi/ufs/ufs-sysfs.c | 1 +
> drivers/scsi/ufs/ufshcd.c | 508 +++++++++++++++++++++++++++----------------
> drivers/scsi/ufs/ufshcd.h | 14 ++
> 4 files changed, 338 insertions(+), 222 deletions(-)
>
Please add my ack to the series.
Reviewed-by: Asutosh Das <asutoshd@codeaurora.org>
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
Linux Foundation Collaborative Project
next prev parent reply other threads:[~2020-08-07 23:51 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 9:04 [PATCH v9 0/9] Fix up and simplify error recovery mechanism Can Guo
2020-08-03 9:04 ` [PATCH v9 1/9] scsi: ufs: Add checks before setting clk-gating states Can Guo
2020-08-03 9:04 ` [PATCH v9 2/9] ufs: ufs-qcom: Fix race conditions caused by func ufs_qcom_testbus_config Can Guo
2020-08-03 9:04 ` [PATCH v9 3/9] scsi: ufs-qcom: Remove testbus dump in ufs_qcom_dump_dbg_regs Can Guo
2020-08-03 9:04 ` [PATCH v9 4/9] scsi: ufs: Add some debug infos to ufshcd_print_host_state Can Guo
2020-08-03 9:04 ` [PATCH v9 5/9] scsi: ufs: Fix concurrency of error handler and other error recovery paths Can Guo
2020-08-03 9:04 ` [PATCH v9 6/9] scsi: ufs: Recover hba runtime PM error in error handler Can Guo
2020-08-03 9:04 ` [PATCH v9 7/9] scsi: ufs: Move dumps in IRQ handler to " Can Guo
2020-08-03 16:02 ` Asutosh Das (asd)
2020-08-03 9:04 ` [PATCH v9 8/9] scsi: ufs: Fix a racing problem btw error handler and runtime PM ops Can Guo
2020-08-05 1:31 ` Martin K. Petersen
2020-08-06 4:53 ` Can Guo
2020-08-03 9:04 ` [PATCH v9 9/9] scsi: ufs: Properly release resources if a task is aborted successfully Can Guo
2020-08-03 9:44 ` Stanley Chu
2020-08-07 23:50 ` Asutosh Das (asd) [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-06 5:06 [PATCH v10 0/9] Fix up and simplify error recovery mechanism Can Guo
2020-08-06 5:06 ` [PATCH v9 " Can Guo
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=ac862463-7009-719d-7373-7b5f308ed45b@codeaurora.org \
--to=asutoshd@codeaurora.org \
--cc=cang@codeaurora.org \
--cc=hongwus@codeaurora.org \
--cc=kernel-team@android.com \
--cc=linux-scsi@vger.kernel.org \
--cc=nguyenb@codeaurora.org \
--cc=rnayak@codeaurora.org \
--cc=salyzyn@google.com \
--cc=saravanak@google.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