lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 18 Mar 2008 01:18:31 +0100
From:	Anders Eriksson <aeriksson@...tmail.fm>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
cc:	Anders Eriksson <aeriksson@...tmail.fm>,
	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
	"Rafael J. Wysocki" <rjw@...k.pl>,
	Jens Axboe <jens.axboe@...cle.com>,
	Ingo Molnar <mingo@...e.hu>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.25-rc4 


torvalds@...ux-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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ