Re: [2/4] 2.6.22-rc3: known regressions

From: Linus Torvalds
Date: Thu May 31 2007 - 18:22:57 EST




On Thu, 31 May 2007, Mike Miller (OS Dev) wrote:

> On Wed, May 30, 2007 at 07:22:14PM -0700, Linus Torvalds wrote:
> >
> >
> > On Tue, 29 May 2007, Michal Piotrowski wrote:
> > >
> > > Subject : Oops on 2.6.22-rc2 when unloading the cciss driver
> > > References : http://lkml.org/lkml/2007/5/24/172
> > > Submitter : Mike Miller (OS Dev) <mikem@xxxxxxxxxxxxxxxxxxxxxxx>
> > > Status : Unknown
> >
> > I thought this one should be fixed by commit e9ca75b53. Not so?
>
> I apologize for the slow response. I also apologize that I don't know enough
> about git to figure out what commit e9ca75b53 does.

Even without git, you can use the kernel.org gitweb install:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e9ca75b53

(where the "h=...." is the magic part - pick any commit SHA1 you want,
including short-hand ones like the one I gave).

With git, you just do

git show e9ca75b53

to see a particular named commit.

> I submitted a fix that was blessed by Eric B. that fixed that Oops.

Ok, I don't think I have anything like that. The one I pointed to is the
one by Gerald Britton, acked by you ..

But I now realize that that commit was already in -rc2. In fact, it's just
before the -rc2 release. So while it claims to fix one oops on shutdown,
it may be the _cause_ of the oops on mudule unload.

Linus
-
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/