linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: bjorn.andersson@linaro.org, bvanassche@acm.org,
	kernel-team@android.com, nguyenb@codeaurora.org,
	alim.akhtar@samsung.com, stanley.chu@mediatek.com,
	Avri.Altman@wdc.com, Can Guo <cang@codeaurora.org>,
	linux-scsi@vger.kernel.org, salyzyn@google.com,
	hongwus@codeaurora.org, rnayak@codeaurora.org,
	saravanak@google.com, asutoshd@codeaurora.org,
	beanhuo@micron.com
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
	"James E.J. Bottomley" <jejb@linux.ibm.com>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v4 1/1] scsi: pm: Balance pm_only counter of request queue during system resume
Date: Thu,  7 May 2020 21:16:43 -0400	[thread overview]
Message-ID: <158890041329.32359.15170754765805199921.b4-ty@oracle.com> (raw)
In-Reply-To: <1588740936-28846-1-git-send-email-cang@codeaurora.org>

On Tue, 5 May 2020 21:55:35 -0700, Can Guo wrote:

> During system resume, scsi_resume_device() decreases a request queue's
> pm_only counter if the scsi device was quiesced before. But after that,
> if the scsi device's RPM status is RPM_SUSPENDED, the pm_only counter is
> still held (non-zero). Current scsi resume hook only sets the RPM status
> of the scsi device and its request queue to RPM_ACTIVE, but leaves the
> pm_only counter unchanged. This may make the request queue's pm_only
> counter remain non-zero after resume hook returns, hence those who are
> waiting on the mq_freeze_wq would never be woken up. Fix this by calling
> blk_post_runtime_resume() if a sdev's RPM status was RPM_SUSPENDED.
> 
> [...]

Applied to 5.7/scsi-queue, thanks!

[1/1] scsi: pm: Balance pm_only counter of request queue during system resume
      https://git.kernel.org/mkp/scsi/c/a3b923842626

-- 
Martin K. Petersen	Oracle Linux Engineering

      parent reply	other threads:[~2020-05-08  1:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06  4:55 [PATCH v4 1/1] scsi: pm: Balance pm_only counter of request queue during system resume Can Guo
2020-05-07  4:32 ` Bart Van Assche
2020-05-08  1:16 ` Martin K. Petersen [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=158890041329.32359.15170754765805199921.b4-ty@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=Avri.Altman@wdc.com \
    --cc=alim.akhtar@samsung.com \
    --cc=asutoshd@codeaurora.org \
    --cc=beanhuo@micron.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=bvanassche@acm.org \
    --cc=cang@codeaurora.org \
    --cc=hongwus@codeaurora.org \
    --cc=jejb@linux.ibm.com \
    --cc=kernel-team@android.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=nguyenb@codeaurora.org \
    --cc=rnayak@codeaurora.org \
    --cc=salyzyn@google.com \
    --cc=saravanak@google.com \
    --cc=stanley.chu@mediatek.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).