From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
Hannes Reinecke <hare@suse.de>, Tejun Heo <tj@kernel.org>,
linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: READ LOG DMA EXT failed, trying unqueued
Date: Tue, 19 May 2015 07:49:11 -0400 [thread overview]
Message-ID: <yq1wq04kcso.fsf@sermon.lab.mkp.net> (raw)
In-Reply-To: <20150519113320.GA498@swordfish> (Sergey Senozhatsky's message of "Tue, 19 May 2015 20:33:20 +0900")
>>>>> "Sergey" == Sergey Senozhatsky <sergey.senozhatsky@gmail.com> writes:
Sergey> Hello, my laptop doesn't boot anymore, spinning in "READ LOG DMA
Sergey> EXT failed, trying unqueued". any reason it loops forever?
Does the patch below help?
Also, please let us know which drive you have and send us the output of:
# smartctl -l gplog,0x13 /dev/sdN
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
index 2893563d0537..2b370ee0ae86 100644
--- a/drivers/ata/libata-eh.c
+++ b/drivers/ata/libata-eh.c
@@ -1521,6 +1521,7 @@ retry:
} else {
tf.command = ATA_CMD_READ_LOG_EXT;
tf.protocol = ATA_PROT_PIO;
+ dma = false;
}
tf.lbal = log;
tf.lbam = page;
next prev parent reply other threads:[~2015-05-19 11:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-19 11:33 READ LOG DMA EXT failed, trying unqueued Sergey Senozhatsky
2015-05-19 11:49 ` Martin K. Petersen [this message]
2015-05-19 12:05 ` Sergey Senozhatsky
2015-05-19 12:10 ` Sergey Senozhatsky
2015-05-19 12:00 ` Sergey Senozhatsky
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=yq1wq04kcso.fsf@sermon.lab.mkp.net \
--to=martin.petersen@oracle.com \
--cc=hare@suse.de \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sergey.senozhatsky@gmail.com \
--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 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).