All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
	Hannes Reinecke <hare@suse.de>, Tejun Heo <tj@kernel.org>,
	linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Subject: Re: READ LOG DMA EXT failed, trying unqueued
Date: Tue, 19 May 2015 21:10:51 +0900	[thread overview]
Message-ID: <20150519121051.GA352@swordfish> (raw)
In-Reply-To: <yq1wq04kcso.fsf@sermon.lab.mkp.net>

On (05/19/15 07:49), Martin K. Petersen wrote:
> 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?
> 

it does.

Reported-and-tested-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>

	-ss

> 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;
> 
> 

  parent reply	other threads:[~2015-05-19 12:11 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
2015-05-19 12:05   ` Sergey Senozhatsky
2015-05-19 12:10   ` Sergey Senozhatsky [this message]
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=20150519121051.GA352@swordfish \
    --to=sergey.senozhatsky@gmail.com \
    --cc=hare@suse.de \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=sergey.senozhatsky.work@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 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.