Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755524AbYCRATR (ORCPT ); Mon, 17 Mar 2008 20:19:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752312AbYCRATF (ORCPT ); Mon, 17 Mar 2008 20:19:05 -0400 Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:49727 "EHLO ch-smtp01.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355AbYCRATE (ORCPT ); Mon, 17 Mar 2008 20:19:04 -0400 X-Mailer: exmh version 2.7.2 04/02/2003 (gentoo 2.7.2) with nmh-1.2 To: Linus Torvalds cc: Anders Eriksson , Bartlomiej Zolnierkiewicz , "Rafael J. Wysocki" , Jens Axboe , Ingo Molnar , Linux Kernel Mailing List Subject: Re: Linux 2.6.25-rc4 In-reply-to: References: <200803161907.04581.bzolnier@gmail.com> <200803162054.04757.bzolnier@gmail.com> <20080316225921.CAA082DC044@tippex.mynet.homeunix.org> <20080317210901.0135A93C911@tippex.mynet.homeunix.org> Comments: In-reply-to Linus Torvalds message dated "Mon, 17 Mar 2008 15:52:57 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Mar 2008 01:18:31 +0100 From: Anders Eriksson Message-Id: <20080318001831.575D093C911@tippex.mynet.homeunix.org> X-Originating-IP: 83.252.237.4 X-Scan-Result: No virus found in message 1JbPXF-0007m5-64. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JbPXF-0007m5-64 2fd1a3318e0f71db60cf4936b7483880 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 28 torvalds@linux-foundation.org said: > So try to see if you get to ide_error(), which is where Bartlomiejs latest > patch was in effect - but add a few printk's there to print out the 'stat' > variable etc to see if it actually triggers. And maybe a WARN_ON(1) to get > the trace.. Seems we don't. At least this addition didn't yield anything: ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, u8 stat) { ide_hwif_t *hwif = drive->hwif; struct request *rq = hwif->hwgroup->rq; u8 err; printk("ide_error(msg=%s, stat=%i)\n",msg,stat); WARN_ON(1); if (rq && rq->cmd_type == REQ_TYPE_ATA_TASKFILE) { Going to bed... /A -- 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/