All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@debian.org>
To: "Vladimir G. Ivanovic" <vladimir@acm.org>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: syslog message
Date: Mon, 30 Aug 2004 18:48:08 +0100	[thread overview]
Message-ID: <20040830174808.GK16196@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <200408301716.i7UHGagO008392@bach.leonora.org>

On Mon, Aug 30, 2004 at 10:16:36AM -0700, Vladimir G. Ivanovic wrote:
>    kernel: Badness in sym_complete_error at drivers/scsi/sym53c8xx_2/sym_hipd.c:5513

That line is:
                MDELAY(100);
which becomes:
		mdelay(100)
which is defined as:
	({unsigned long __ms=(n); while (__ms--) udelay(1000);})

Why this causes badness ...

> I have a ASUS CUV4X-DLS motherboard (2xPIII) running Fedora Core 2
> kernel (2.6.8-1.525smp)

You'd have to ask Fedora.  No doubt they have some patch that causes it.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain

  reply	other threads:[~2004-08-30 17:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-30 17:16 syslog message Vladimir G. Ivanovic
2004-08-30 17:48 ` Matthew Wilcox [this message]
2004-08-30 18:07 ` Matthew Wilcox
2004-08-30 18:16   ` Vladimir G. Ivanovic
  -- strict thread matches above, loose matches on Subject: below --
2004-08-30 14:01 [PATCH] fix more ipr kref problems Brian King
2004-08-30 17:07 ` syslog message Vladimir G. Ivanovic
2001-11-29 10:45 Syslog message MaxiM Basunov

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=20040830174808.GK16196@parcelfarce.linux.theplanet.co.uk \
    --to=willy@debian.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=vladimir@acm.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.