From: Jeff Garzik <jeff@garzik.org>
To: Tejun Heo <tj@kernel.org>
Cc: "linux-ide@vger.kernel.org" <linux-ide@vger.kernel.org>,
Kyle McMartin <kyle@mcmartin.ca>,
stable@kernel.org
Subject: Re: [PATCH #upstream-fixes] libata: no special completion processing for EH commands
Date: Fri, 24 Dec 2010 13:39:03 -0500 [thread overview]
Message-ID: <4D14E8C7.9030101@garzik.org> (raw)
In-Reply-To: <4D00EED4.3020901@kernel.org>
On 12/09/2010 09:59 AM, Tejun Heo wrote:
> ata_qc_complete() contains special handling for certain commands. For
> example, it schedules EH for device revalidation after certain
> configurations are changed. These shouldn't be applied to EH
> commands but they were.
>
> In most cases, it doesn't cause an actual problem because EH doesn't
> issue any command which would trigger special handling; however, ACPI
> can issue such commands via _GTF which can cause weird interactions.
>
> Restructure ata_qc_complete() such that EH commands are always passed
> on to __ata_qc_complete().
>
> stable: Please apply to -stable only after 2.6.38 is released.
>
> Signed-off-by: Tejun Heo<tj@kernel.org>
> Reported-by: Kyle McMartin<kyle@mcmartin.ca>
> Cc: stable@kernel.org
> ---
> drivers/ata/libata-core.c | 24 +++++++++++++++---------
> 1 file changed, 15 insertions(+), 9 deletions(-)
applied
prev parent reply other threads:[~2010-12-24 18:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-09 14:59 [PATCH #upstream-fixes] libata: no special completion processing for EH commands Tejun Heo
2010-12-24 18:39 ` Jeff Garzik [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=4D14E8C7.9030101@garzik.org \
--to=jeff@garzik.org \
--cc=kyle@mcmartin.ca \
--cc=linux-ide@vger.kernel.org \
--cc=stable@kernel.org \
--cc=tj@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.