Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751187Ab0LULEE (ORCPT ); Tue, 21 Dec 2010 06:04:04 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:65525 "EHLO mail-bw0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783Ab0LULEC (ORCPT ); Tue, 21 Dec 2010 06:04:02 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=JEOnnOMuBeqv3wjPanNyvq7JTCvoih+XR0+eR5Q2l0rGxlJN4HKdA8wqNuH7FlsOt/ KhMAB8578ew3JmjJ+D1fkaDa+oYseGZD7onqcOe0xg/J8IdlqmpIO4cS9uoxunEk/X7o 3YMhfYanomoeTUyq5d3ZVOEww1A1PmXgMjV38= Date: Tue, 21 Dec 2010 12:03:56 +0100 From: Tejun Heo To: Martin Steigerwald Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [regression] 2.6.37-rc5: scsi_eh_11 CPU loop Message-ID: <20101221110355.GA981@htj.dyndns.org> References: <201012201105.08993.Martin@lichtvoll.de> <4D0F8E98.9070500@kernel.org> <201012211131.27698.Martin@lichtvoll.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201012211131.27698.Martin@lichtvoll.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1449 Lines: 41 Hello, On Tue, Dec 21, 2010 at 11:31:15AM +0100, Martin Steigerwald wrote: > > diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c > > index 5e59050..c748b5a 100644 > [...] > > > > + if (!(ap->pflags & ATA_PFLAG_LOADING) && xxx < 16) { > > + ata_port_printk(ap, KERN_WARNING, "XXX ata_eh_set_pending()\n"); > > + dump_stack(); > > + xxx++; > > + } > > + > > I will do so with my next kernel compile - likely rc7 if it comes out > before Christmas. > > As I do not know what exactly triggers it, it can take a while till I > experience it again. I hope to be able to trigger it by inserting and > removing the PCMCIA eSATA adapter lots of times. As the bug happened, I > forgot to vgchange -an the LVM on the external drive. That might be or > might not be related to triggering the issue. I will try this as well. > > Reported-as: https://bugzilla.kernel.org/show_bug.cgi?id=25392 > > Might make sense to switch this bugzilla report to mail. Or use the > bugzilla. Or just use the bugzilla for tracking and continue using mail. > I'll do whatever suits you best (but prefer mail). I don't care either way. Just ping me whenever you hit the problem again. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/