Re: 2.6.16-mm1

From: Brandon Low
Date: Fri Mar 24 2006 - 07:56:20 EST


On Fri, 03/24/06 at 03:39:34 -0800, Andrew Morton wrote:
> Brandon Low <lostlogic@xxxxxxxxxxxxxx> wrote:
> >
> > I hadn't noticed immediately in the ooops, but it is something to do
> > with the Hardware Abstraction Layer Daemon from http://freedesktop.org/Software/hal
> > I can't reproduce it without that daemon loaded either. I wonder if the
> > last accessed sysfs file mentioned in the oops (sda/size) is relevent
> > also.
> >
> > My exact steps (with hald loaded) are:
> > plug in ipod
> > mount /mnt/ipod
> > unzip -d /mnt/ipod rockbox.zip
> > eject /dev/sda
> > unplug ipod
> > immediately here, the oops prints.
>
> Still no joy, alas.
>
> git-cfq.patch plays with the elevator exit code for all IO schedulers.
> Would you be able to do
>
> wget ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16/2.6.16-mm1/broken-out/git-cfq.patch
> patch -p1 -R < git-cfq.patch
>
> and retest?
>
> Thanks.

It is definitely this patch. Identical steps (also used an untainted
kernel for both tests) on -mm1 with and without that patch, and when the
patch is reversed, I cannot cause the oops. I booted into single user
mode (to dodge tainting and any other weirdness), started the dbus
system message daemon and hald (which depends on dbus), then performed
the steps mentioned above.

Thanks!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/