All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Dittmer <jan@jandittmer.de>
To: Jens Axboe <axboe@suse.de>
Cc: Linux Kernel List <linux-kernel@vger.kernel.org>,
	linux-ide@vger.kernel.org, Vojtech Pavlik <vojtech@suse.cz>
Subject: Re: Oops on boot with TCQ enabled (VIA KT133A)
Date: Sun, 20 Oct 2002 16:57:52 +0200	[thread overview]
Message-ID: <200210201657.52250.jan@jandittmer.de> (raw)
In-Reply-To: <20021020093818.GC24484@suse.de>

> > > There _may_ be issues with changing depth on the fly. So if you could
> > > just test without fiddling with changing depths that would be great.
> >
> > Ok. No changes in /proc using_tcq after boot, assuming it's enabled
> > automatically (checked that in kernel config0, it works perfectly fine.
>
> Thanks for verifying that! Jan, you appeared to have problems even with
> tcq-per-default enabled and not touching the depth while running io, is
> that correct?

Thats correct. But I couldn't reproduce it, after applying the following 
changeset. But that doesn't seem very related (I got some oops' while playing 
a video). But iirc I always watched a music video when file system corruption 
appeared?!
I'll try tomorrow evening without this change if I can reproduce the 
problem...

jan


--- emufx.c     11 Oct 2002 13:29:36 -0000      1.23
+++ emufx.c     19 Oct 2002 14:29:43 -0000
@@ -413,7 +413,7 @@

        snd_runtime_check(emu, return -EINVAL);
        snd_runtime_check(handler, return -EINVAL);
-       irq = kmalloc(sizeof(*irq), GFP_KERNEL);
+       irq = kmalloc(sizeof(*irq), GFP_ATOMIC);
        if (irq == NULL)
                return -ENOMEM;
        irq->handler = handler;

  reply	other threads:[~2002-10-20 14:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-19  0:41 Oops on boot with TCQ enabled (VIA KT133A) Jan Dittmer
2002-10-19  9:15 ` Jens Axboe
2002-10-19  9:24   ` Jan Dittmer
2002-10-19  9:24     ` Jens Axboe
2002-10-19 15:39       ` Jan Dittmer
2002-10-19 20:24   ` Vojtech Pavlik
2002-10-19 21:04     ` Vojtech Pavlik
2002-10-20  0:38       ` Jens Axboe
2002-10-20  8:46         ` Vojtech Pavlik
2002-10-20  9:38           ` Jens Axboe
2002-10-20 14:57             ` Jan Dittmer [this message]
2002-10-22 20:16             ` Jan Dittmer
2002-10-23 16:02             ` Jan Dittmer

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=200210201657.52250.jan@jandittmer.de \
    --to=jan@jandittmer.de \
    --cc=axboe@suse.de \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    /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.