linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Libata, bug 5700.
@ 2006-01-28 11:56 Lasse Kärkkäinen / Tronic
  2006-01-28 12:24 ` Arjan van de Ven
  2006-02-01  2:44 ` Tejun Heo
  0 siblings, 2 replies; 4+ messages in thread
From: Lasse Kärkkäinen / Tronic @ 2006-01-28 11:56 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

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?

- Tronic -

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Libata, bug 5700.
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Arjan van de Ven @ 2006-01-28 12:24 UTC (permalink / raw)
  To: Lasse Kärkkäinen / Tronic; +Cc: linux-kernel

On Sat, 2006-01-28 at 13:56 +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?


While not responding to mails is not nice, demanding a response isn't
nice either. Jeff Garzik or any other kernel developer has no support
obligation to you in any way or form.

Maybe think about if there's more information you can supply to make it
easier for the developers to diagnose (this is the most common reason
bugs aren't looked at, just plain not enough info to even begin thinking
about it)... or look at the code yourself, or try to find where this
behavior started, or .. or ...



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Libata, bug 5700.
  2006-01-28 12:24 ` Arjan van de Ven
@ 2006-01-28 12:36   ` Pekka Enberg
  0 siblings, 0 replies; 4+ messages in thread
From: Pekka Enberg @ 2006-01-28 12:36 UTC (permalink / raw)
  To: Arjan van de Ven; +Cc: Lasse Kärkkäinen / Tronic, linux-kernel

On 1/28/06, Arjan van de Ven <arjan@infradead.org> wrote:
> Maybe think about if there's more information you can supply to make it
> easier for the developers to diagnose (this is the most common reason
> bugs aren't looked at, just plain not enough info to even begin thinking
> about it)... or look at the code yourself, or try to find where this
> behavior started, or .. or ...

The simplest thing you can do on your own is to see if you can find an
older kernel that doesn't have that problem. And if you do find a
working kernel, you can use git bisect to find out the exact changeset
that broke it. See the following URL for details:
http://www.kernel.org/pub/software/scm/git/docs/howto/isolate-bugs-with-bisect.txt

                               Pekka

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Libata, bug 5700.
  2006-01-28 11:56 Libata, bug 5700 Lasse Kärkkäinen / Tronic
  2006-01-28 12:24 ` Arjan van de Ven
@ 2006-02-01  2:44 ` Tejun Heo
  1 sibling, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2006-02-01  2:44 UTC (permalink / raw)
  To: tronic+bpsk; +Cc: linux-kernel

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
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-01  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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).