linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: tronic+bpsk@trn.iki.fi
Cc: linux-kernel@vger.kernel.org
Subject: Re: Libata, bug 5700.
Date: Wed, 1 Feb 2006 11:44:29 +0900	[thread overview]
Message-ID: <20060201024429.GA19395@htj.dyndns.org> (raw)
In-Reply-To: <43DB5BE5.8050900@trn.iki.fi>

On Sat, Jan 28, 2006 at 01:56:21PM +0200, Lasse K??rkk??inen / Tronic wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=5700
> 
> I reported this bug a while back, but it hasn't received any feedback.
> Jeff Garzik didn't respond to the email that I sent to him either. What's up?
> 

Hello, Lasse.

Can you please apply the following patch and report the result?  It
seems that your drive/controller times once in a while and the timed
out command gets completed twice somehow.  The following patch will
show us what's completing it the second time.  Also, posting full
kernel log will be helpful too.  Among other things, I'm curious
whether there were any recovered timeouts before.

diff --git a/include/linux/libata.h b/include/linux/libata.h
index 41ea7db..28f247a 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -68,6 +68,7 @@
         if(unlikely(!(expr))) {                                   \
         printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \
         #expr,__FILE__,__FUNCTION__,__LINE__);          \
+        dump_stack(); \
         }
 #endif
 


      parent reply	other threads:[~2006-02-01  2:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-28 11:56 Libata, bug 5700 Lasse Kärkkäinen / Tronic
2006-01-28 12:24 ` Arjan van de Ven
2006-01-28 12:36   ` Pekka Enberg
2006-02-01  2:44 ` Tejun Heo [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=20060201024429.GA19395@htj.dyndns.org \
    --to=htejun@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tronic+bpsk@trn.iki.fi \
    /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).